Uses of Class
org.apache.pivot.wtk.skin.terra.TerraTreeViewSkin.NodeInfo

Packages that use TerraTreeViewSkin.NodeInfo
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TerraTreeViewSkin.NodeInfo in org.apache.pivot.wtk.skin.terra
 

Subclasses of TerraTreeViewSkin.NodeInfo in org.apache.pivot.wtk.skin.terra
protected static class TerraTreeViewSkin.BranchInfo
          An internal data structure that keeps track of skin-related metadata for a tree branch.
 

Fields in org.apache.pivot.wtk.skin.terra with type parameters of type TerraTreeViewSkin.NodeInfo
protected  List<TerraTreeViewSkin.NodeInfo> TerraTreeViewSkin.BranchInfo.children
           
 

Methods in org.apache.pivot.wtk.skin.terra that return TerraTreeViewSkin.NodeInfo
static TerraTreeViewSkin.NodeInfo TerraTreeViewSkin.NodeInfo.createNew(TreeView treeView, TerraTreeViewSkin.BranchInfo parent, Object data)
           
protected  TerraTreeViewSkin.NodeInfo TerraTreeViewSkin.getNodeInfoAt(int y)
          Gets the metadata associated with the node found at the specified y-coordinate, or null if there is no node at that location.
protected  TerraTreeViewSkin.NodeInfo TerraTreeViewSkin.getNodeInfoAt(Sequence.Tree.Path path)
          Gets the metadata associated with the node at the specified path.
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type TerraTreeViewSkin.NodeInfo
protected  Bounds TerraTreeViewSkin.getNodeBounds(TerraTreeViewSkin.NodeInfo nodeInfo)
          Gets the bounding box defined by the specified node, or null if the node is not currently visible.
protected  void TerraTreeViewSkin.repaintNode(TerraTreeViewSkin.NodeInfo nodeInfo)
          Repaints the region occupied by the specified node.
 void TerraTreeViewSkin.NodeInfoCallback.run(TerraTreeViewSkin.NodeInfo nodeInfo)
          Called to execute this callback on the specified node info.