Uses of Class
qx.ui.tree.AbstractTreeElement

Packages that use AbstractTreeElement
qx.ui.tree   
 

Uses of AbstractTreeElement in qx.ui.tree
 

Subclasses of AbstractTreeElement in qx.ui.tree
 class Tree<T>
          The Tree class implements a tree widget, with collapsable and expandable container nodes and terminal leaf nodes.
 class TreeFile<T>
          qx.ui.tree.TreeFile objects are terminal tree rows (i.e.
 class TreeFolder<T>
          qx.ui.tree.TreeFolder objects are tree rows which may contain sub-trees
 

Methods in qx.ui.tree that return AbstractTreeElement
 AbstractTreeElement Tree.getFirstTreeChild()
          Returns itself.
 AbstractTreeElement TreeFolder.getFirstVisibleChildOfFolder()
          Returns the first visible child of the folder.
 AbstractTreeElement Tree.getItems(boolean recursive, boolean invisible)
          Returns all children of the folder.
 AbstractTreeElement TreeFolder.getItems(boolean recursive, boolean invisible)
          Returns all children of the folder.
 AbstractTreeElement TreeFolder.getLastVisibleChildOfFolder()
          Returns the last visible child of the folder.
 AbstractTreeElement Tree.getSelectedElement()
          Returns the currently selected element within the tree.
 AbstractTreeElement AbstractTreeElement.getTree()
          Returns the tree from the parent folder of this element.
 

Methods in qx.ui.tree with parameters of type AbstractTreeElement
 void TreeFolder.addAfterToFolder(AbstractTreeElement vChild, AbstractTreeElement vAfter)
          Adds the new tree element vChild to the current folder, after the existing child vAfter.
 void TreeFolder.addAfterToFolder(AbstractTreeElement vChild, AbstractTreeElement vAfter)
          Adds the new tree element vChild to the current folder, after the existing child vAfter.
 void TreeFolder.addAtBeginToFolder(AbstractTreeElement vChild)
          Adds the new tree element vChild at the beginning of the current folder.
 void TreeFolder.addAtEndToFolder(AbstractTreeElement vChild)
          Adds the new tree element vChild at the end of the current folder.
 void TreeFolder.addAtToFolder(AbstractTreeElement vChild, java.lang.Integer vIndex)
          Adds the new tree element vChild to the current folder, at position vIndex.
 void TreeFolder.addBeforeToFolder(AbstractTreeElement vChild, AbstractTreeElement vBefore)
          Adds the new tree element vChild to the current folder, before the existing child vBefore.
 void TreeFolder.addBeforeToFolder(AbstractTreeElement vChild, AbstractTreeElement vBefore)
          Adds the new tree element vChild to the current folder, before the existing child vBefore.
 void Tree.addChildToTreeQueue(AbstractTreeElement vChild)
          Adds vChild to the tree queue.
 void TreeFolder.addToFolder(AbstractTreeElement varargs)
          Adds the passed tree elements to the current folder.
 void Tree.removeChildFromTreeQueue(AbstractTreeElement vChild)
          Removes vChild from the tree queue.
 void SelectionManager.renderItemSelectionState(AbstractTreeElement treeNode, java.lang.Object isSelected)
          Renders the selection state of a tree node.
 void Tree.setSelectedElement(AbstractTreeElement vElement)
          Sets the selected element in the tree to vElement.
 



Copyright © 2008 1&1. All Rights Reserved.