javax.swing.tree
Class PathPlaceHolder

java.lang.Object
  extended byjavax.swing.tree.PathPlaceHolder

class PathPlaceHolder
extends Object

Holds a path and whether or not it is new.


Field Summary
protected  boolean isNew
           
protected  TreePath path
           
 
Constructor Summary
(package private) PathPlaceHolder(TreePath path, boolean isNew)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isNew

protected boolean isNew

path

protected TreePath path
Constructor Detail

PathPlaceHolder

PathPlaceHolder(TreePath path,
                boolean isNew)