|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.Index | +--org.gjt.universe.GalaxyID
This class is used to access Galaxy objects in the database.
GalaxyBase
,
Serialized FormField Summary |
Fields inherited from class org.gjt.universe.Index |
|
Constructor Summary | |
GalaxyID()
|
|
GalaxyID(int in)
|
Method Summary | |
DisplayNode |
getDisplayNodeChildren(CivID AID)
Returns a DisplayNode that represents the children of this object. |
java.lang.String |
getDisplayNodeImage()
Returns the Image used in the display tree |
java.lang.String |
getDisplayNodeMessage()
Returns the message displayed in the tree for this Index. |
DBItem |
getItem()
Returns the object from the database that this index is pointing. |
Methods inherited from class org.gjt.universe.Index |
equals, get, getDisplayNodeColor, hashCode, increment, set, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GalaxyID()
public GalaxyID(int in)
Method Detail |
public DBItem getItem()
Index
getItem
in class Index
public DisplayNode getDisplayNodeChildren(CivID AID)
Index
getDisplayNodeChildren
in class Index
AID
- The "viewer" of this tree.GUIDisplayTreeJFC
public java.lang.String getDisplayNodeMessage()
Index
getDisplayNodeMessage
in class Index
GUIDisplayTreeJFC
public java.lang.String getDisplayNodeImage()
Index
getDisplayNodeImage
in class Index
GUIDisplayTreeJFC
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |