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.


Variable Index

 o path
Path this instance represents.

Constructor Index

 o JTreePath(Object[])
Represents the path, path, as returned from the model.

Method Index

 o equals(Object)
Equality is tested by checking each element of the paths for equality.
 o getLastPathComponent()
Returns the last component of the path this object represents.
 o getPath()
Returns the path the reciever represents.

Variables

 o path
 protected Object path[]
Path this instance represents.

Constructors

 o JTreePath
 public JTreePath(Object path[])
Represents the path, path, as returned from the model.

Methods

 o getPath
 public Object[] getPath()
Returns the path the reciever represents.

 o getLastPathComponent
 public Object getLastPathComponent()
Returns the last component of the path this object represents.

 o 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