public boolean
getExpandedState
(TreePath path)
[Specified in AbstractLayoutCache]
protected Rectangle
getNodeDimensions
(Object value, int row, int depth, boolean expanded, Rectangle placeIn)
[Inherited From AbstractLayoutCache]
public int
getVisibleChildCount
(TreePath path)
[Specified in AbstractLayoutCache]
public void
invalidatePathBounds
(TreePath path)
[Specified in AbstractLayoutCache]
public void
invalidateSizes
()
[Specified in AbstractLayoutCache]
public boolean
isExpanded
(TreePath path)
[Specified in AbstractLayoutCache]
protected boolean
isFixedRowHeight
()
[Inherited From AbstractLayoutCache]
public void
setExpandedState
(TreePath path, boolean isExpanded)
[Specified in AbstractLayoutCache]
path expanded state to
isExpanded.
protected
NodeDimensions nodeDimensions
[Inherited From AbstractLayoutCache]
protected
boolean rootVisible
[Inherited From AbstractLayoutCache]
protected
TreeSelectionModel treeSelectionModel
[Inherited From AbstractLayoutCache]
AbstractLayoutCache to determine the size
and x origin of a particular node.