Uses of Class
org.apache.pivot.wtk.TreeView.NodeCheckState

Packages that use TreeView.NodeCheckState
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
 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(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
 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(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
 void TreeViewNodeRenderer.render(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 that return TreeView.NodeCheckState
 TreeView.NodeCheckState TerraTreeViewSkin.NodeInfo.getCheckState()
           
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type TreeView.NodeCheckState
 void TerraTreeViewSkin.nodeCheckStateChanged(TreeView treeView, Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState)
           
 void TerraTreeViewSkin.NodeInfo.setCheckState(TreeView.NodeCheckState checkState)