Uses of Class
universe.common.database.SystemID

Packages that use SystemID
universe.client.database   
universe.client.gui   
universe.common.database   
universe.server.database   
 

Uses of SystemID in universe.client.database
 

Fields in universe.client.database declared as SystemID
private  SystemID WormholeView.endPointID1
           
private  SystemID WormholeView.endPointID2
           
private  SystemID PlanetView.SID
           
 

Methods in universe.client.database that return SystemID
 SystemID WormholeView.getEndPointID1()
          This method returns the ID of the star system which is the first end-point of the wormhole.
 SystemID WormholeView.getEndPointID2()
          This method returns the ID of the star system which is the second end-point of the wormhole.
 SystemID PlanetView.getSystemID()
           
static SystemID LocationConversion.getSystem(Location loc)
           
 

Methods in universe.client.database with parameters of type SystemID
static RelationshipType Relationship.getRelationshipType(SystemID SID)
           
 

Constructors in universe.client.database with parameters of type SystemID
Relationship(SystemID SID)
           
PlanetView(Index index, SystemID SID, java.lang.String name)
           
 

Uses of SystemID in universe.client.gui
 

Fields in universe.client.gui declared as SystemID
private  SystemID SystemScreenCoord.system
           
 SystemID SystemPoint.ID
           
(package private)  SystemID MapComponent.PopMenuSystemListener.systemID
           
 

Methods in universe.client.gui that return SystemID
(package private)  SystemID SystemScreenCoord.getID()
           
(package private)  SystemID MapComponent.getNearestSystem(int x, int y, int maxd)
          Gets the nearest system to ScreenCoord x,y.
 SystemID Map3D.getSelectedSystem()
          Returns the ID of system under crosshair cursor.
 

Methods in universe.client.gui with parameters of type SystemID
private  RelationshipType SystemScreenObjectHandler.playerSystemRelationship(SystemID sid)
           
(package private)  void Map3D.systemClicked(SystemID sID)
           
(package private)  void Map3D.showInfo(SystemID SID, Coord source)
           
(package private)  java.lang.String DisplayMap.getLabel(SystemID SID, int displayType)
          Returns the labels used on the map.
 

Constructors in universe.client.gui with parameters of type SystemID
SystemScreenCoord(SystemID SID, float x, float y)
           
MapComponent.PopMenuSystemListener(SystemID sID)
           
DisplayMap(SystemID SID)
           
 

Uses of SystemID in universe.common.database
 

Fields in universe.common.database declared as SystemID
 SystemID Location.systemid
           
 

Constructors in universe.common.database with parameters of type SystemID
Location(SystemID SID)
          Constructor that takes a SystemID object.
 

Uses of SystemID in universe.server.database
 

Fields in universe.server.database declared as SystemID
private static SystemID SystemBase.currentID
           
private  SystemID SystemBase.ID
           
private  SystemID PlanetBase.SystemMember
           
 

Methods in universe.server.database that return SystemID
 SystemID SystemBase.getID()
          Returns the unique ID assigned to the receiving system when it was created.
 SystemID PlanetBase.getSystemID()
           
 

Methods in universe.server.database with parameters of type SystemID
 void GalaxyBase.addSystem(SystemID SID)
          Adds a System to the Galaxy
 

Constructors in universe.server.database with parameters of type SystemID
PlanetBase(SystemID SID, int starIndex, java.lang.String in_name, SimpleAccrete.PlanetaryMakeup pm)
          This is the designated constructor for instances of this class/ It creates a new instance of a planet in the given star system, orbiting the given star in that system, and having the given name.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.