KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > tree > TreePath

javax.swing.tree
Class TreePath

java.lang.Object
  extended by javax.swing.tree.TreePath
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, XMLEncoder

public boolean equals(Object o)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getLastPathComponent()
See Also:
TreePath(Object[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getParentPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object[] getPath()
See Also:
TreePath(Object[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getPathComponent(int element)
See Also:
TreePath(Object[]), IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPathCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isDescendant(TreePath aTreePath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath pathByAddingChild(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath(Object singlePath)
See Also:
TreePath(Object[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath(Object[] path)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath(Object[] path,
                   int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TreePath(TreePath parent,
                   Object lastElement)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags