Uses of Class
org.gjt.universe.CivID

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

Uses of CivID in org.gjt.universe
 

Fields in org.gjt.universe declared as CivID
private  CivID SystemBase.owner
           
private  CivID StationBase.owner
           
private  CivID ShipDesignBase.owner
           
private  CivID ShipBase.owner
           
private  CivID ResultWormholeOscillation.playerID
           
private  CivID ResultHomeSystem.civ
           
private  CivID ResultColonize.AID
           
private  CivID PlayerBase.civID
           
private  CivID PlanetBase.owner
           
(package private)  CivID OrderableOrderModel.civ
           
private  CivID KnowledgeBase.owner
           
private  CivID KnowledgeAlien.alienID
           
private static CivID GUIFactory.viewer
          Civ "viewing" this screen.
private  CivID FleetBase.owner
           
private  CivID DisplayReturn.civ
           
private  CivID DisplayNode.viewer
           
static CivID CivUndefined.ID
           
private static CivID Civ.currentID
           
private  CivID Civ.ID
           
 

Methods in org.gjt.universe that return CivID
 CivID SystemBase.getOwner()
          Returns the ID of the civ who is deemed to be in control of the receiving system.
 CivID StationBase.getOwner()
          Returns the ID of the owner of the station.
 CivID ShipDesignBase.getOwner()
           
 CivID ShipBase.getOwner()
          Returns the owner (civ) of this ship.
 CivID PlayerBase.getOwner()
          This method returns the civilization which is being directed by the player.
 CivID PlanetBase.getOwner()
          Returns the ID of the civ who is considered the owner of the planet (i.e.
 CivID ModuleBase.getOwner()
          This method searches the database for the owner of this module.
 CivID KnowledgeBase.getOwner()
          Returns the owner of this Knowledge.
(package private)  CivID KnowledgeAlien.getAlienID()
           
static CivID GUIFactory.getViewer()
           
 CivID FleetBase.getOwner()
           
 CivID DisplayReturn.getCiv()
           
 CivID DBItem.getOwner()
           
 CivID Civ.getID()
           
 CivID Civ.getOwner()
           
 

Methods in org.gjt.universe with parameters of type CivID
 DisplayNodeColor WormholeID.getDisplayNodeColor(CivID AID)
           
static VectorTechID TechBase.getResearchableTechs(CivID AID)
           
 DisplayNode SystemID.getDisplayNodeChildren(CivID AID)
           
 DisplayNodeColor SystemID.getDisplayNodeColor(CivID AID)
           
 void SystemBase.setOwner(CivID newOwner)
          Sets the civ who is deemed to be in control of the system instance.
 void SystemBase.planetChangedOwner(PlanetID aPlanetID, CivID newPlanetOwner)
          This method is called by planets in the star system when they have changed ownership.
 void StationUndefined.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
 DisplayNode StationID.getDisplayNodeChildren(CivID AID)
           
 DisplayNodeColor StationID.getDisplayNodeColor(CivID AID)
           
 void StationBase.setOwner(CivID newOwner)
          Sets the owner of the station.
abstract  void StationBase.getSpecificTableInfo(CivID civID, DisplayReturn DR)
          This function allows additional values to be presented in the station table.
static ShipID ShipStd.newShip(ShipDesignID DID, CivID AID)
           
abstract  StationID SchemeBase.newStation(CivID owner, PlanetID PID)
          Factory method for creating this scheme's version of a Station
static void ResultTech.newResult(CivID AID, TechID TID)
           
static void ResultMessage.newResult(CivID civ, DisplayReturn message)
           
static void ResultHomeSystem.newResult(CivID civID, SystemID SID)
           
static void ResultEngineering.newResult(CivID AID, ShipDesignID DID)
           
static void ResultDetection.newResult(CivID AID, FleetID FID, Location loc)
           
static void ResultColonize.newResult(CivID AID, FleetID FID, PlanetID PID)
          Contructior for a new colonization result instance.
static void ResultBuild.newResult(CivID AID, StationID BID, ShipID HID, FleetID FID)
           
static void ResultBuild.newResult(CivID AID, StationID BID, ModuleID MID)
           
static void ResultBattle.newResult(CivID AID, Location loc, java.util.Vector results)
          Contructior for a new battle result instance.
static void ResultArrival.newResult(CivID AID, FleetID FID, Location loc)
           
static RelationshipType Relationship.getRelationshipType(CivID me, CivID AID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, CivID AID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, SystemID SID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, PlanetID PID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, StationID BID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, FleetID FID)
           
 void PlanetUndefined.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
 DisplayNode PlanetID.getDisplayNodeChildren(CivID AID)
           
 DisplayNodeColor PlanetID.getDisplayNodeColor(CivID AID)
           
 void PlanetBase.setOwner(CivID newOwner)
          This method sets the owner of the planet to be the civ with the given ID.
 boolean PlanetBase.isInhabitedByCiv(CivID aCivID)
          This method returns true if the receiving planet instance is populated by member's of the given civilization, and false otherwise.
 boolean PlanetBase.isInhabitedByAnotherCiv(CivID aCivID)
          This method returns true if the receiving planet instance is populated by member's of a civilization other than the one given, and false otherwise.
abstract  void PlanetBase.getSpecificTableInfo(CivID AID, DisplayReturn DR)
          This function allows additional values to be presented in the planet table.
static KnowledgeID KnowledgeTech.newKnowledge(CivID AID, TechID TID)
           
(package private) static KnowledgeID KnowledgeSystem.newKnowledge(CivID AID, SystemID SID)
           
(package private) static KnowledgeID KnowledgeStation.newKnowledge(CivID civ, StationID station)
           
static KnowledgeID KnowledgeShipDesign.newKnowledge(CivID AID, ShipDesignID DID)
           
(package private) static KnowledgeID KnowledgeShip.newKnowledge(CivID AID, ShipID HID)
           
(package private) static KnowledgeID KnowledgePlanet.newKnowledge(CivID AID, PlanetID PID)
          Used to create a new PlanetKnowledge object.
static KnowledgeID KnowledgeModuleDesign.newKnowledge(CivID AID, ModuleDesignID EID)
           
(package private) static KnowledgeID KnowledgeFleet.newKnowledge(CivID AID, FleetID FID)
           
(package private)  void KnowledgeBase.setOwner(CivID AID)
          Sets the owner of this knowledge.
(package private)  void KnowledgeAlienMap.insert(CivID AID, KnowledgeID KID)
           
(package private)  KnowledgeID KnowledgeAlienMap.get(CivID AID)
           
(package private) static KnowledgeID KnowledgeAlien.newKnowledge(CivID AID, CivID AID2)
           
(package private) static KnowledgeID KnowledgeAlien.newKnowledge(CivID AID, CivID AID2)
           
(package private) static KnowledgeID Knowledge.explore(CivID AID, SystemID SID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, PlanetID PID)
           
(package private) static KnowledgeID Knowledge.explore(CivID AID, PlanetID PID)
           
(package private) static KnowledgeID Knowledge.explore(CivID AID, Location loc)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, StationID BID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, ShipDesignID DID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, FleetID FID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, ShipID HID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, CivID AID2)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, CivID AID2)
           
