javax.swing.tree
Class FixedHeightLayoutCache.SearchInfo

java.lang.Object
  extended byjavax.swing.tree.FixedHeightLayoutCache.SearchInfo
Enclosing class:
FixedHeightLayoutCache

private class FixedHeightLayoutCache.SearchInfo
extends Object

Used as a placeholder when getting the path in FHTreeStateNodes.


Field Summary
protected  int childIndex
           
protected  boolean isNodeParentNode
           
protected  FixedHeightLayoutCache.FHTreeStateNode node
           
 
Constructor Summary
private FixedHeightLayoutCache.SearchInfo()
           
 
Method Summary
protected  TreePath getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected FixedHeightLayoutCache.FHTreeStateNode node

isNodeParentNode

protected boolean isNodeParentNode

childIndex

protected int childIndex
Constructor Detail

FixedHeightLayoutCache.SearchInfo

private FixedHeightLayoutCache.SearchInfo()
Method Detail

getPath

protected TreePath getPath()