Package jadex.base.gui.filetree
Class NodePath
- java.lang.Object
- 
- jadex.base.gui.filetree.NodePath
 
- 
 public class NodePath extends java.lang.ObjectStore a path in the project for selected or expanded nodes.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodePathcreateNodePath(ISwingTreeNode node)Create a node path for a given node.booleanequals(java.lang.Object obj)Test for equality.intgetEntry()Get the entry index.java.lang.String[]getPath()Get the path.inthashCode()Get the hash code.voidsetEntry(int entry)Set the entry index.voidsetPath(java.lang.String[] path)Set the path.java.lang.StringtoString()Get a string representation.
 
- 
- 
- 
Method Detail- 
getEntrypublic int getEntry() Get the entry index.
 - 
setEntrypublic void setEntry(int entry) Set the entry index.
 - 
getPathpublic java.lang.String[] getPath() Get the path.
 - 
setPathpublic void setPath(java.lang.String[] path) Set the path.
 - 
hashCodepublic int hashCode() Get the hash code.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test for equality.- Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Get a string representation.- Overrides:
- toStringin class- java.lang.Object
 
 - 
createNodePathpublic static NodePath createNodePath(ISwingTreeNode node) Create a node path for a given node.
 
- 
 
-