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

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.
 

Methods in org.apache.pivot.wtk.skin.terra that return TerraTreeViewSkin.NodeInfo
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(org.apache.pivot.collections.Sequence.Tree.Path path)
          Gets the metadata associated with the node at the specified path.
 TerraTreeViewSkin.NodeInfo TerraTreeViewSkin.VisibleNodeIterator.next()
          
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type TerraTreeViewSkin.NodeInfo
protected  org.apache.pivot.wtk.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.NodeInfoVisitor.visit(TerraTreeViewSkin.NodeInfo nodeInfo)
          Visits the specified node info.