Uses of Class
com.tensegrity.wpalo.client.ui.mvc.fasttree.FastMSTreeItem

Packages that use FastMSTreeItem
com.tensegrity.wpalo.client.ui.model   
com.tensegrity.wpalo.client.ui.mvc.cubeview   
com.tensegrity.wpalo.client.ui.mvc.fasttree   
 

Uses of FastMSTreeItem in com.tensegrity.wpalo.client.ui.model
 

Methods in com.tensegrity.wpalo.client.ui.model that return FastMSTreeItem
 FastMSTreeItem TreeNode.getItem()
           
 FastMSTreeItem XObjectModel.getItem()
           
 

Methods in com.tensegrity.wpalo.client.ui.model with parameters of type FastMSTreeItem
 void TreeNode.setItem(FastMSTreeItem item)
           
 void XObjectModel.setItem(FastMSTreeItem item)
           
 

Uses of FastMSTreeItem in com.tensegrity.wpalo.client.ui.mvc.cubeview
 

Subclasses of FastMSTreeItem in com.tensegrity.wpalo.client.ui.mvc.cubeview
 class SelectingFastMSTreeItem
           
 

Methods in com.tensegrity.wpalo.client.ui.mvc.cubeview that return types with arguments of type FastMSTreeItem
 java.util.LinkedHashSet<FastMSTreeItem> HierarchyTree.getSelection()
           
 java.util.ArrayList<FastMSTreeItem> HierarchyTree.getVisibleItems()
           
 

Uses of FastMSTreeItem in com.tensegrity.wpalo.client.ui.mvc.fasttree
 

Methods in com.tensegrity.wpalo.client.ui.mvc.fasttree that return FastMSTreeItem
 FastMSTreeItem HasFastMSTreeItems.addItem(java.lang.String itemText)
          Adds a child tree item containing the specified text.
 FastMSTreeItem FastMSTreeItem.addItem(java.lang.String itemText)
           
 FastMSTreeItem FastMSTree.addItem(java.lang.String itemText)
          Adds a simple tree item containing the specified text.
 FastMSTreeItem HasFastMSTreeItems.addItem(com.google.gwt.user.client.ui.Widget widget)
          Adds a child tree item containing the specified widget.
 FastMSTreeItem FastMSTreeItem.addItem(com.google.gwt.user.client.ui.Widget widget)
           
 FastMSTreeItem FastMSTree.addItem(com.google.gwt.user.client.ui.Widget widget)
          Adds a new tree item containing the specified widget.
 FastMSTreeItem HasFastMSTreeItems.getChild(int index)
          Gets the child at the specified index.
 FastMSTreeItem FastMSTreeItem.getChild(int index)
           
 FastMSTreeItem FastMSTree.getChild(int index)
           
 FastMSTreeItem FastMSTree.getItem(int index)
          Gets the top-level tree item at the specified index.
 FastMSTreeItem FastMSTreeItem.getParentItem()
          Gets this item's parent.
 FastMSTreeItem FastMSTree.getRoot()
           
 

Methods in com.tensegrity.wpalo.client.ui.mvc.fasttree that return types with arguments of type FastMSTreeItem
 java.util.ArrayList<FastMSTreeItem> FastMSTreeItem.getChildren()
           
 java.util.ArrayList<FastMSTreeItem> FastMSTree.getChildren()
           
 java.util.LinkedHashSet<FastMSTreeItem> FastMSTree.getSelectedItems()
          Gets the currently selected item.
 java.util.ArrayList<FastMSTreeItem> FastMSTree.getVisibleItems()
           
 java.util.Iterator<FastMSTreeItem> FastMSTree.treeItemIterator()
          Iterator of tree items.
 

Methods in com.tensegrity.wpalo.client.ui.mvc.fasttree with parameters of type FastMSTreeItem
 void HasFastMSTreeItems.addItem(FastMSTreeItem item)
          Adds another item as a child to this one.
 void FastMSTreeItem.addItem(FastMSTreeItem item)
           
 void FastMSTree.addItem(FastMSTreeItem item)
          Adds an item to the root level of this tree.
 void DoubleClickListener.doubleClicked(FastMSTreeItem item)
           
 void FastMSTree.ensureItemVisible(FastMSTreeItem item)
           
 void FastMSTree.ensurePathOpen(FastMSTreeItem item)
           
 void FastMSTree.ensureUnselectedItemVisible(FastMSTreeItem item)
           
 void HasFastMSTreeItems.fastAddItem(FastMSTreeItem item)
           
 void FastMSTreeItem.fastAddItem(FastMSTreeItem item)
           
 void FastMSTree.fastAddItem(FastMSTreeItem item)
           
 int HasFastMSTreeItems.getChildIndex(FastMSTreeItem child)
          Gets the index of the specified child item.
 int FastMSTreeItem.getChildIndex(FastMSTreeItem child)
           
 int FastMSTree.getChildIndex(FastMSTreeItem child)
           
 boolean FastMSTreeItem.moveItemDown(FastMSTreeItem item)
           
 boolean FastMSTree.moveItemDown(FastMSTreeItem item)
           
 boolean FastMSTreeItem.moveItemUp(FastMSTreeItem item)
           
 boolean FastMSTree.moveItemUp(FastMSTreeItem item)
           
protected  void FastMSTree.moveSelectionBar(FastMSTreeItem item)
          Moves the selection bar around the given FastMSTreeItem.
 void FastMSTree.moveUnselectedFocus(FastMSTreeItem item)
           
 void FastMSTree.onDeselection(FastMSTreeItem item)
           
 void FastMSTree.onSelection(FastMSTreeItem item, boolean fireEvents, boolean moveFocus, int mode)
           
protected  boolean FastMSTree.processElementClicked(FastMSTreeItem item)
          This is called when a valid selectable element is clicked in the tree.
 void HasFastMSTreeItems.removeItem(FastMSTreeItem item)
          Removes one of this item's children.
 void FastMSTreeItem.removeItem(FastMSTreeItem item)
          Removes an item from the tree.
 void FastMSTree.removeItem(FastMSTreeItem item)
          Removes an item from the root level of this tree.
 

Method parameters in com.tensegrity.wpalo.client.ui.mvc.fasttree with type arguments of type FastMSTreeItem
 void FastMSTree.deepExpand(java.util.LinkedHashSet<FastMSTreeItem> nodes)
           
 void FastMSTree.deselectTheseItems(java.util.LinkedHashSet<FastMSTreeItem> items)
           
 void FastMSTree.fastSetSelectedItems(java.util.LinkedHashSet<FastMSTreeItem> items)
           
 void FastMSTree.selectTheseItems(java.util.LinkedHashSet<FastMSTreeItem> items)
           
 void FastMSTree.setSelectedItems(java.util.LinkedHashSet<FastMSTreeItem> items)
          Selects a specified item.
 void FastMSTree.setSelectedItems(java.util.LinkedHashSet<FastMSTreeItem> items, boolean fireEvents)
          Selects a specified item.