Uses of Class
eu.webtoolkit.jwt.WIconPair
Packages that use WIconPair
-
Uses of WIconPair in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WIconPairModifier and TypeMethodDescriptionprotected WIconPairWTreeNode.getExpandIcon()Accesses the icon pair that allows expansion of the tree node.WTreeNode.getLabelIcon()Returns the label icon.Methods in eu.webtoolkit.jwt with parameters of type WIconPairModifier and TypeMethodDescriptionvoidWTreeNode.setLabelIcon(WIconPair labelIcon) Sets the label icon.Constructors in eu.webtoolkit.jwt with parameters of type WIconPairModifierConstructorDescriptionWTreeNode(CharSequence labelText, WIconPair labelIcon) Creates a tree node with the given label.WTreeNode(CharSequence labelText, WIconPair labelIcon, WTreeNode parentNode) Creates a tree node with the given label.WTreeTableNode(CharSequence labelText, WIconPair labelIcon) Creates a new tree table node.WTreeTableNode(CharSequence labelText, WIconPair labelIcon, WTreeTableNode parentNode) Creates a new tree table node.