Uses of Class
org.gjt.universe.Index

Packages that use Index
org.gjt.universe   
org.gjt.universe.gui   
org.gjt.universe.gui.one   
org.gjt.universe.scheme001   
 

Uses of Index in org.gjt.universe
 

Subclasses of Index in org.gjt.universe
 class CivID
          This class is used to access Civ objects in the database.
 class CostID
          This class is used to access Cost objects in the database.
 class FleetID
          This class is used to access Fleet objects in the database.
 class GalaxyID
          This class is used to access Galaxy objects in the database.
 class KnowledgeID
          This class is used to access Knowledge objects in the database.
 class ModuleDesignID
           
 class ModuleID
           
 class PlanetID
          This class is used to access Planet objects in the database.
 class PlayerID
          This class is used to access Player objects in the database.
 class ShipDesignID
           
 class ShipID
           
 class StationID
           
 class SystemID
          This class is used to access System objects in the database.
 class TechID
           
 class WormholeID
          This class is used for unique IDs to access Wormhole objects in the database.
 

Fields in org.gjt.universe declared as Index
(package private)  Index OrderTransfer.projectID
           
private  Index DisplayNode.ID
           
 

Methods in org.gjt.universe that return Index
 Index Wormhole.getIndex()
          This method provides a concrete implementation of the method inhernited from our abstract superclass.
 Index TechBase.getIndex()
           
 Index SystemBase.getIndex()
          Simply calls getID().
 Index StationBase.getIndex()
           
 Index ShipDesignBase.getIndex()
           
 Index ShipBase.getIndex()
           
 Index ProtoTech.getKey()
           
 Index ProtoShip.getKey()
           
(package private) abstract  Index ProtoObject.getKey()
           
 Index ProtoModule.getKey()
           
 Index PlayerBase.getIndex()
           
 Index PlanetBase.getIndex()
           
 Index OrderTransitWormhole.getKey()
           
 Index OrderTransfer.getKey()
           
 Index OrderMove.getKey()
           
 Index OrderColonize.getKey()
           
abstract  Index Order.getKey()
           
 Index ModuleDesignBase.getIndex()
           
 Index ModuleBase.getIndex()
          Return the ID
 Index Location.getContext()
           
 Index KnowledgeBase.getIndex()
          Returns the ID of this knowledge.
 Index GalaxyBase.getIndex()
           
 Index FleetBase.getIndex()
          This method is present for compatibility reasons.
 Index DisplayNode.getID()
           
abstract  Index DBItem.getIndex()
          See getID() in the subclasses for a typed version.
 Index CostBase.getIndex()
           
 Index Civ.getIndex()
           
 

Methods in org.gjt.universe with parameters of type Index
static OrderQueue OrderEngine.getOrderQueue(OrderQueueSetIndex set, Index key)
           
abstract  void GUIFactory.showEditor(Index idx)
          Show an editor for the item referred by an Index.
protected  GUIEditor GUIFactory.getEditor(Index idx)
          Return the editor prototype for the Index class
static DBType DBType.getType(Index idx)
          Get the DBType corresponding to an Index object.
 void DBTable.addElement(Index id, java.lang.Object obj)
          This method adds the given element to the table, under the given unique ID.
 java.lang.Object DBTable.removeElementWithID(Index id)
          This method removes the object with the given ID from the table.
 java.lang.Object DBTable.elementWithID(Index id)
          This method returns the object with the given ID.
 java.lang.Object DBList.elementAt(Index idx)
           
 

Constructors in org.gjt.universe with parameters of type Index
DisplayNode(CivID AID, Index in_ID)
           
DisplayNode(CivID AID, Index in_ID, boolean fulltree)
           
 

Uses of Index in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as Index
(package private)  Index ScreenObject.id
           
private  Index RegisteredWindow.idx
           
private  Index GUIDisplayTreeJFC.ID
           
 

Methods in org.gjt.universe.gui that return Index
 Index ScreenObjectCapable.getID()
           
 Index ScreenObject.getId()
          Get the value of id.
 Index MapComponentJFC.getContext()
           
 

Methods in org.gjt.universe.gui with parameters of type Index
 void TreeListener.nodeSelected(Index node)
           
 void GUIMapJFC.addMap(Index GID, Coord center)
          Adds a map over the context specified to the map list, centered on a specific Coord.
 void GUIFleetMoveJFC.nodeSelected(Index node)
           
 void GUIFactoryText.showEditor(Index idx)
           
(package private) static void GUIFactoryJFC.spawnSubWindow(CivID viewer, Index idx)
           
 void GUIFactoryJFC.showEditor(Index idx)
           
 void GUIEditor.show(Index newIndex)
           
 

Constructors in org.gjt.universe.gui with parameters of type Index
RegisteredWindow(Index idx)
          This method registers a new window instance using the given index.
GUIGenericListJFC(CivID in_player, Index root_ind)
          Constuctor
GUIDisplayTreeJFC(CivID AID, Index in_ID)
           
 

Uses of Index in org.gjt.universe.gui.one
 

Fields in org.gjt.universe.gui.one declared as Index
private  Index HyperLink.index
           
private  Index GUIFactoryOne.treeIndex
           
private  Index GUIFactoryOne.infoIndex
           
 

Methods in org.gjt.universe.gui.one with parameters of type Index
(package private) static void InfoScreen.update(GUIFactoryOne gui, javax.swing.JPanel panel, Index idx)
           
 void GUIFactoryOne.updateTree(Index idx)
           
 void GUIFactoryOne.updateInfo(Index idx)
           
 void GUIFactoryOne.showEditor(Index idx)
           
 

Constructors in org.gjt.universe.gui.one with parameters of type Index
HyperLink(GUIFactoryOne gui, java.lang.String text, Index index)
           
 

Uses of Index in org.gjt.universe.scheme001
 

Methods in org.gjt.universe.scheme001 that return Index
 Index OrderStationBuild_001.getKey()
           
 Index OrderStation2_001.getKey()
           
 Index OrderStation1_001.getKey()
           
 Index OrderShipBuild_001.getKey()
           
 Index OrderResearch_001.getKey()
           
 Index OrderEngineering_001.getKey()
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.