Serialized Form


Package net.sourceforge.simplegamenet.specs.gui

Class net.sourceforge.simplegamenet.specs.gui.GamePanel extends JPanel implements Serializable

Class net.sourceforge.simplegamenet.specs.gui.GameSettingsPanel extends JPanel implements Serializable

Class net.sourceforge.simplegamenet.specs.gui.PlayerSettingsPanel extends JPanel implements Serializable


Package net.sourceforge.simplegamenet.specs.to

Class net.sourceforge.simplegamenet.specs.to.GameSettings extends Object implements Serializable

Class net.sourceforge.simplegamenet.specs.to.PlayerSettings extends Object implements Serializable

Serialized Fields

playerID

Integer playerID

playerType

int playerType

nickname

String nickname

playingState

int playingState

Class net.sourceforge.simplegamenet.specs.to.Version extends Object implements Serializable

Serialized Fields

levelValues

int[] levelValues


Package net.sourceforge.simplegamenet.specs.tools

Class net.sourceforge.simplegamenet.specs.tools.ColoredPlayerSettings extends PlayerSettings implements Serializable

Serialized Fields

colors

Color[] colors

uniqueColorIndex

boolean uniqueColorIndex

colorsIndex

int colorsIndex

Class net.sourceforge.simplegamenet.specs.tools.ColoredPlayerSettingsPanel extends PlayerSettingsPanel implements Serializable

Serialized Fields

nicknameLabel

JLabel nicknameLabel

nicknameTextField

JTextField nicknameTextField

colorLabel

JLabel colorLabel

colorComboBox

JComboBox colorComboBox

playingStateLabel

JLabel playingStateLabel

playingStateComboBox

JComboBox playingStateComboBox

Class net.sourceforge.simplegamenet.specs.tools.MultiPlayerGameSettings extends GameSettings implements Serializable

Serialized Fields

minimumParticipantsAmount

int minimumParticipantsAmount

maximumParticipantsAmount

int maximumParticipantsAmount

maximumConnectionsAmount

int maximumConnectionsAmount

minimumMaximumParticipantsAmount

int minimumMaximumParticipantsAmount

maximumMaximumParticipantsAmount

int maximumMaximumParticipantsAmount

minimumMaximumConnectionsAmount

int minimumMaximumConnectionsAmount

maximumMaximumConnectionsAmount

int maximumMaximumConnectionsAmount

Class net.sourceforge.simplegamenet.specs.tools.MultiPlayerGameSettingsPanel extends GameSettingsPanel implements Serializable

Serialized Fields

maximumParticipantsAmountLabel

JLabel maximumParticipantsAmountLabel

maximumParticipantsAmountComboBox

JComboBox maximumParticipantsAmountComboBox

maximumConnectionsAmountLabel

JLabel maximumConnectionsAmountLabel

maximumConnectionsAmountComboBox

JComboBox maximumConnectionsAmountComboBox

Class net.sourceforge.simplegamenet.specs.tools.StandardPlayerSettings extends PlayerSettings implements Serializable

Class net.sourceforge.simplegamenet.specs.tools.StandardPlayerSettingsPanel extends PlayerSettingsPanel implements Serializable

Serialized Fields

nicknameLabel

JLabel nicknameLabel

nicknameTextField

JTextField nicknameTextField

playingStateLabel

JLabel playingStateLabel

playingStateComboBox

JComboBox playingStateComboBox

Class net.sourceforge.simplegamenet.specs.tools.TwoPlayerGameSettings extends GameSettings implements Serializable

Serialized Fields

maximumConnectionsAmount

int maximumConnectionsAmount

minimumMaximumConnectionsAmount

int minimumMaximumConnectionsAmount

maximumMaximumConnectionsAmount

int maximumMaximumConnectionsAmount

Class net.sourceforge.simplegamenet.specs.tools.TwoPlayerGameSettingsPanel extends GameSettingsPanel implements Serializable

Serialized Fields

maximumConnectionsAmountLabel

JLabel maximumConnectionsAmountLabel

maximumConnectionsAmountComboBox

JComboBox maximumConnectionsAmountComboBox



Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.