static VectorShipDesignID Knowledge.get(CivID AID, ShipDesignFilter filter)
           
 DisplayNode Index.getDisplayNodeChildren(CivID AID)
          Returns a DisplayNode that represents the children of this object.
 DisplayNodeColor Index.getDisplayNodeColor(CivID AID)
          Returns the color surrounding the image in the tree.
 DisplayNode GalaxyID.getDisplayNodeChildren(CivID AID)
           
static FleetID FleetStd.newFleet(CivID AID, StationID loc)
           
static FleetID FleetStd.newFleet(CivID AID, Location loc)
           
 DisplayNodeColor FleetID.getDisplayNodeColor(CivID AID)
           
static VectorDisplayReturn DisplayWormhole.get(CivID civ)
           
static VectorDisplayReturn DisplayWormhole.get(CivID AID, DisplayWormholeFilter filter)
           
static VectorDisplayReturn DisplayWormhole.getSpecific(CivID AID, WormholeID WID)
           
private static void DisplayWormhole.getTableInfo(CivID AID, DisplayReturn DR)
           
static java.lang.String DisplayUtil.SystemLine(SystemBase system, CivID PID, boolean DisplayPlanetNumber)
          Prints out information about one system.
static VectorDisplayReturn DisplayTech.getAll(CivID civ)
           
