Serialized Form


Package net.sourceforge.simplegamenet.framework.gui

Class net.sourceforge.simplegamenet.framework.gui.AboutDialog extends JDialog implements Serializable

Serialized Fields

okButton

JButton okButton

Class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel extends JPanel implements Serializable

Serialized Fields

clientGUIFacade

ClientGUIFacade clientGUIFacade

logTextPane

JTextPane logTextPane

logScrollPane

JScrollPane logScrollPane

messageTextField

JTextField messageTextField

sendButton

JButton sendButton

Class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel extends JPanel implements Serializable

Serialized Fields

clientGUIFacade

ClientGUIFacade clientGUIFacade

innerSplitPane

JSplitPane innerSplitPane

chatLogDocument

StyledDocument chatLogDocument

chatClientPanel

ChatClientPanel chatClientPanel

playersTabbedPane

JTabbedPane playersTabbedPane

playersTabPanel

PlayersTabPanel playersTabPanel

startAbortLayout

CardLayout startAbortLayout

startAbortPanel

JPanel startAbortPanel

startGameButton

JButton startGameButton

abortGameButton

JButton abortGameButton

Class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig extends Object implements Serializable

Serialized Fields

nickname

String nickname

hostAddress

String hostAddress

port

int port

badLanguageFiltered

boolean badLanguageFiltered

gameSettings

net.sourceforge.simplegamenet.specs.to.GameSettings gameSettings

Class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog extends JDialog implements Serializable

Serialized Fields

simpleGameNetFrame

SimpleGameNetFrame simpleGameNetFrame

gameFactories

net.sourceforge.simplegamenet.specs.model.GameFactory[] gameFactories

stepLabel

JLabel stepLabel

stepPanel

JPanel stepPanel

stepCardLayout

CardLayout stepCardLayout

navigationButtons

JButton[] navigationButtons

joinHostGamePanel

JoinHostGamePanel joinHostGamePanel

joinSettingsPanel

JoinSettingsPanel joinSettingsPanel

hostSettingsPanel

HostSettingsPanel hostSettingsPanel

gameChoicePanel

GameChoicePanel gameChoicePanel

gameSettingsChoicePanel

GameSettingsChoicePanel gameSettingsChoicePanel

connectionConfig

ConnectionConfig connectionConfig

hostGameInterfacesIndex

int hostGameInterfacesIndex

state

int state

Class net.sourceforge.simplegamenet.framework.gui.GameChoicePanel extends JPanel implements Serializable

Serialized Fields

connectionWizardDialog

ConnectionWizardDialog connectionWizardDialog

gameFactories

net.sourceforge.simplegamenet.specs.model.GameFactory[] gameFactories

selectGameLabel

JLabel selectGameLabel

selectGameComboBox

JComboBox selectGameComboBox

gameDescriptionTextArea

JTextArea gameDescriptionTextArea

gameAuthorLabel

JLabel gameAuthorLabel

gameAuthorValueLabel

JLabel gameAuthorValueLabel

gameVersionLabel

JLabel gameVersionLabel

gameVersionValueLabel

JLabel gameVersionValueLabel

gameFactoriesIndex

int gameFactoriesIndex

Class net.sourceforge.simplegamenet.framework.gui.GameSettingsChoicePanel extends JPanel implements Serializable

Serialized Fields

connectionWizardDialog

ConnectionWizardDialog connectionWizardDialog

gameFactories

net.sourceforge.simplegamenet.specs.model.GameFactory[] gameFactories

gameSettingsArray

net.sourceforge.simplegamenet.specs.to.GameSettings[] gameSettingsArray

gameSettingsPanels

net.sourceforge.simplegamenet.specs.gui.GameSettingsPanel[] gameSettingsPanels

cardPanel

JPanel cardPanel

cardLayout

CardLayout cardLayout

titledBorder

TitledBorder titledBorder

gameFactoriesIndex

int gameFactoriesIndex

connectionConfig

ConnectionConfig connectionConfig

Class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel extends JPanel implements Serializable

Serialized Fields

clientGUIFacade

ClientGUIFacade clientGUIFacade

gameSettingsPanel

net.sourceforge.simplegamenet.specs.gui.GameSettingsPanel gameSettingsPanel

changeGameSettingsButton

JButton changeGameSettingsButton

Class net.sourceforge.simplegamenet.framework.gui.GameTabPanel extends JPanel implements Serializable

Serialized Fields

gamePanel

net.sourceforge.simplegamenet.specs.gui.GamePanel gamePanel

Class net.sourceforge.simplegamenet.framework.gui.OptionsDialog extends JDialog implements Serializable

Serialized Fields

simpleGameNetFrame

SimpleGameNetFrame simpleGameNetFrame

tabbedPane

