A B C D E F G H I J K L N O P R S T U

A

AboutDialog - class net.sourceforge.simplegamenet.framework.gui.AboutDialog.
 
AboutDialog(SimpleGameNetFrame) - Constructor for class net.sourceforge.simplegamenet.framework.gui.AboutDialog
 
abortGame() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
abortGame() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
abortGame() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
abortGame() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.AboutDialog
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.GameChoicePanel
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sourceforge.simplegamenet.framework.gui.OptionsDialog
 
addBannedInetAddress(InetAddress) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerListener
 
addNewConnection(NewConnectionData) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
addNewConnectionInEventThread(NewConnectionData) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
addPlayer(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
addTask(Runnable) - Method in class net.sourceforge.simplegamenet.framework.transport.TaskQueue
 
appendGameChatMessage(Integer, String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 
appendGameChatMessage(String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 
appendGameChatMessage(Integer, String) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
appendGameChatMessage(String) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
appendSystemChatMessage(Integer, String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 
appendSystemChatMessage(String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 

B

BANNED - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
BANNED - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
banPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
banPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 

C

CLIENT_GAME_VERSION - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
CLIENT_SGN_VERSION - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
ChatClientPanel - class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel.
A JPanel which allows a user to send chat messages and shows received chat messages and events in a log.
ChatClientPanel(StyledDocument) - Constructor for class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel
 
ChatMessage - class net.sourceforge.simplegamenet.framework.model.ChatMessage.
 
ChatMessage(int, String) - Constructor for class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
ChatMessage(int, String, Integer) - Constructor for class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
ChatServer - class net.sourceforge.simplegamenet.framework.model.ChatServer.
 
ChatServer(ServerEngineImpl, boolean) - Constructor for class net.sourceforge.simplegamenet.framework.model.ChatServer
 
ChatTabPanel - class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel.
 
ChatTabPanel() - Constructor for class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
ClientConnection - class net.sourceforge.simplegamenet.framework.transport.ClientConnection.
 
ClientConnection(ClientModem, Socket, ObjectInputStream, ObjectOutputStream) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientConnection
 
ClientConnectionData - class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData.
 
ClientConnectionData(Socket, ObjectInputStream, ObjectOutputStream, LoginData, GameFactory) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
ClientDisconnectionTask - class net.sourceforge.simplegamenet.framework.transport.ClientDisconnectionTask.
 
ClientDisconnectionTask(ClientModem) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientDisconnectionTask
 
ClientEngineImpl - class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl.
 
ClientEngineImpl(ClientGUIFacade, ClientConnectionData) - Constructor for class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
ClientGUIFacade - class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade.
 
ClientGUIFacade(SimpleGameNetFrame, StatusTabPanel, ChatTabPanel, GameTabPanel, GameSettingsTabPanel, JTextArea, boolean) - Constructor for class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
ClientLoginException - exception net.sourceforge.simplegamenet.framework.transport.ClientLoginException.
 
ClientLoginException(int) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
ClientLoginException(int, String) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
ClientLoginHandler - class net.sourceforge.simplegamenet.framework.transport.ClientLoginHandler.
 
ClientLoginHandler() - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientLoginHandler
 
ClientModem - class net.sourceforge.simplegamenet.framework.transport.ClientModem.
 
ClientModem(ClientEngineImpl, Socket, ObjectInputStream, ObjectOutputStream) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
ClientPacketTask - class net.sourceforge.simplegamenet.framework.transport.ClientPacketTask.
 
ClientPacketTask(ClientModem, Packet) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ClientPacketTask
 
ConnectionConfig - class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig.
A bean that represents the data gathered form a ConnectionWizard
ConnectionConfig() - Constructor for class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
ConnectionWizardDialog - class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog.
 
ConnectionWizardDialog(SimpleGameNetFrame) - Constructor for class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
ConnectionWizardDialog(SimpleGameNetFrame, int) - Constructor for class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
changeGameSettings(GameSettingsPanel) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
changeGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
changeGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
changeGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
changePlayerSettings(PlayerSettingsPanel) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
changePlayerSettings(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
changePlayerSettings(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
changePlayerSettings(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
chatLogDocument - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
chatTabPanel - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
close() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
close() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerListener
 
close() - Method in class net.sourceforge.simplegamenet.framework.transport.TaskQueue
 
closeServer() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
closeServer() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
closeServerInServerThread() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
closeServerInServerThread() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
connect(InetAddress, int, String) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientLoginHandler
 
createChatClientPanel() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
createPlayer(int, String) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
createSimpleGameNetFrame() - Static method in class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame
 

D

DISCONNECTED - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
disconnected() - Method in class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame
 

E

EngineImpl - class net.sourceforge.simplegamenet.framework.model.EngineImpl.
 
EngineImpl(GameFactory, GameSettings, PlayerSettingsMap) - Constructor for class net.sourceforge.simplegamenet.framework.model.EngineImpl
 

F

filterNickname(String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 
filterString(String) - Static method in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 

G

GAME_ABORTING - Static variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
GAME_MESSAGE - Static variable in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
GAME_NOT_FOUND - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
GAME_NOT_PLAYING - Static variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
GAME_PLAYING - Static variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
GAME_STARTING - Static variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
GAME_STOPPING - Static variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
GameChoicePanel - class net.sourceforge.simplegamenet.framework.gui.GameChoicePanel.
 
GameIdentification - class net.sourceforge.simplegamenet.framework.transport.GameIdentification.
 
GameIdentification(String, Version, String) - Constructor for class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
GameSettingsChoicePanel - class net.sourceforge.simplegamenet.framework.gui.GameSettingsChoicePanel.
 
GameSettingsTabPanel - class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel.
 
GameSettingsTabPanel() - Constructor for class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel
 
GameTabPanel - class net.sourceforge.simplegamenet.framework.gui.GameTabPanel.
 
GameTabPanel() - Constructor for class net.sourceforge.simplegamenet.framework.gui.GameTabPanel
 
GamesObjectInputStream - class net.sourceforge.simplegamenet.framework.transport.GamesObjectInputStream.
 
GamesObjectInputStream(InputStream, ClassLoader) - Constructor for class net.sourceforge.simplegamenet.framework.transport.GamesObjectInputStream
 
gameAborting() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameAborting() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
gameAborting() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
gameAborting() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
gameEndUnprocessed - Variable in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
gameEnded(boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
gameEnded() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameEnded() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
gameEnded() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
gameEnded() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
gameEnded(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
gameEnding(boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
gameFactory - Variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
gameJoined(ClientGUIFacade) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel
 
gameJoined(ClientGUIFacade, PlayerSettingsPanel, PlayerSettingsMap, boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
gameJoined(ClientGUIFacade, GameSettingsPanel, boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel
 
gameJoined(GamePanel) - Method in class net.sourceforge.simplegamenet.framework.gui.GameTabPanel
 
gameJoined(InetAddress, int, GameFactory, PlayerSettingsMap, boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel
 
gameSettings - Variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
gameSettingsTabPanel - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameSettingsUpdated(GameSettings, GameSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameSettingsUpdated(GameSettingsPanel) - Method in class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel
 
gameSettingsUpdated(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
gameStarted(boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
gameStarted() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameStarted() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
gameStarted() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
gameStarted() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
gameState - Variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
gameStopping() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
gameStopping() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
gameStopping() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
gameStopping() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
gameTabPanel - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
getAppSettingsDir() - Method in class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings
 
getAuthor() - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
getAuthors() - Method in class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings
 
getChatLogDocument() - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
getConnectionConfig() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
getData() - Method in class net.sourceforge.simplegamenet.framework.transport.Packet
 
getGameFactory() - Method in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
getGameFactory() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
getGamePlayerClient() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
getGameSettings() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
getGameSettings() - Method in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
getGameSettings() - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
getGameState() - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
getHostAddress() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
getInstance() - Static method in class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings
 
getLogTextArea() - Method in class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel
 
getLoginData() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
getMessage() - Method in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
getName() - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
getNickname() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
getNickname() - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
getObjectInputStream() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
getObjectInputStream() - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
getObjectOutputStream() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
getObjectOutputStream() - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
getPacketCode() - Method in class net.sourceforge.simplegamenet.framework.transport.Packet
 
getPlayerID() - Method in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
getPlayerID() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
getPlayerID() - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
getPlayerSettings() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
getPlayerSettingsArray() - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
getPlayerSettingsMap() - Method in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
getPort() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
getSite() - Method in class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings
 
getSocket() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
getSocket() - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
getType() - Method in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
getType() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
getVersion() - Method in class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings
 
getVersion() - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 

H

HOSTING_STOPPED - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
HOST_CONNECTION - Static variable in class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
hostGame(ConnectionConfig, GameFactory) - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
hostGame(ConnectionConfig, GameFactory) - Method in class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame
 
hostedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
hostedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 

I

isBadLanguageFiltered() - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
isGamePlaying() - Method in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 

J

JOIN_CONNECTION - Static variable in class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
JOIN_OR_HOST_CONNECTION - Static variable in class net.sourceforge.simplegamenet.framework.gui.ConnectionWizardDialog
 
joinGame(ConnectionConfig) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
joinGame(ConnectionConfig) - Method in class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame
 
joinedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel
 
joinedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
joinedGameQuit(int) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
joinedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.GameSettingsTabPanel
 
joinedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.GameTabPanel
 
joinedGameQuit() - Method in class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel
 
joinedGameQuit(int) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 

K

KICKED - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
kickPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
kickPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
kickProtocolViolatingPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
kickProtocolViolatingPlayer(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 

L

LEFT - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
LOGIN_NOT_ACCEPTED - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
LoginData - class net.sourceforge.simplegamenet.framework.transport.LoginData.
 
LoginData(Integer, GameSettings, PlayerSettings[], int) - Constructor for class net.sourceforge.simplegamenet.framework.transport.LoginData
 
leaveProtocolViolatingServer() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
leaveProtocolViolatingServer() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
leaveServer() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
leaveServer() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
leaveServer() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
load() - Static method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
logTextArea - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
logTextArea - Variable in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 

N

NewConnectionData - class net.sourceforge.simplegamenet.framework.transport.NewConnectionData.
 
NewConnectionData(Socket, ObjectInputStream, ObjectOutputStream, String) - Constructor for class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
net.sourceforge.simplegamenet.framework.gui - package net.sourceforge.simplegamenet.framework.gui
 
net.sourceforge.simplegamenet.framework.model - package net.sourceforge.simplegamenet.framework.model
 
net.sourceforge.simplegamenet.framework.transport - package net.sourceforge.simplegamenet.framework.transport
 

O

OptionsDialog - class net.sourceforge.simplegamenet.framework.gui.OptionsDialog.
 
OptionsDialog(SimpleGameNetFrame) - Constructor for class net.sourceforge.simplegamenet.framework.gui.OptionsDialog
 

P

PLAYER_EMOTE - Static variable in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
PLAYER_MESSAGE - Static variable in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
PROTOCOL_VIOLATION - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
PROTOCOL_VIOLATION_KICKED - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
PROTOCOL_VIOLATION_LEFT - Static variable in interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType
 
Packet - class net.sourceforge.simplegamenet.framework.transport.Packet.
 
Packet() - Constructor for class net.sourceforge.simplegamenet.framework.transport.Packet
 
Packet(int, Serializable) - Constructor for class net.sourceforge.simplegamenet.framework.transport.Packet
 
PlayersListPanel - class net.sourceforge.simplegamenet.framework.gui.PlayersListPanel.
 
playerAdded(PlayerSettingsMap, PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
playerAdded(PlayerSettingsMap, PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
playerAdded(Integer) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
playerID - Variable in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
playerID - Variable in class net.sourceforge.simplegamenet.framework.transport.ServerPacketTask
 
playerSettingsMap - Variable in class net.sourceforge.simplegamenet.framework.model.EngineImpl
 
playerSettingsUpdated(PlayerSettings, boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatTabPanel
 
playerSettingsUpdated(PlayerSettingsMap, PlayerSettings, PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
playerSettingsUpdated(PlayerSettingsMap, PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
playerSettingsUpdated(PlayerSettingsMap) - Method in class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel
 
processDisconnection() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
processDisconnection(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
processDisconnectionInEventThread() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
processDisconnectionInEventThread(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
processPacket(Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
processPacket(Integer, Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
processPacketInEventThread(Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
processPacketInServerThread(Integer, Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 

R

RemovePlayerType - interface net.sourceforge.simplegamenet.framework.transport.RemovePlayerType.
 
receiveChatMessage(int, String) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
receiveChatMessage(int, String, String) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
receiveChatMessage(Integer, ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.model.ChatServer
 
receiveChatMessage(ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
receiveChatMessage(Integer, ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
receiveData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
receiveData(Integer, Serializable) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
refreshGameSettings() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
refreshPlayerSettings(Integer) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
removePlayer(PlayerSettingsMap, PlayerSettings, int) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
removePlayer(PlayerSettingsMap, PlayerSettings, int) - Method in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
removePlayer(Integer, int) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
removePlayer(Integer, int) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
resolveClass(ObjectStreamClass) - Method in class net.sourceforge.simplegamenet.framework.transport.GamesObjectInputStream
 
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnection
 
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientDisconnectionTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientPacketTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerDisconnectionTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerListener
 
run() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerPacketTask
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class net.sourceforge.simplegamenet.framework.transport.TaskQueue
 

S

SERVER_GAME_VERSION - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
SERVER_SGN_VERSION - Static variable in class net.sourceforge.simplegamenet.framework.transport.ClientLoginException
 
SYSTEM_MESSAGE - Static variable in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
ServerConnection - class net.sourceforge.simplegamenet.framework.transport.ServerConnection.
 
ServerConnection(ServerModem, Integer, Socket, ObjectInputStream, ObjectOutputStream) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
ServerDisconnectionTask - class net.sourceforge.simplegamenet.framework.transport.ServerDisconnectionTask.
 
ServerDisconnectionTask(ServerModem, Integer) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ServerDisconnectionTask
 
ServerEngineImpl - class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl.
 
ServerEngineImpl(ServerGUIFacade, int, boolean, GameFactory, GameSettings) - Constructor for class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
ServerGUIFacade - class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade.
 
ServerGUIFacade(SimpleGameNetFrame, JTextArea) - Constructor for class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
ServerListener - class net.sourceforge.simplegamenet.framework.transport.ServerListener.
 
ServerListener(ServerModem, int) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ServerListener
 
ServerModem - class net.sourceforge.simplegamenet.framework.transport.ServerModem.
 
ServerModem(ServerEngineImpl, int) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
ServerPacketTask - class net.sourceforge.simplegamenet.framework.transport.ServerPacketTask.
 
ServerPacketTask(ServerModem, Integer, Packet) - Constructor for class net.sourceforge.simplegamenet.framework.transport.ServerPacketTask
 
SimpleGameNetFrame - class net.sourceforge.simplegamenet.framework.gui.SimpleGameNetFrame.
The main class of the executable jar which is responsible for initializing the entire SimpleGameNet framework.
SimpleGameNetSettings - class net.sourceforge.simplegamenet.framework.model.SimpleGameNetSettings.
 
StatusTabPanel - class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel.
 
StatusTabPanel() - Constructor for class net.sourceforge.simplegamenet.framework.gui.StatusTabPanel
 
sendChatMessage(int, String) - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
sendChatMessage(int, String) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
sendChatMessage(Integer, ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
sendChatMessage(ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
sendChatMessage(ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
sendChatMessage(Integer, ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
sendChatMessage(ChatMessage) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
sendData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
sendData(Integer, Serializable) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
sendData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
sendData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
sendData(Integer, Serializable) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
sendData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
sendPacket(Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnection
 
sendPacket(Packet) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
serverModem - Variable in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
setAuthor(String) - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
setBadLanguageFiltered(boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
setData(Serializable) - Method in class net.sourceforge.simplegamenet.framework.transport.Packet
 
setEnabled(boolean) - Method in class net.sourceforge.simplegamenet.framework.gui.ChatClientPanel
 
setGameEndUnprocessed(boolean) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerConnection
 
setGameFactoriesIndex(int) - Method in class net.sourceforge.simplegamenet.framework.gui.GameSettingsChoicePanel
 
setGameFactory(GameFactory) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
setGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
setGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
setGameState(int) - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
setHostAddress(String) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
setLoginData(LoginData) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
setMessage(String) - Method in class net.sourceforge.simplegamenet.framework.model.ChatMessage
 
setName(String) - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
setNickname(String) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
setNickname(String) - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
setObjectInputStream(ObjectInputStream) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
setObjectInputStream(ObjectInputStream) - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
setObjectOutputStream(ObjectOutputStream) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
setObjectOutputStream(ObjectOutputStream) - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
setPacketCode(int) - Method in class net.sourceforge.simplegamenet.framework.transport.Packet
 
setPlayerID(Integer) - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
setPlayerSettingsArray(PlayerSettings[]) - Method in class net.sourceforge.simplegamenet.framework.transport.LoginData
 
setPort(int) - Method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 
setSocket(Socket) - Method in class net.sourceforge.simplegamenet.framework.transport.ClientConnectionData
 
setSocket(Socket) - Method in class net.sourceforge.simplegamenet.framework.transport.NewConnectionData
 
setVersion(Version) - Method in class net.sourceforge.simplegamenet.framework.transport.GameIdentification
 
simpleGameNetFrame - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
simpleGameNetFrame - Variable in class net.sourceforge.simplegamenet.framework.gui.ServerGUIFacade
 
start() - Method in class net.sourceforge.simplegamenet.framework.transport.ServerListener
 
start() - Method in class net.sourceforge.simplegamenet.framework.transport.TaskQueue
 
startGame() - Method in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
startGame() - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
startGame() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
startGame() - Method in class net.sourceforge.simplegamenet.framework.transport.ClientModem
 
statusTabPanel - Variable in class net.sourceforge.simplegamenet.framework.gui.ClientGUIFacade
 
stopGame() - Method in class net.sourceforge.simplegamenet.framework.model.ServerEngineImpl
 
store(ConnectionConfig) - Static method in class net.sourceforge.simplegamenet.framework.gui.ConnectionConfig
 

T

TaskQueue - class net.sourceforge.simplegamenet.framework.transport.TaskQueue.
 
TaskQueue(boolean) - Constructor for class net.sourceforge.simplegamenet.framework.transport.TaskQueue
 
toString() - Method in class net.sourceforge.simplegamenet.framework.transport.Packet
 

U

updateGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
updateGameSettings(GameSettings) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 
updatePlayerSettings(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.model.ClientEngineImpl
 
updatePlayerSettings(PlayerSettings) - Method in class net.sourceforge.simplegamenet.framework.transport.ServerModem
 

A B C D E F G H I J K L N O P R S T U

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