![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.widgets.TreePathjava.lang.Object | +----grendel.widgets.TreePath Object that represents the path through a tree to a node. Provides equals and hash methods to ensure expected behaviors.
public class TreePath
extends java.lang.Object
{
// Fields 1
Object[] fPath;
// Constructors 2
public TreePath(Object[]);
public TreePath(Vector);
// Methods 5
public boolean equals(Object);
public int getLength();
public Object[] getPath();
public Object getTip();
public int hashCode();
}
Fields fPathObject[] fPath
Constructors TreePathpublic TreePath(Object[] aPath)
TreePathpublic TreePath(Vector aPath)
Methods getPathpublic Object[] getPath()
getTippublic Object getTip()
getLengthpublic int getLength()
equalspublic boolean equals(Object aObject) hashCodepublic int hashCode() All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|