static VectorDisplayReturn DisplayTech.getAll(CivID AID, int sorttype)
           
static VectorDisplayReturn DisplayTech.getResearchable(CivID AID)
           
static VectorDisplayReturn DisplayTech.getResearchable(CivID AID, int sorttype)
           
static VectorDisplayReturn DisplayTech.getSpecific(CivID AID, TechID TID)
           
static VectorDisplayReturn DisplaySystem.get(CivID civ)
           
static VectorDisplayReturn DisplaySystem.get(CivID AID, DisplaySystemFilter filter)
           
static VectorDisplayReturn DisplaySystem.getSpecific(CivID AID, SystemID SID)
           
static VectorDisplayReturn DisplaySystem.getSpecific(CivID civ, java.lang.String systemname)
           
private static void DisplaySystem.getTableInfo(CivID AID, DisplayReturn DR)
           
static VectorDisplayReturn DisplayStation.get(CivID civ)
           
static VectorDisplayReturn DisplayStation.get(CivID AID, DisplayStationFilter filter)
           
static VectorDisplayReturn DisplayStation.getSpecific(CivID civ, StationID BID)
           
static VectorDisplayReturn DisplayStation.getSpecific(CivID civ, java.lang.String stationname)
           
static VectorDisplayReturn DisplayStation.getModules(CivID civ, StationID BID)
           
private static void DisplayStation.getTableInfo(CivID AID, DisplayReturn DR)
           
static VectorDisplayReturn DisplayShipDesign.get(CivID civ)
           
static VectorDisplayReturn DisplayShipDesign.get(CivID AID, ShipDesignFilter filter)
           
static VectorDisplayReturn DisplayResults.getAll(CivID AID)
           
static VectorDisplayReturn DisplayPlanet.get(CivID civ)
           
static VectorDisplayReturn DisplayPlanet.get(CivID AID, DisplayPlanetFilter filter)
           
static VectorDisplayReturn DisplayPlanet.getSpecific(CivID playerID, PlanetID planetID)
           
static VectorDisplayReturn DisplayPlanet.getSpecific(CivID civ, java.lang.String planetname)
           
private static void DisplayPlanet.getTableInfo(CivID AID, DisplayReturn DR)
           
static VectorDisplayReturn DisplayModuleDesign.getAll(CivID civ)
           
static VectorDisplayReturn DisplayModuleDesign.getAll(CivID civ, int sorttype)
           
static VectorDisplayReturn DisplayModuleDesign.getSpecific(CivID AID, ModuleDesignID EID)
           
static VectorDisplayReturn DisplayGalaxy.get(CivID civ)
           
static VectorDisplayReturn DisplayGalaxy.get(CivID civ, DisplayGalaxyFilter filter)
           
private static void DisplayGalaxy.getTableInfo(CivID AID, DisplayReturn DR)
           
static VectorDisplayReturn DisplayFleet.get(CivID civ)
           
static VectorDisplayReturn DisplayFleet.get(CivID AID, DisplayFleetFilter filter)
           
static VectorDisplayReturn DisplayFleet.getSpecific(CivID AID, FleetID FID)
           
static VectorDisplayReturn DisplayFleet.getSpecific(CivID civ, java.lang.String fleetname)
           
private static void DisplayFleet.getTableInfo(CivID AID, DisplayReturn DR)
           
static VectorDisplayReturn DisplayDebug.getCiv(CivID civID)
           
static VectorDisplayReturn DisplayAlien.get(CivID AID)
           
static VectorDisplayReturn DisplayAlien.get(CivID AID, DisplayAlienFilter filter)
           
