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

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

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

Subclasses of TerraTreeViewSkin.NodeInfo in 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 pivot.wtk.skin.terra with type parameters of type TerraTreeViewSkin.NodeInfo
protected  List<TerraTreeViewSkin.NodeInfo> TerraTreeViewSkin.BranchInfo.children
           
 

Methods in pivot.wtk.skin.terra that return TerraTreeViewSkin.NodeInfo
static TerraTreeViewSkin.NodeInfo TerraTreeViewSkin.NodeInfo.createNew(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 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.