Uses of Class
org.gjt.universe.ModuleID

Packages that use ModuleID
org.gjt.universe   
org.gjt.universe.gui   
org.gjt.universe.scheme001   
 

Uses of ModuleID in org.gjt.universe
 

Fields in org.gjt.universe declared as ModuleID
private  ModuleID ResultBuild.module
           
static ModuleID ModuleUndefined.ID
           
private static ModuleID ModuleBase.currentID
          ID of next Module object made.
private  ModuleID ModuleBase.ID
          ID of this Module object.
private  ModuleID DisplayReturn.module
           
 

Methods in org.gjt.universe that return ModuleID
 ModuleID VectorModuleID.get(int idx)
           
 ModuleID ModuleBase.getID()
          Return the ID
 ModuleID DisplayReturn.getModule()
           
 

Methods in org.gjt.universe with parameters of type ModuleID
 void VectorModuleID.add(ModuleID MID)
           
 void VectorModuleID.remove(ModuleID MID)
           
 void StationBase.addModule(ModuleID MID)
          Adds a module to the list of modules for this station.
 void StationBase.destroyModule(ModuleID MID)
          This method removes the module with the given ID from the station.
static void ResultBuild.newResult(CivID AID, StationID BID, ModuleID MID)
           
static ModuleBase ModuleList.get(ModuleID idx)
           
static VectorDisplayReturn DisplayDebug.getModule(ModuleID MID)
           
 

Constructors in org.gjt.universe with parameters of type ModuleID
ResultBuild(StationID BID, ModuleID MID)
           
DisplayReturn(java.lang.String in_str, ModuleID in_module)
           
 

Uses of ModuleID in org.gjt.universe.gui
 

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

Constructors in org.gjt.universe.gui with parameters of type ModuleID
GUIDebugDialogJFC(ModuleID MID)
           
 

Uses of ModuleID in org.gjt.universe.scheme001
 

Fields in org.gjt.universe.scheme001 declared as ModuleID
(package private)  ModuleID Station_001.EconomicsValue.MID
           
private  ModuleID StationModulesPanel_001_JFC.econArrowActionListener.MID
           
 

Methods in org.gjt.universe.scheme001 that return ModuleID
static ModuleID Module_001_Station.newModule(StationID BID, ModuleDesignID EID)
           
(package private) static ModuleID Module_001.newModule(ModuleDesignID EID)
           
 

Methods in org.gjt.universe.scheme001 with parameters of type ModuleID
(package private)  void Station_001.adjustEconomics(ModuleID MID, float newValue)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.