static VectorDisplayReturn DisplayAlien.getSpecific(CivID viewer, CivID player)
           
static VectorDisplayReturn DisplayAlien.getSpecific(CivID viewer, CivID player)
           
private static void DisplayAlien.getTableInfo(CivID AID, DisplayReturn DR)
           
 DisplayNodeColor CostID.getDisplayNodeColor(CivID AID)
           
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.
 

Constructors in org.gjt.universe with parameters of type CivID
StationBase(CivID civID, java.lang.String in_name)
          Standard constructor for this base object.
ShipStd(ShipDesignID DID, CivID AID, java.lang.String in_name)
          Private constructor - called by new Ship()
ShipDesignBase(CivID PID, java.lang.String in_name)
           
ShipBase(ShipDesignID SDID, CivID AID, java.lang.String in_name)
          This constructor makes a ship object.
ResultWormholeOscillation(WormholeID wID, CivID pID, SystemID fixedSysID, SystemID oldSysID, SystemID newSysID)
          Private contructior for a new wormhole oscillation result instance.
ResultHomeSystem(CivID civID, SystemID SID)
           
ResultColonize(CivID AID, FleetID FID, PlanetID PID)
           
Relationship(CivID me, CivID AID)
           
Relationship(CivID me, CivID AID)
           
Relationship(CivID me, SystemID SID)
           
Relationship(CivID me, PlanetID PID)
           
Relationship(CivID me, StationID BID)
           
Relationship(CivID me, FleetID FID)
           
PlayerHuman(CivID aCivID)
           
PlayerComputerTest(CivID aCivID)
           
PlayerComputer(CivID aCivID)
           
PlayerBase(CivID aCivID)
          Standard base constructor that initializes the object.
OrderableOrderModel(CivID civID, Orderable OR)
           
KnowledgeTech(CivID AID, TechID TID)
           
KnowledgeBase(CivID AID)
           
KnowledgeAlien(CivID AID)
           
FleetStd(CivID PID, java.lang.String in_name, Location loc)
          Private constructor - called by new Fleet() Will announce the new instance via announceCreation().
FleetBase(CivID AID, java.lang.String in_name, Location loc)
          This method is the designated constructor for instances of this class.
DisplayReturn(java.lang.String in_str, CivID in_player)
           
DisplayNode(CivID AID, Index in_ID)
           
DisplayNode(CivID AID, Index in_ID, boolean fulltree)
           
DisplayNode(CivID AID, DisplayNodeType in_listType)
           
DisplayNode(CivID AID, DisplayNodeType in_listType, boolean fulltree)
           
DisplayNode(CivID AID, DisplayGalaxyFilter filter)
           
DisplayNode(CivID AID, DisplaySystemFilter filter)
           
DisplayNode(CivID AID, DisplayPlanetFilter filter)
           
DisplayNode(CivID AID, DisplayStationFilter filter)
           
DisplayNode(CivID AID, DisplayFleetFilter filter)
           
DisplayNode(CivID AID, DisplayAlienFilter filter)
           
DisplayNode(CivID AID, DisplayWormholeFilter filter)
           
 

Uses of CivID in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as CivID
private  CivID SystemScreenObjectHandler.player
           
private  CivID PlanetDiagramPanel.myViewerCivID
           
private  CivID GUIWormholeSpecificJFC.viewer
           
private  CivID GUIWormholeListJFC.player
           
private  CivID GUITechnologyJFC.viewer
           
private  CivID GUISystemSpecificJFC.viewer
           
private  CivID GUISystemListJFC.player
           
private  CivID GUISystemContentsPanel.myViewerCivID
           
private  CivID GUISystemContentsPanel.StellarOrbitPanel.myViewerCivID
           
private  CivID GUISystemContentsPanel.StarPanel.myViewerCivID
           
private  CivID GUIStationListJFC.player
           
private  CivID GUIResultsJFC.player
           
(package private)  CivID GUIResourceGroupsList.viewer
           
private  CivID GUIPlanetSpecificJFC.viewer
           