JTabbedPane tabbedPane

optionsOkButton

JButton optionsOkButton

optionsCancelButton

JButton optionsCancelButton

optionsApplyButton

JButton optionsApplyButton

generalTabPanel

JPanel generalTabPanel

lookAndFeelLabel

JLabel lookAndFeelLabel

lookAndFeelComboBox

JComboBox lookAndFeelComboBox

lookAndFeelInfos

UIManager.LookAndFeelInfo[] lookAndFeelInfos

Class net.sourceforge.simplegamenet.framework.gui.PlayersListPanel extends JPanel implements Serializable

Serialized Fields

listType

int listType

playersListTable

JTable playersListTable

playerSettingComponentsLists

JComponent[][] playerSettingComponentsLists

Class net.sourceforge.simplegamenet.framework.gui.SimpleGameNet extends JFrame implements Serializable

Serialized Fields

connectAction

Action connectAction

disconnectAction

Action disconnectAction

joinAction

Action joinAction

hostAction

Action hostAction

exitAction

Action exitAction

optionsAction

Action optionsAction

aboutAction

Action aboutAction

tabbedPane

JTabbedPane tabbedPane

statusTabPanel

StatusTabPanel statusTabPanel

chatTabPanel

ChatTabPanel chatTabPanel

gameTabPanel

GameTabPanel gameTabPanel

gameSettingsTabPanel

GameSettingsTabPanel gameSettingsTabPanel

logTextArea

JTextArea logTextArea

serverGUIFacade

ServerGUIFacade serverGUIFacade

clientGUIFacade

ClientGUIFacade clientGUIFacade

appState

int appState

Class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame extends JFrame implements Serializable

Serialized Fields

connectAction

Action connectAction

disconnectAction

Action disconnectAction

joinAction

Action joinAction

hostAction

Action hostAction

exitAction

Action exitAction

optionsAction

Action optionsAction

aboutAction

Action aboutAction

tabbedPane

JTabbedPane tabbedPane

statusTabPanel

StatusTabPanel statusTabPanel

chatTabPanel

ChatTabPanel chatTabPanel

gameTabPanel

GameTabPanel gameTabPanel

gameSettingsTabPanel

GameSettingsTabPanel gameSettingsTabPanel

logTextArea

JTextArea logTextArea

serverGUIFacade

ServerGUIFacade serverGUIFacade

clientGUIFacade

ClientGUIFacade clientGUIFacade

appState

int appState

Class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel extends JPanel implements Serializable

Serialized Fields

appStateLabel

JLabel appStateLabel

appStateTextField

JTextField appStateTextField

hostIPNumberLabel

JLabel hostIPNumberLabel

hostIPNumberTextField

JTextField hostIPNumberTextField

hostPortNumberLabel

JLabel hostPortNumberLabel

hostPortNumberTextField

JTextField hostPortNumberTextField

gameNameLabel

JLabel gameNameLabel

gameNameTextField

JTextField gameNameTextField

gameDescriptionTextArea

JTextArea gameDescriptionTextArea

gameAuthorLabel

JLabel gameAuthorLabel

gameAuthorTextField

JTextField gameAuthorTextField

gameVersionLabel

JLabel gameVersionLabel

gameVersionTextField

JTextField gameVersionTextField

numberOfParticipantsLabel

JLabel numberOfParticipantsLabel

numberOfParticipantsTextField

JTextField numberOfParticipantsTextField

numberOfConnectionsLabel

JLabel numberOfConnectionsLabel

numberOfConnectionsTextField

JTextField numberOfConnectionsTextField

logTextArea

JTextArea logTextArea


Package net.sourceforge.simplegamenet.framework.model

Class net.sourceforge.simplegamenet.framework.model.ChatMessage extends Object implements Serializable

Serialized Fields

type

int type

playerID

Integer playerID

message

String message


Package net.sourceforge.simplegamenet.framework.transport

Class net.sourceforge.simplegamenet.framework.transport.ClientLoginException extends IOException implements Serializable

Serialized Fields

type

int type

Class net.sourceforge.simplegamenet.framework.transport.GameIdentification extends Object implements Serializable

Serialized Fields

name

String name

version

net.sourceforge.simplegamenet.specs.to.Version version

author

String author

Class net.sourceforge.simplegamenet.framework.transport.LoginData extends Object implements Serializable

Serialized Fields

playerID

Integer playerID

gameSettings

net.sourceforge.simplegamenet.specs.to.GameSettings gameSettings

playerSettingsArray

net.sourceforge.simplegamenet.specs.to.PlayerSettings[] playerSettingsArray

gameState

int gameState

Class net.sourceforge.simplegamenet.framework.transport.Packet extends Object implements Serializable

Serialized Fields

packetCode

int packetCode

data

Serializable data



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