A B C D E F G H I J K L M N O P R S T U V W X Z

C

calcValue(Card, Card) - Static method in class com.asdf.plugins.pokergames.texasholdem.bots.SimplePFTable
 
CALL - Static variable in class com.asdf.common.Action
 
call(Object) - Method in interface com.asdf.utils.Callback
 
callAction() - Static method in class com.asdf.common.Action
 
Callback - Interface in com.asdf.utils
Interface used for callbacks.
cancel() - Method in class com.asdf.server.GameTimer
Cancel all current tasks.
canRaise(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
See if the player in the given seat is able to raise Calls the PlayerInfo's corresponding method.
canRaise(int) - Method in class com.asdf.plugins.pokergames.GameModel
 
Card - Class in com.asdf.plugins.pokergames
A class to efficiently represent a traditional playing card from a 52 card deck.
Card() - Constructor for class com.asdf.plugins.pokergames.Card
Default constructor.
Card(int) - Constructor for class com.asdf.plugins.pokergames.Card
Constructs a card with the given integer representation.
Card(int, int) - Constructor for class com.asdf.plugins.pokergames.Card
Constructs a card with given rank and suit.
card - Variable in class com.asdf.plugins.pokergames.Card
 
cards - Variable in class com.asdf.plugins.pokergames.BestHand
 
cardsizeX - Static variable in class com.asdf.plugins.pokergames.gameview.GameView
 
cardsizeY - Static variable in class com.asdf.plugins.pokergames.gameview.GameView
 
centerOfSeat - Variable in class com.asdf.plugins.pokergames.gameview.GameViewSeat
 
CHANGEOPS - Static variable in class com.asdf.common.ChangeRequest
Change operation.
changePassword(String, String, String) - Method in class com.asdf.server.AccountManager
Changes password of a given user, if the user performing this action is allowed to do so.
ChangeRequest - Class in com.asdf.common
ChangeRequest is a request for NIO channel to change operation of the channel.
ChangeRequest(SocketChannel, int, int) - Constructor for class com.asdf.common.ChangeRequest
Constructs a new ChangeRequest.
chat(GameRequest, long, ClientConnection) - Method in class com.asdf.server.GameManager
Send chat message to Game
ChatGenerator - Class in com.asdf.plugins.pokergames.texasholdem.bots
 
ChatGenerator() - Constructor for class com.asdf.plugins.pokergames.texasholdem.bots.ChatGenerator
 
ChatMessage - Class in com.asdf.parser
Java class for ChatMessage complex type.
ChatMessage() - Constructor for class com.asdf.parser.ChatMessage
 
CHECK - Static variable in class com.asdf.common.Action
 
checkAction() - Static method in class com.asdf.common.Action
 
checkDelete(long, GameTimerTask) - Method in class com.asdf.server.GameManager
Checks wether a game instance is futile.
chipDraw(double, double) - Method in class com.asdf.plugins.pokergames.gameview.GameViewSeat
draw bet distribution for this seat.
ChipOffSet - Class in com.asdf.utils
Describes the offset of a chip instance from the center of the applicable area.
ChipOffSet() - Constructor for class com.asdf.utils.ChipOffSet
Default constructor.
ChipOffSet(int, int, int) - Constructor for class com.asdf.utils.ChipOffSet
Constructor.
chips - Variable in class com.asdf.utils.Distribution
 
ChipSpreader - Class in com.asdf.utils
ChipSpreader distributes chips on a 2-dimentional normal distribution and generates the appropriate amount of such chips.
ChipSpreader() - Constructor for class com.asdf.utils.ChipSpreader
 
ClientConnection - Class in com.asdf.server
Contains functionality required to manage single channel with multiple recipients and senders.
ClientConnection(Server, SelectionKey, InetSocketAddress) - Constructor for class com.asdf.server.ClientConnection
Constructs ClientConnection.
ClientConnection.State - Enum in com.asdf.server
Possible states for data receiving.
clientsConnected() - Method in class com.asdf.server.Server
Get number of clients connected.
ClientServerConstants - Class in com.asdf.utils
Contains common constants used in client server implementation.
ClientServerConstants() - Constructor for class com.asdf.utils.ClientServerConstants
 
ClientStateObserver - Interface in com.asdf.client
Observer interface to monitor client connecting and disconnecting.
ClientTest - Class in com.asdf.test
 
ClientTest() - Constructor for class com.asdf.test.ClientTest
 
clone(GameModelInfoMessage) - Static method in class com.asdf.plugins.pokergames.GameModel
Little helper who creates an independent copy of given GameModel
clone(GameModel) - Static method in class com.asdf.plugins.pokergames.GameModel
 
cloneNode(boolean) - Method in class com.asdf.utils.BasicAttr
 
cloneNode(boolean) - Method in class com.asdf.utils.BasicElement
 
cloneWithoutPreviousStates(GameModel) - Static method in class com.asdf.plugins.pokergames.GameModel
 
close() - Method in class com.asdf.lib.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.asdf.plugins.pokergames.gameview.GameViewSitDownPopUp
 
closeWindow() - Method in class com.asdf.plugins.pokergames.gameview.GameView
 
COL_WIDTH_MULTIPLIER - Static variable in class com.asdf.gui.lobby.LobbyMiddlePanel
Can be used to control the distribution of tables width amongst columns.
COL_WIDTH_MULTIPLIER - Static variable in class com.asdf.gui.lobby.LobbyRightPanel
Can be used to control the distribution of tables width amongst columns.
columnNamesSync() - Method in class com.asdf.common.Game
Requests the game to return a list of columns this type of game wants to list in the game browser.
com.asdf.client - package com.asdf.client
Client component of the software.
com.asdf.common - package com.asdf.common
Common classes shared by client and server.
com.asdf.gui.connect - package com.asdf.gui.connect
GUI components to display green login screen shown first when starting the client application.
com.asdf.gui.lobby - package com.asdf.gui.lobby
GUI components used to display game lobby.
com.asdf.lib - package com.asdf.lib
 
com.asdf.parser - package com.asdf.parser
Automatically generated parser class for Message objects
com.asdf.plugins.hello - package com.asdf.plugins.hello
 
com.asdf.plugins.pokergames - package com.asdf.plugins.pokergames
In-built pokergame implementation.
com.asdf.plugins.pokergames.gameview - package com.asdf.plugins.pokergames.gameview
 
com.asdf.plugins.pokergames.texasholdem - package com.asdf.plugins.pokergames.texasholdem
Texas Hold'em implementation.
com.asdf.plugins.pokergames.texasholdem.bots - package com.asdf.plugins.pokergames.texasholdem.bots
 
com.asdf.plugins.pokergames.texasholdem.parser - package com.asdf.plugins.pokergames.texasholdem.parser
 
com.asdf.server - package com.asdf.server
Server component of the software.
com.asdf.test - package com.asdf.test
Contains all the test cases and associated utility libraries.
com.asdf.utils - package com.asdf.utils
com.asdf.utilsUtility functions needed by software
committed(int) - Static method in class com.asdf.plugins.pokergames.PlayerStates
Set the state to reflect that the player has committed
compareDocumentPosition(Node) - Method in class com.asdf.utils.BasicAttr
 
compareDocumentPosition(Node) - Method in class com.asdf.utils.BasicElement
 
compareTo(Card) - Method in class com.asdf.plugins.pokergames.Card
Compares this card to another card.
compareTo(PlayerPosition) - Method in class com.asdf.plugins.pokergames.PlayerPosition
 
compareTo(ChipOffSet) - Method in class com.asdf.utils.ChipOffSet
Comparator.
componentHidden(ComponentEvent) - Method in class com.asdf.gui.connect.ConnectPanel
 
componentMoved(ComponentEvent) - Method in class com.asdf.gui.connect.ConnectPanel
 
componentResized(ComponentEvent) - Method in class com.asdf.gui.connect.ConnectPanel
Catch resizes to update control positions
componentShown(ComponentEvent) - Method in class com.asdf.gui.connect.ConnectPanel
 
Configuration - Class in com.asdf.client
Clients configuration.
Configuration - Class in com.asdf.server
Configuration class handling loading of configuration files.
CONNECT_TIMEOUT - Static variable in class com.asdf.utils.ClientServerConstants
Connecting timeout for client.
connected() - Method in interface com.asdf.client.ClientStateObserver
Client has been successfully connected to a server.
connected() - Method in class com.asdf.gui.connect.ConnectPanel
Is called when ConnectionHandler finishes connecting successfully.
ConnectFrame - Class in com.asdf.gui.connect
Frame containing connecting screen.
ConnectFrame() - Constructor for class com.asdf.gui.connect.ConnectFrame
 
ConnectionHandler - Class in com.asdf.client
ConnectionHandler is a class which connects to the server, queues and sends messages to server.
ConnectionHandler(String, int) - Constructor for class com.asdf.client.ConnectionHandler
Constructor for ConnectionHandler.
ConnectionHandler.State - Enum in com.asdf.client
 
ConnectPanel - Class in com.asdf.gui.connect
Panel containing green background image and connecting fields and buttons.
ConnectPanel(ConnectFrame) - Constructor for class com.asdf.gui.connect.ConnectPanel
 
containsCard(Card) - Method in class com.asdf.plugins.pokergames.Hand
 
correspondingCase() - Method in interface com.asdf.plugins.pokergames.Stage
Integer for which case to run in the Switch in PokerGame method updateStage(int Stage)
correspondingCase() - Method in class com.asdf.plugins.pokergames.texasholdem.TexasHoldemStage
 
correspondingCase - Variable in enum com.asdf.plugins.pokergames.texasholdem.TexasHoldemStage.TexasHoldemEnumStage
 
createAccount(ClientConnection, String, String, int) - Method in class com.asdf.server.AccountManager
Handles account creating requests.
createAccountManagementRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AccountManagementRequest
createAccountManagementRequestChangePassword() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AccountManagementRequest.ChangePassword
createAccountManagementRequestCreate() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AccountManagementRequest.Create
createAccountManagementRequestDelete() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AccountManagementRequest.Delete
createAccountManagementResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AccountManagementResponse
createAccountSuccess(boolean, String) - Method in class com.asdf.gui.lobby.LobbyTopPanel
Sets success of create account operation.
createActionMessage() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of ActionMessage
createAuthenticationRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AuthenticationRequest
createAuthenticationRequestLogin() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AuthenticationRequest.Login
createAuthenticationResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AuthenticationResponse
createAvailableGamesResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AvailableGamesResponse
createAvailableGamesResponseGame() - Method in class com.asdf.parser.ObjectFactory
Create an instance of AvailableGamesResponse.Game
createChatMessage() - Method in class com.asdf.parser.ObjectFactory
Create an instance of ChatMessage
createCreateGameRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of CreateGameRequest
createCreateGameResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of CreateGameResponse
createCustom() - Method in class com.asdf.parser.ObjectFactory
Create an instance of Custom
createGame(String[], String, Server, long, String) - Static method in class com.asdf.server.GameFactory
Tries to load and initialize a class found in classDir in package className.
createGame(String, Server, long, String) - Static method in class com.asdf.server.GameFactory
Tries to load and initialize a class found in classDir in package className.
createGame(GameRequest, long, ClientConnection) - Method in class com.asdf.server.GameManager
Create game with specified parameters.
createGameDetailsResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameDetailsResponse
createGameDetailsResponsePlayers() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameDetailsResponse.Players
createGameDetailsResponsePlayersPlayer() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameDetailsResponse.Players.Player
createGameListGameResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListGameResponse
createGameListResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListResponse
createGameListResponseGames() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListResponse.Games
createGameListResponseGamesGame() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListResponse.Games.Game
createGameListResponseGamesGameAdditionalInfo() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListResponse.Games.Game.AdditionalInfo
createGameListResponseGamesGameAdditionalInfoPlayers() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameListResponse.Games.Game.AdditionalInfo.Players
createGameModelInfoMessage() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of GameModelInfoMessage
CreateGamePanel - Class in com.asdf.gui.lobby
This class is intended to be used as a superclass for all implementations of create game panels.
CreateGamePanel() - Constructor for class com.asdf.gui.lobby.CreateGamePanel
Sole superclass constructor.
CreateGameRequest - Class in com.asdf.parser
Java class for CreateGameRequest complex type.
CreateGameRequest() - Constructor for class com.asdf.parser.CreateGameRequest
 
createGameRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameRequest
CreateGameResponse - Class in com.asdf.parser
Java class for CreateGameResponse complex type.
CreateGameResponse() - Constructor for class com.asdf.parser.CreateGameResponse
 
createGameResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameResponse
createGameStateUpdate() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GameStateUpdate
createGenericResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GenericResponse
createGenericStateUpdate() - Method in class com.asdf.parser.ObjectFactory
Create an instance of GenericStateUpdate
createLobbyRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LobbyRequest
createLobbyRequestGameDetails() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LobbyRequest.GameDetails
createLobbyRequestGameList() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LobbyRequest.GameList
createLobbyResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LobbyResponse
createLobbyStateUpdate() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LobbyStateUpdate
createLoginResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of LoginResponse
createMessage() - Method in class com.asdf.parser.ObjectFactory
Create an instance of Message
createOptionalParameters() - Method in class com.asdf.parser.ObjectFactory
Create an instance of OptionalParameters
createOptionalStringParameters() - Method in class com.asdf.parser.ObjectFactory
Create an instance of OptionalStringParameters
CreatePanel - Class in com.asdf.plugins.hello
Game creation panel for HelloGame game example.
CreatePanel() - Constructor for class com.asdf.plugins.hello.CreatePanel
Creates a simplex game creation panel.
createParameters() - Method in class com.asdf.parser.ObjectFactory
Create an instance of Parameters
createParserCard() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of ParserCard
createParserHand() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of ParserHand
createPlayerInfoFieldsMessage() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of PlayerInfoFieldsMessage
createPlayerList() - Method in class com.asdf.parser.ObjectFactory
Create an instance of PlayerList
createRequest() - Method in class com.asdf.parser.ObjectFactory
Create an instance of Request
createRequireParameters() - Method in class com.asdf.parser.ObjectFactory
Create an instance of RequireParameters
createRequireStringParameters() - Method in class com.asdf.parser.ObjectFactory
Create an instance of RequireStringParameters
createResponse() - Method in class com.asdf.parser.ObjectFactory
Create an instance of Response
createStateUpdate() - Method in class com.asdf.parser.ObjectFactory
Create an instance of StateUpdate
createTexasEventMessage() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of TexasEventMessage
createTexasMessage() - Method in class com.asdf.plugins.pokergames.texasholdem.parser.ObjectFactory
Create an instance of TexasMessage
Custom - Class in com.asdf.parser
Java class for Custom complex type.
Custom() - Constructor for class com.asdf.parser.Custom
 

A B C D E F G H I J K L M N O P R S T U V W X Z