Uses of Class
eu.webtoolkit.jwt.WTreeTableNode

Packages that use WTreeTableNode
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
 

Uses of WTreeTableNode in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return WTreeTableNode
 WTreeTableNode WTreeTable.getTreeRoot()
          Returns the tree root.
 

Methods in eu.webtoolkit.jwt with parameters of type WTreeTableNode
 void WTreeTable.setTreeRoot(WTreeTableNode root, java.lang.CharSequence h)
          Sets the tree root.
 

Constructors in eu.webtoolkit.jwt with parameters of type WTreeTableNode
WTreeTableNode(java.lang.CharSequence labelText, WIconPair labelIcon, WTreeTableNode parentNode)
          Creates a new tree table node.