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

M

Match - class ks.domain.Match.
Used to calculate and record the top score in any game.
Match(Table) - Constructor for class ks.domain.Match
Each match must be constructed from a specific table.
Message - class ks.common.message.Message.
Messages are sent from the server to a client in response to a Command.
Message(String) - Constructor for class ks.common.message.Message
Create a message within the Protocol.globalScope scope to the given user from the given user.
MessageSet - class ks.common.message.MessageSet.
Manages a set of messages.
MessageSet() - Constructor for class ks.common.message.MessageSet
Default MessageSet constructor.
Model - class ks.common.model.Model.
Every Solitaire class must construct a model containing various elements.
Model() - Constructor for class ks.common.model.Model
Model Constructor
MouseManager - class ks.common.controller.MouseManager.
Coordinates the response to both Mouse and MouseMotion events by composing two MouseAdapters together.
MouseManager(Container) - Constructor for class ks.common.controller.MouseManager
MouseManager constructor comment.
Move - class ks.common.model.Move.
Represents a move within a solitaire game.
MultiDeck - class ks.common.model.MultiDeck.
Models an object consisting of multiple decks.
MultiDeck(int) - Constructor for class ks.common.model.MultiDeck
Construct an empty MultiDeck object.
MultiDeck(String, int) - Constructor for class ks.common.model.MultiDeck
Create an empty MultiDeck object with the given name and number of decks.
MutableInteger - class ks.common.model.MutableInteger.
An Integer-like object that can be set and accessed.
MutableInteger(int) - Constructor for class ks.common.model.MutableInteger
MutableInteger constructor comment.
MutableInteger(String, int) - Constructor for class ks.common.model.MutableInteger
MutableInteger constructor comment.
MutableString - class ks.common.model.MutableString.
A String-like object that can be set and accessed.
MutableString(String) - Constructor for class ks.common.model.MutableString
MutableInteger constructor comment.
MutableString(String, String) - Constructor for class ks.common.model.MutableString
MutableInteger constructor comment.
main(String[]) - Static method in class ks.common.gui.ConfirmActionDialog
main entrypoint - starts the part when it is run as an application
makeVisible(Frame, String, boolean) - Method in interface ks.client.interfaces.IClientComponent
Make GUI component visible.
maxGameLength - Static variable in class ks.domain.Table
 
maxIncrement - Static variable in class ks.domain.Table
 
maxNumPlayers - Static variable in class ks.domain.Table
 
minGameLength - Static variable in class ks.domain.Table
Min values for game Length (in seconds).
minIncrement - Static variable in class ks.domain.Table
Min/Max values for GameIncrement.
minNumPlayers - Static variable in class ks.domain.Table
Min/Max values for numPlayers
modelChanged(Element) - Method in interface ks.common.model.ElementListener
Alert listener that specific model element has changed.
modelChanged(Element) - Method in class ks.common.view.Widget
Respond to underlying changes in this widget's model.
mouseClicked(MouseEvent) - Method in class ks.common.controller.SimpleMouseManager
Respond to mouse click events Creation date: (10/2/01 11:26:39 PM)
mouseDragged(MouseEvent) - Method in class ks.common.controller.SolitaireMouseMotionAdapter
Coordinate reaction to a Drag Event.
mouseReleased(MouseEvent) - Method in class ks.common.controller.SolitaireReleasedAdapter
Coordinate reaction to the completion of a Drag Event that must be canceled.
multiArgs() - Method in class ks.common.ArgumentList
Return Iterator containing String names of all multi arguments.

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