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

C

CLUBS - Static variable in class ks.common.model.Card
Specific suit value of Clubs
CLUBSabbreviation - Static variable in class ks.common.model.Card
String abbreviation of Clubs.
CLUBSname - Static variable in class ks.common.model.Card
String name of Clubs.
Card - class ks.common.model.Card.
Representation of a Card in the model.
Card(int, int) - Constructor for class ks.common.model.Card
Construct a card with the given rank and suit.
Card(Card) - Constructor for class ks.common.model.Card
Construct a card that is a copy of the given Card.
CardEnumeration - class ks.common.model.CardEnumeration.
Returns an Enumeration of Card objects, from ACE-Club through KING-spades.
CardEnumeration() - Constructor for class ks.common.model.CardEnumeration
Construct a CardEnumeration that will enumerate over all cards in a normal playing deck, starting from ACE of CLUBS through to KING of SPADES.
CardImages - class ks.common.view.CardImages.
Responsible for returning images for cards (as well as reverse).
CardImages() - Constructor for class ks.common.view.CardImages
Create CardImages object with no associated images.
CardImagesLoader - class ks.common.view.CardImagesLoader.
Load up all the images for a specific deck of cards (or the default if none selected).
CardImagesLoader(Component) - Constructor for class ks.common.view.CardImagesLoader
Load the default Deck.
CardImagesLoader(Component, String) - Constructor for class ks.common.view.CardImagesLoader
Load a specific deck.
CardView - class ks.common.view.CardView.
Represents a single card.
CardView(Card) - Constructor for class ks.common.view.CardView
CardView constructor comment.
ChatCommand - class ks.protocol.ChatCommand.
Represents a command to send text to all players on a table.
ChatCommand() - Constructor for class ks.protocol.ChatCommand
Default ChatManagerCommand constructor: used for others
ChatCommand(String, String, String) - Constructor for class ks.protocol.ChatCommand
Default ChatManagerCommand constructor: used for chatting.
ClientMessage - class ks.common.message.ClientMessage.
Message to be dealt with by client.
ClientMessage(String) - Constructor for class ks.common.message.ClientMessage
 
Column - class ks.common.model.Column.
Representation of a stack of cards that will appear either vertically or horizontally placed on the screen, slightly overlapping each other.
Column() - Constructor for class ks.common.model.Column
Create column with default name.
Column(Stack) - Constructor for class ks.common.model.Column
Construct a column from the given Stack.
Column(Stack, String) - Constructor for class ks.common.model.Column
Construct a column with the specified name from the given Stack.
Column(String) - Constructor for class ks.common.model.Column
Construct a column with the specified name.
ColumnView - class ks.common.view.ColumnView.
Represents a column of cards (face up) on the screen.
ColumnView(Column) - Constructor for class ks.common.view.ColumnView
ColumnView constructor.
Command - class ks.common.command.Command.
Root class for all Command objects sent from the client and the server.
CommunicationAgent - class ks.common.network.CommunicationAgent.
Maintains Input and Output streams, and knows how to writeObject to the Output and readObject from Input, on demand.
CommunicationAgent(InputStream, OutputStream) - Constructor for class ks.common.network.CommunicationAgent
Agent to manage communication where writing an object to OutputStream while reading from InputStream.
ConfirmActionDialog - class ks.common.gui.ConfirmActionDialog.
Standard KombatClient dialog box asking user if they wish to confirm action.
ConfirmActionDialog(Frame) - Constructor for class ks.common.gui.ConfirmActionDialog
ConfirmActionDialog constructor comment.
ConfirmActionDialog(Frame, String) - Constructor for class ks.common.gui.ConfirmActionDialog
ConfirmActionDialog constructor comment.
ConfirmActionDialog(Frame, String, boolean) - Constructor for class ks.common.gui.ConfirmActionDialog
ConfirmActionDialog constructor comment.
ConfirmActionDialog(Frame, boolean) - Constructor for class ks.common.gui.ConfirmActionDialog
ConfirmActionDialog constructor comment.
Container - class ks.common.view.Container.
The container provides the environment within which all Solitare plug-ins execute.
Container() - Constructor for class ks.common.view.Container
Creates an empty container with no widgets.
CreateCommand - class ks.protocol.CreateCommand.
Class to represent the command to create a table.
CreateCommand() - Constructor for class ks.protocol.CreateCommand
Default CreateCommand Constructor.
centerDialog(Dialog) - Static method in class ks.common.gui.WindowManager
Centers the Frame so it appears at the center of the screen.
centerFrame(Frame) - Static method in class ks.common.gui.WindowManager
Centers the Frame so it appears at the center of the screen.
clearActiveGames() - Method in interface ks.client.interfaces.IClientInterface
Remove all active games from visible representation.
clearActiveTables() - Method in interface ks.client.interfaces.IClientInterface
Remove all active tables from visible representation.
clearActiveUsers() - Method in interface ks.client.interfaces.IClientInterface
Remove all active users from visible representation.
clearArg(String) - Method in class ks.common.ArgumentList
Remove the argument from the set.
clearArg() - Method in class ks.common.ArgumentList
Remove the default argument from the set.
clearArgMulti(String) - Method in class ks.common.ArgumentList
Remove the named multi argument from set.
clearArgMulti() - Method in class ks.common.ArgumentList
Remove the default multi argument from set.
close() - Method in class ks.common.network.CommunicationAgent
Shutdown communication agent.
close() - Method in class ks.common.network.SimpleServerConnection
 
colSize - Static variable in class ks.protocol.WhoCommand
Size of each column.
compareTo(Card) - Method in class ks.common.model.Card
Compares cards based on ranks.
connectUser(String, ICommunicator) - Method in interface ks.server.interfaces.IOutput
Register with the communicator the means to interact with a user.
count() - Method in class ks.common.model.Stack
Returns the number of Cards in the Stack.
create(int) - Method in class ks.common.model.Deck
Create a deck using the prespecified shuffling algorithm based upon this seed value.

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