Serialized Form
editEmail
javax.swing.JTextField editEmail
editNewPassword
javax.swing.JPasswordField editNewPassword
editNewPassword2
javax.swing.JPasswordField editNewPassword2
editNewUsername
javax.swing.JTextField editNewUsername
parent
ConsoleFrame parent
editChatMsg
javax.swing.JTextField editChatMsg
editChatTo
javax.swing.JTextField editChatTo
paneChatFrom
javax.swing.JTextArea paneChatFrom
parent
ConsoleFrame parent
chatPanel
ChatPanel chatPanel
connection
ClientConnection connection
mainViewPanel
MainViewPanel mainViewPanel
parent
MainFrame parent
player
Player player
editPassword
javax.swing.JPasswordField editPassword
editServerIP
javax.swing.JTextField editServerIP
editUsername
javax.swing.JTextField editUsername
labelStatus
javax.swing.JLabel labelStatus
mainViewPixelSize
int mainViewPixelSize
orbitingBodyCanvas
OrbitingBodyCanvas orbitingBodyCanvas
parent
ConsoleFrame parent
bAccepted
boolean bAccepted
password
java.lang.String password
username
java.lang.String username
from
java.lang.String from
message
java.lang.String message
- alias of chat message recipient
to
java.lang.String to
- alias of chat message sender
player
Player player
- The
Player object
bAccepted
boolean bAccepted
password
java.lang.String password
username
java.lang.String username
planetList
java.util.Vector planetList
- List of all planets in the solar system
idGalaxy
int idGalaxy
- ID number of the galaxy.
idObject
int idObject
- ID number of the ship/base/etc to watch.
idPlanetoid
int idPlanetoid
- ID number of the planetoid.
idSolarSystem
int idSolarSystem
- ID number of the solar system.
viewType
int viewType
- Type of main view we want to switch to.
(types defined in
PlayerState
lastID
int lastID
id
int id
idPlayer
int idPlayer
- Maps to the
Player object in the Fate World.
password
java.lang.String password
state
PlayerState state
- Keeps track of the player's current state in the virtual world
username
java.lang.String username
mapPlayerInfo
MapPlayerInfo mapPlayerInfo
bConnected
boolean bConnected
- True if user is connected
idGalaxy
int idGalaxy
- ID number of the galaxy.
idPlanetoid
int idPlanetoid
- ID number of the planetoid.
idSolarSystem
int idSolarSystem
- ID number of the solar system.
idViewingObject
int idViewingObject
- The id of the object that is being focused on
viewType
int viewType
- Type of main view we want to switch to
editID
javax.swing.JTextField editID
editPassword
javax.swing.JTextField editPassword
editUsername
javax.swing.JTextField editUsername
labelStatus
javax.swing.JLabel labelStatus
mapPlayerInfo
MapPlayerInfo mapPlayerInfo
playerList
javax.swing.JList playerList
theImage
java.awt.Image theImage
theImage
javax.swing.ImageIcon theImage
objects
java.util.Vector objects
- Set of
OrbitingBody objects
radiusInPixels
int radiusInPixels
mapSolarSystems
MapWorldObject mapSolarSystems
- Map of all solar systems in the galaxy
owner
Player owner
distance
int distance
- Distance from the central object, no specific unit
position
double position
- Position along the circumference of orbit, in radians
velocity
double velocity
- Orbiting Speed: position delta in an update interval.
Positive is clockwise, Negative is counter-clockwise
mapGround
MapWorldObject mapGround
- Map of all ground objects
mapOrbiting
MapWorldObject mapOrbiting
- Map of all orbiting objects
idLogin
int idLogin
- Corresponding login ID
mapShips
MapWorldObject mapShips
- All the ships this player owns
mapStructures
MapWorldObject mapStructures
- All the structures this player owns
copper
int copper
diamond
int diamond
foam
int foam
food
int food
ftlfuel
int ftlfuel
fuelore
int fuelore
gold
int gold
graphite
int graphite
iron
int iron
plastic
int plastic
rubber
int rubber
slsfuel
int slsfuel
mapPlanetoids
MapWorldObject mapPlanetoids
- Map of all planetoids in the solar systems
owner
Player owner
defaultGalaxy
Galaxy defaultGalaxy
defaultPlanetoid
Planetoid defaultPlanetoid
defaultSolarSystem
SolarSystem defaultSolarSystem
lastID
int lastID
- Highest numbered id generated
mapGalaxies
MapWorldObject mapGalaxies
- Map of all galaxies in the Universe
mapPlayers
MapWorldObject mapPlayers
- Map of all players in the Universe
id
int id
- World object id. A globally-unique identifier.
name
java.lang.String name
- Display name of object.
parent
WorldObject parent
- Parent object. Not a mandatory field.
editDistance
javax.swing.JTextField editDistance
editPosition
javax.swing.JTextField editPosition
editVelocity
javax.swing.JTextField editVelocity
editPanel
javax.swing.JPanel editPanel
galaxyEditPanel
GalaxyEditPanel galaxyEditPanel
planetoidEditPanel
PlanetoidEditPanel planetoidEditPanel
rootNode
javax.swing.tree.DefaultMutableTreeNode rootNode
solarSystemEditPanel
SolarSystemEditPanel solarSystemEditPanel
treeModel
javax.swing.tree.DefaultTreeModel treeModel
treeWorld
javax.swing.JTree treeWorld
universe
Universe universe
universeEditPanel
UniverseEditPanel universeEditPanel
boxButtons
javax.swing.JPanel boxButtons
boxMain
javax.swing.Box boxMain
buttonModify
javax.swing.JButton buttonModify
data
WorldObject data
editID
javax.swing.JTextField editID
editName
javax.swing.JTextField editName
parent
WorldEditDialog parent