|
|||||||||||
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.WormholeID
This class is used for unique IDs to access Wormhole objects in the database.
Wormhole
,
Serialized FormField Summary | |
static WormholeID |
UNDEFINED
|
Fields inherited from class org.gjt.universe.Index |
|
Constructor Summary | |
WormholeID()
This constructor method returns an instance equivalent to WormholeID.UNDEFINED and thus should not be called directly. |
|
WormholeID(int in)
This method returns a new WormholeID instances based on the given integer value. |
Method Summary | |
DisplayNodeColor |
getDisplayNodeColor(CivID AID)
Returns the color surrounding the image in the tree. |
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, getDisplayNodeChildren, hashCode, increment, set, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static WormholeID UNDEFINED
Constructor Detail |
public WormholeID()
public WormholeID(int in)
Method Detail |
public DBItem getItem()
Index
getItem
in class Index
public java.lang.String getDisplayNodeMessage()
Index
getDisplayNodeMessage
in class Index
GUIDisplayTreeJFC
public java.lang.String getDisplayNodeImage()
Index
getDisplayNodeImage
in class Index
GUIDisplayTreeJFC
public DisplayNodeColor getDisplayNodeColor(CivID AID)
Index
getDisplayNodeColor
in class Index
AID
- The viewer of this tree.GUIDisplayTreeJFC
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |