Uses of Class
org.gjt.universe.WormholeID

Packages that use WormholeID
org.gjt.universe   
org.gjt.universe.gui   
 

Uses of WormholeID in org.gjt.universe
 

Fields in org.gjt.universe declared as WormholeID
static WormholeID WormholeUndefined.ID
          The singleton instance of this class.
static WormholeID WormholeID.UNDEFINED
           
private  WormholeID Wormhole.id
           
private static WormholeID Wormhole.ourNextID
           
private  WormholeID ResultWormholeOscillation.wormholeID
           
private  WormholeID DisplayReturn.wormhole
           
 

Methods in org.gjt.universe that return WormholeID
 WormholeID Wormhole.getID()
          This method returns the unique ID of the receiving instance.
 WormholeID DisplayReturn.getWormhole()
           
 

Methods in org.gjt.universe with parameters of type WormholeID
static Wormhole WormholeList.remove(WormholeID id)
          This method removes the given wormhole from the master list of those available in the game.
static Wormhole WormholeList.get(WormholeID id)
          This method returns the wormhole with the given ID.
 void SystemBase.insertWormholeID(WormholeID wid)
          Adds the wormhole with the given ID to those present in the star system.
 void SystemBase.removeWormholeID(WormholeID wid)
          Removes the wormhole with the given ID from those present in the star system.
static void ResultWormholeOscillation.newResult(WormholeID wID, SystemID fixedSysID, SystemID oldSysID, SystemID newSysID)
          Factorl method for a new wormhole oscillation result instances.
static VectorDisplayReturn DisplayWormhole.getSpecific(CivID AID, WormholeID WID)
           
static VectorDisplayReturn DisplayDebug.getWormhole(WormholeID WID)
           
 

Constructors in org.gjt.universe with parameters of type WormholeID
ResultWormholeOscillation(WormholeID wID, CivID pID, SystemID fixedSysID, SystemID oldSysID, SystemID newSysID)
          Private contructior for a new wormhole oscillation result instance.
DisplayReturn(java.lang.String in_str, WormholeID in_wormhole)
           
 

Uses of WormholeID in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as WormholeID
private  WormholeID GUIWormholeSpecificJFC.wormhole
           
 

Methods in org.gjt.universe.gui with parameters of type WormholeID
private  void GUIDebugDialogJFC.run(WormholeID WID)
           
 

Constructors in org.gjt.universe.gui with parameters of type WormholeID
GUIWormholeSpecificJFC(CivID AID, WormholeID WID)
           
GUIDebugDialogJFC(WormholeID WID)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.