Uses of Class
org.apache.pivot.wtk.TreeView.NodeCheckState
-
Packages that use TreeView.NodeCheckState Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of TreeView.NodeCheckState in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TreeView.NodeCheckState Modifier and Type Method Description TreeView.NodeCheckState
TreeView. getNodeCheckState(Sequence.Tree.Path path)
Returns the checkmark state of the node at the specified path.static TreeView.NodeCheckState
TreeView.NodeCheckState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TreeView.NodeCheckState[]
TreeView.NodeCheckState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type TreeView.NodeCheckState Modifier and Type Method Description void
TreeViewNodeStateListener.Listeners. nodeCheckStateChanged(TreeView treeView, Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState)
void
TreeViewNodeStateListener. nodeCheckStateChanged(TreeView treeView, Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState)
Called when a node's checked state has changed.void
TreeView.NodeRenderer. render(java.lang.Object node, Sequence.Tree.Path path, int rowIndex, TreeView treeView, boolean expanded, boolean selected, TreeView.NodeCheckState checkState, boolean highlighted, boolean disabled)
Prepares the renderer for layout or paint. -
Uses of TreeView.NodeCheckState in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content with parameters of type TreeView.NodeCheckState Modifier and Type Method Description void
TreeViewNodeRenderer. render(java.lang.Object node, Sequence.Tree.Path path, int rowIndex, TreeView treeView, boolean expanded, boolean selected, TreeView.NodeCheckState checkState, boolean highlighted, boolean disabled)
-
Uses of TreeView.NodeCheckState in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type TreeView.NodeCheckState Modifier and Type Method Description void
TerraTreeViewSkin. nodeCheckStateChanged(TreeView treeView, Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState)
-