Uses of Class
org.gjt.universe.Civ

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

Uses of Civ in org.gjt.universe
 

Subclasses of Civ in org.gjt.universe
 class CivUndefined
          This class supports a single instance which is used to represent an unknown civ in situations where null can not be used.
 

Fields in org.gjt.universe declared as Civ
(package private)  Civ ResourceGroup.owner
           
 

Methods in org.gjt.universe that return Civ
 Civ PlayerBase.getCiv()
          This method returns the civilization which the player is directing.
static Civ CivList.remove(CivID id)
          This method removes the given civilization from the master list of those currently in the game.
static Civ CivList.get(CivID id)
          This method returns the civilization with the given ID.
 

Methods in org.gjt.universe with parameters of type Civ
static void CivList.add(Civ obj)
          This method adds the given civilization to the master list of those currently in the game.
 

Constructors in org.gjt.universe with parameters of type Civ
ResourceGroup(java.lang.Class UOC, Civ P)
           
ResourceGroup(java.lang.Class UOC, java.util.Vector OV, Civ P)
           
ResourceGroup(java.lang.Class UOC, Civ P, java.lang.String name)
           
ResourceGroup(java.lang.Class UOC, java.util.Vector OV, Civ P, java.lang.String name)
           
AggregatedResourceGroup(java.lang.Class UOC, Civ P)
           
AggregatedResourceGroup(java.lang.Class UOC, java.util.Vector OV, Civ P)
           
 

Uses of Civ in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as Civ
(package private)  Civ GUIResourceGroupListPanelJFC.civ
           
(package private)  Civ GUIResourceGroupListJFC.civ
           
(package private)  Civ GUIAddScriptDialogJFC.civ
           
 

Constructors in org.gjt.universe.gui with parameters of type Civ
GUIResourceGroupListPanelJFC(Civ civ)
           
GUIResourceGroupListJFC(Civ civ)
           
GUIAddScriptDialogJFC(Civ civ)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.