org.gjt.universe
Class ModuleDesignID

java.lang.Object
  |
  +--org.gjt.universe.Index
        |
        +--org.gjt.universe.ModuleDesignID
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public final class ModuleDesignID
extends Index

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gjt.universe.Index
 
Constructor Summary
ModuleDesignID()
           
ModuleDesignID(int in)
           
 
Method Summary
 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, getDisplayNodeColor, getDisplayNodeImage, hashCode, increment, set, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleDesignID

public ModuleDesignID()

ModuleDesignID

public ModuleDesignID(int in)
Method Detail

getItem

public DBItem getItem()
Deprecated. Use ModuleDesignList.get() instead

Description copied from class: Index
Returns the object from the database that this index is pointing.

Specified by:
getItem in class Index

getDisplayNodeMessage

public java.lang.String getDisplayNodeMessage()
Description copied from class: Index
Returns the message displayed in the tree for this Index.

Specified by:
getDisplayNodeMessage in class Index
See Also:
GUIDisplayTreeJFC


Copyright © 2001 Universe Dev Team All Rights Reserved.