Uses of Class
eu.webtoolkit.jwt.WTreeNode
Packages that use WTreeNode
-
Uses of WTreeNode in eu.webtoolkit.jwt
Subclasses of WTreeNode in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
A specialized tree node which allows additional data to be associated with each node.Methods in eu.webtoolkit.jwt that return WTreeNodeModifier and TypeMethodDescriptionWTreeNode.addChildNode
(WTreeNode node) Adds a child node.WTreeNode.getParentNode()
Returns the parent node.WTree.getTreeRoot()
Returns the root node.WTreeNode.removeChildNode
(WTreeNode node) Removes a child node.Methods in eu.webtoolkit.jwt that return types with arguments of type WTreeNodeModifier and TypeMethodDescriptionWTreeNode.getChildNodes()
Returns the list of children.WTree.getSelectedNodes()
Returns the set of selected tree nodes.Methods in eu.webtoolkit.jwt with parameters of type WTreeNodeModifier and TypeMethodDescriptionWTreeNode.addChildNode
(WTreeNode node) Adds a child node.protected void
WTreeNode.descendantAdded
(WTreeNode node) Reacts to the addition of a descendant node.protected void
WTreeNode.descendantRemoved
(WTreeNode node) Reacts to the removal of a descendant node.void
WTreeNode.insertChildNode
(int index, WTreeNode node) Inserts a child node.void
WTreeTableNode.insertChildNode
(int index, WTreeNode node) boolean
WTree.isSelected
(WTreeNode node) Returns if the given node is currently selected.WTreeNode.removeChildNode
(WTreeNode node) Removes a child node.final void
Selects or unselect the given node.void
Selects or unselect the given node.void
WTree.setTreeRoot
(WTreeNode node) Sets the tree root node.Method parameters in eu.webtoolkit.jwt with type arguments of type WTreeNodeModifier and TypeMethodDescriptionvoid
Sets a selection of tree nodes.Constructors in eu.webtoolkit.jwt with parameters of type WTreeNodeModifierConstructorDescriptionprotected
Creates a tree node with emptygetLabelArea()
.WTreeNode
(CharSequence labelText, WIconPair labelIcon, WTreeNode parentNode) Creates a tree node with the given label.