All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.JTreePath
java.lang.Object
|
+----com.sun.java.swing.JTreePath
- public class JTreePath
- extends Object
Represents a path.
-
path
- Path this instance represents.
-
JTreePath(Object[])
- Represents the path, path, as returned from the model.
-
equals(Object)
- Equality is tested by checking each element of the paths for
equality.
-
getLastPathComponent()
- Returns the last component of the path this object represents.
-
getPath()
- Returns the path the reciever represents.
path
protected Object path[]
- Path this instance represents.
JTreePath
public JTreePath(Object path[])
- Represents the path, path, as returned from the model.
getPath
public Object[] getPath()
- Returns the path the reciever represents.
getLastPathComponent
public Object getLastPathComponent()
- Returns the last component of the path this object represents.
equals
public boolean equals(Object o)
- Equality is tested by checking each element of the paths for
equality.
- Overrides:
- equals in class Object
All Packages Class Hierarchy This Package Previous Next Index