private  CivID GUIPlanetListJFC.player
           
(package private)  CivID GUIOrderWindow.player
           
protected  CivID GUIMapJFC.player
           
private  CivID GUIMainMenuText.viewer
           
private  CivID GUIGenericListJFC.player
           
private  CivID GUIGalaxyListJFC.player
           
private  CivID GUIFleetSpecificJFC.viewer
           
private  CivID GUIFleetListJFC.player
           
private  CivID GUIDisplayTreeJFC.viewer
           
private  CivID GUIAlienSpecificJFC.civ
           
private  CivID GUIAlienSpecificJFC.viewer
           
private  CivID GUIAlienListJFC.player
           
 

Methods in org.gjt.universe.gui with parameters of type CivID
private  RelationshipType SystemScreenObjectHandler.playerSystemRelationship(CivID cid, SystemID sid)
           
(package private) static void GUIFactoryJFC.spawnSubWindow(CivID viewer, Index idx)
           
private  void GUIDebugDialogJFC.run(CivID AID)
           
(package private)  VectorScreenCoord DisplayMap.getGrid(CivID AID, float size, int type, boolean height)
          This returns the grid for the map.
(package private)  VectorFleetPoint DisplayMap.getFleets(CivID AID)
           
(package private)  VectorStationPoint DisplayMap.getStations(CivID AID)
           
 

Constructors in org.gjt.universe.gui with parameters of type CivID
SystemScreenObjectHandler(CivID player)
           
PlanetDiagramPanel(CivID viewer, PlanetBase aPlanet)
          Designated constructor.
MapComponentJFC(GUIMapJFC in, DisplayMap dmap, MapDisplayOptions in_options, CivID player)
           
GUIWormholeSpecificJFC(CivID AID, WormholeID WID)
           
GUIWormholeListJFC(CivID in_player)
           
GUIWormholeListJFC(CivID in_player, DisplayWormholeFilter filter)
           
GUITechnologyJFC(CivID AID)
           
GUISystemSpecificJFC(CivID AID, SystemID SID)
           
GUISystemListJFC(CivID in_player)
           
GUISystemListJFC(CivID in_player, DisplaySystemFilter filter)
           
GUISystemContentsPanel(CivID viewer, SystemBase aSystem)
          The designated constroctor for this class.
GUISystemContentsPanel.StellarOrbitPanel(CivID viewer, PlanetBase aPlanet, int drawSize)
          Designated constructor.
GUISystemContentsPanel.StarPanel(CivID viewer, Star aStar)
          Designated constructor.
GUIStationSpecificJFC(CivID AID, StationID BID)
           
GUIStationListJFC(CivID in_player)
           
GUIStationListJFC(CivID in_player, DisplayStationFilter filter)
           
GUIResultsJFC(CivID in_player)
           
GUIResourceGroupsList(CivID AID)
           
GUIPlanetSpecificJFC(CivID AID, PlanetID PID)
           
GUIPlanetListJFC(CivID in_player)
           
GUIPlanetListJFC(CivID in_player, DisplayPlanetFilter filter)
           
GUIOrderWindow(Orderable o, CivID AID, java.lang.String title)
           
GUIGenericListJFC(CivID in_player, Index root_ind)
          Constuctor
GUIGalaxyListJFC(CivID in_player)
           
GUIGalaxyListJFC(CivID in_player, DisplayGalaxyFilter filter)
           
GUIFleetSpecificJFC(CivID AID, FleetID FID)
          The designated constructor for instances of this class.
GUIFleetListJFC(CivID in_player)
           
GUIFleetListJFC(CivID in_player, DisplayFleetFilter filter)
           
GUIDisplayTreeJFC(CivID AID, DisplayNode DN)
           
GUIDisplayTreeJFC(CivID AID, Index in_ID)
           
GUIDebugDialogJFC(CivID AID)
           
GUIAlienSpecificJFC(CivID AID, CivID AID2)
           
GUIAlienSpecificJFC(CivID AID, CivID AID2)
           
GUIAlienListJFC(CivID in_player)
           
