|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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(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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |