org.gjt.universe
Class PlanetUndefined

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.PlanetBase
              |
              +--org.gjt.universe.PlanetUndefined
All Implemented Interfaces:
java.io.Serializable

public final class PlanetUndefined
extends PlanetBase

See Also:
Serialized Form

Field Summary
static PlanetID ID
           
static PlanetUndefined SINGLETON
           
 
Fields inherited from class org.gjt.universe.PlanetBase
 
Constructor Summary
private PlanetUndefined()
           
 
Method Summary
 void drawInfoPanelOne(GUIFactoryOne gui, javax.swing.JPanel panel)
           
 void getSpecificTableInfo(CivID AID, DisplayReturn DR)
          This function allows additional values to be presented in the planet table.
 void setToHomePlanetValues()
           
 VectorDisplayReturn specificDisplay()
          This method returns the ID of the receiving instance
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.PlanetBase
addGroundStation, fleetArrived, fleetDeparted, getFleetsInOrbit, getGravityString, getGroundStationList, getID, getID, getIndex, getLocation, getName, getOwner, getPlanetaryPrimaryID, getPlanetMakeup, getPlanetType, getRadiusString, getStarIndex, getSystemID, getTemperatureString, isInhabited, isInhabitedByAnotherCiv, isInhabitedByCiv, isMoon, setName, setOwner, setPlanetaryPrimaryID, setPlanetMakeup, setStarIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static PlanetUndefined SINGLETON

ID

public static PlanetID ID
Constructor Detail

PlanetUndefined

private PlanetUndefined()
Method Detail

getSpecificTableInfo

public void getSpecificTableInfo(CivID AID,
                                 DisplayReturn DR)
Description copied from class: PlanetBase
This function allows additional values to be presented in the planet table.

Specified by:
getSpecificTableInfo in class PlanetBase

specificDisplay

public VectorDisplayReturn specificDisplay()
Description copied from class: PlanetBase
This method returns the ID of the receiving instance

Specified by:
specificDisplay in class PlanetBase

specificDisplayDebug

public VectorDisplayReturn specificDisplayDebug()
Specified by:
specificDisplayDebug in class DBItem

setToHomePlanetValues

public void setToHomePlanetValues()
Specified by:
setToHomePlanetValues in class PlanetBase

drawInfoPanelOne

public void drawInfoPanelOne(GUIFactoryOne gui,
                             javax.swing.JPanel panel)
Specified by:
drawInfoPanelOne in class PlanetBase


Copyright © 2001 Universe Dev Team All Rights Reserved.