GUIAlienListJFC(CivID in_player, DisplayAlienFilter filter)
           
 

Uses of CivID in org.gjt.universe.scheme001
 

Fields in org.gjt.universe.scheme001 declared as CivID
(package private)  CivID StationTreePanel_001_JFC.viewer
           
(package private)  CivID StationShipManufPanel_001_JFC.viewer
           
(package private)  CivID StationResearchPanel_001_JFC.viewer
           
(package private)  CivID StationModulesPanel_001_JFC.viewer
           
private  CivID StationManufacturingOrderModel_001.viewer
           
(package private)  CivID StationManufPanel_001_JFC.viewer
           
(package private)  CivID StationInfoPanel_001_JFC.viewer
           
(package private)  CivID SpaceBattle_001.BattleMember.owner
           
private  CivID ShipManufacturingOrderModel_001.viewer
           
(package private)  CivID PanelID.viewer
           
private  CivID GUIStationSpecific_001_JFC.viewer
           
private  CivID GUIStationEnemy_001_JFC.viewer
           
private  CivID FleetOrderModel_001.viewer
           
 

Methods in org.gjt.universe.scheme001 that return CivID
 CivID PanelID.getViewer()
           
 

Methods in org.gjt.universe.scheme001 with parameters of type CivID
static VectorTechID Tech_001.getResearchableTechs(CivID AID)
           
(package private) static StationID Station_001.newStation(CivID owner, PlanetID PID)
           
 void Station_001.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
(package private) static ShipDesignID ShipDesign_001.newShipDesign(CivID AID, java.lang.String name, ModuleDesignID shield, ModuleDesignID attack, ModuleDesignID armor, ModuleDesignID drive, ModuleDesignID fuel, ModuleDesignID scanner, ModuleDesignID power, ModuleDesignID computer, ModuleDesignID storage, ModuleDesignID colony)
           
 StationID Scheme_001.newStation(CivID owner, PlanetID PID)
          Factory method for creating this scheme's version of a Station
 void Planet_001.getSpecificTableInfo(CivID AID, DisplayReturn DR)
           
(package private) static VectorModuleDesignID ModuleDesign_001_Station.getKnown(CivID AID)
           
(package private) static VectorModuleDesignID ModuleDesign_001_Ship.getKnown(CivID AID, ModuleDesign_001_ShipType type)
           
(package private) static VectorModuleDesignID ModuleDesign_001_Colony.getKnown(CivID AID)
           
static KnowledgeID KnowledgeTech_001.newKnowledge(CivID AID, TechID TID)
           
 

Constructors in org.gjt.universe.scheme001 with parameters of type CivID
Station_001(CivID owner, java.lang.String in_name, PlanetID planet)
          Private constructor - called by newStation()
StationTreePanel_001_JFC(CivID AID, StationID SID)
           
StationShipManufPanel_001_JFC(CivID AID, StationID SID)
           
StationResearchPanel_001_JFC(CivID AID, StationID SID)
           
StationModulesPanel_001_JFC(CivID AID, StationID SID)
           
StationManufacturingOrderModel_001(CivID AID, StationID SID)
           
StationManufPanel_001_JFC(CivID AID, StationID SID)
           
StationInfoPanel_001_JFC(CivID AID, StationID SID)
           
ShipManufacturingOrderModel_001(CivID AID, StationID SID)
           
ShipDesign_001(CivID AID, java.lang.String name, ModuleDesignID shield, ModuleDesignID attack, ModuleDesignID armor, ModuleDesignID drive, ModuleDesignID fuel, ModuleDesignID scanner, ModuleDesignID power, ModuleDesignID computer, ModuleDesignID storage, ModuleDesignID colony)
           
PanelID(java.lang.String type, CivID AID, StationID SID)
           
KnowledgeTech_001(CivID AID, TechID TID)
           
GUIStationSpecific_001_JFC(CivID AID, StationID BID)
          Constructor.
GUIStationEnemy_001_JFC(CivID AID, StationID BID)
           
FleetOrderModel_001(CivID AID, FleetID FID)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.