Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
RIGHT
- Static variable in class ks.common.view.
RowView
RIGHT direction for the row.
RectangleHierarchy
- class ks.common.view.
RectangleHierarchy
.
Manages a Tree of rectangles that represent the non-widget elements on the container.
RectangleHierarchy(Rectangle)
- Constructor for class ks.common.view.
RectangleHierarchy
RectangleHierarchy constructor.
RectangleHierarchyVisitor
- interface ks.common.view.
RectangleHierarchyVisitor
.
Employ Visitor Pattern to enable specific invocations at each Leaf in the RectangleHierarchy.
RejoinCommand
- class ks.protocol.
RejoinCommand
.
Class to represent the command to rejoin a table.
RejoinCommand()
- Constructor for class ks.protocol.
RejoinCommand
Default Constructor.
RowView
- class ks.common.view.
RowView
.
Represents a row of cards on the screen.
RowView(Column)
- Constructor for class ks.common.view.
RowView
RowView constructor.
rank()
- Method in class ks.common.model.
Stack
Returns the rank of the top card.
readObject()
- Method in class ks.common.network.
CommunicationAgent
Blocks for an object to be read.
readObject()
- Method in interface ks.server.interfaces.
ICommunicator
Blocks for an object to be read from remote entity.
ready()
- Method in class ks.common.view.
CardImagesLoader
Determine if cards have been loaded.
recalculateBackground()
- Method in class ks.common.view.
Container
If container is resized, or its bounds are otherwise manipulated, this method recalculates the background RectangleHierarchy.
recontextualize(Solitaire)
- Method in interface ks.common.model.
IContextualize
It is the responsibility of the Move object to locate its context given the game argument.
redraw()
- Method in class ks.common.view.
BuildablePileView
Redraw a buildable pile.
redraw()
- Method in class ks.common.view.
CardView
Simply copy Card image.
redraw()
- Method in class ks.common.view.
ColumnView
Redraw a ColumnView.
redraw()
- Method in class ks.common.view.
DeckView
An empty DeckView is drawn as a rectangle with a thick border.
redraw()
- Method in class ks.common.view.
EmptyWidget
Empty Widget has nothing to draw!
redraw()
- Method in class ks.common.view.
IntegerView
Create image if we must.
redraw()
- Method in class ks.common.view.
PileView
redraw Widget image.
redraw()
- Method in class ks.common.view.
RowView
Redraw a row.
redraw()
- Method in class ks.common.view.
StringView
Create image if we must.
redraw()
- Method in class ks.common.view.
Widget
Redraws the view from the model.
refresh()
- Method in class ks.common.view.
Widget
Refresh is an optimized command that only redraws the widget if it is dirty.
refresh(Rectangle)
- Method in class ks.common.view.
Widget
Refresh is an optimized command that only redraws the widget if it is dirty.
refreshAll()
- Method in class ks.common.games.
Solitaire
Refresh all elements whose Widgets are now dirty.
refreshAll()
- Method in class ks.common.view.
Container
Refresh widgets in container.
refreshInactiveFailed
- Static variable in class ks.protocol.
PlugInManagerCommand
Error message when server is unable to refresh inactive plugin list.
refreshWidgets()
- Method in class ks.common.games.
Solitaire
Refresh all elements whose Widgets are now dirty.
refreshWidgets(Rectangle)
- Method in class ks.common.games.
Solitaire
Refresh all elements whose Widgets are now dirty.
refreshWidgets()
- Method in class ks.common.view.
Container
Refresh widgets in container.
refreshWidgets(Rectangle)
- Method in class ks.common.view.
Container
Refresh widgets in container.
registerActiveGame(String, boolean)
- Method in interface ks.client.interfaces.
IClientInterface
Add/Remove specified game to list of active games.
registerActiveTable(String, String, boolean)
- Method in interface ks.client.interfaces.
IClientInterface
Add specified table to list of active tables for the given type.
registerActiveUser(String, boolean)
- Method in interface ks.client.interfaces.
IClientInterface
Add/Remove specified user to list of active users.
registerGame(String, boolean)
- Method in interface ks.client.interfaces.
IClientInterface
Register/Deregister game from list of games.
registerPlugin(String, String)
- Method in interface ks.client.interfaces.
IGameManager
Register plugin in given directory with given name.
releaseDraggingObject()
- Method in class ks.common.view.
Container
Releases the object being dragged by the container.
remove(String)
- Static method in class ks.protocol.
PlugInManagerCommand
removeAll()
- Method in class ks.common.model.
Stack
Remove All cards from the stack.
removeAllElements()
- Method in class ks.common.model.
Model
Removes all Model Elements from set.
removeAllWidgets()
- Method in class ks.common.view.
Container
Remove all widgets from this container to start fresh.
removeArgMulti(String, Enumeration)
- Method in class ks.common.
ArgumentList
Remove from the named arguments by extracting Strings from an Enumeration.
removeArgMulti(Enumeration)
- Method in class ks.common.
ArgumentList
Remove from the default arguments by extracting Strings from an Enumeration.
removeArgMulti(String, Iterator)
- Method in class ks.common.
ArgumentList
Remove from the named arguments by extracting Strings from an Iterator.
removeArgMulti(Iterator)
- Method in class ks.common.
ArgumentList
Remove from the default argument by extracting Strings from an Iterator.
removeArgMulti(String, String)
- Method in class ks.common.
ArgumentList
Remove from the named arguments the single String.
removeArgMulti(String)
- Method in class ks.common.
ArgumentList
Remove from the default arguments the single String.
removeArgMulti(String, String[])
- Method in class ks.common.
ArgumentList
Remove from the named arguments the elements from the String array.
removeArgMulti(String[])
- Method in class ks.common.
ArgumentList
Remove from the default arguments the single String.
removeElement(Element)
- Method in class ks.common.model.
Model
Removes a new Model Element from set.
removeJar(String, String)
- Method in interface ks.common.interfaces.
ILoader
remove the JarLoader keyed with the
String
key if it indeed loads files for the named jar file.
removePluginList(String, String)
- Method in interface ks.client.interfaces.
IGameManager
Remove a plugin
removeRef()
- Method in interface ks.client.interfaces.
ISplashScreenWriter
Each entity writing to the splash screen can decrement the ref count.
removeResponse
- Static variable in interface ks.server.interfaces.
IServerPluginManager
remove response (since v1.7.3).
removeUser(String)
- Method in class ks.common.view.
Container
Containers now need to know when users are entering, exiting
removeUserFromTable(String)
- Method in interface ks.client.interfaces.
ITableGUI
Removes user from this table.
repaintAll()
- Method in class ks.common.games.
Solitaire
Forces entire game to be repainted, whether a View needs it or not.
repaintAll(Rectangle)
- Method in class ks.common.games.
Solitaire
Forces entire game to be repainted, whether a View needs it or not.
repaintAll()
- Method in class ks.common.view.
Container
Force a repaint of all Widgets, whether they are dirty or not.
repaintAll(Rectangle)
- Method in class ks.common.view.
Container
Force a repaint of all Widgets, whether they are dirty or not.
repaintBackground(Rectangle)
- Method in class ks.common.games.
Solitaire
Forces only background within clipping rectangle to be redrawn.
repaintBackground()
- Method in class ks.common.view.
Container
Refresh the background screen which is a hierarchy of rectangles to be filled using background image.
repaintBackground(Rectangle)
- Method in class ks.common.view.
Container
Refresh the background screen which is a hierarchy of rectangles to be filled using background image.
repaintWidgets(Rectangle)
- Method in class ks.common.games.
Solitaire
Repaint all Widgets, whether they need to be redrawn or not.
repaintWidgets(Rectangle)
- Method in class ks.common.view.
Container
Force a repaint of all Widgets that intersect given clip region, whether they are dirty or not.
requestToJoinAction
- Static variable in interface ks.server.interfaces.
ITableManager
requestType
- Static variable in class ks.domain.
Table
resetGameInterface(Table)
- Method in interface ks.client.interfaces.
ITableRequests
When a table is restarted, this method is called.
resetHand()
- Method in class ks.common.games.
Solitaire
User has requested to play hand again.
resetHand()
- Method in class ks.common.view.
Container
Reset existing game to redeal cards exactly as it was started.
resetStatus()
- Method in class ks.common.view.
Container
Clears all stats for this container
respondToQuery()
- Method in class ks.common.command.
HelpCommand
Specialized help for each command.
resultArg
- Static variable in class ks.protocol.
UserManagerMessage
Result of action.
returnWidget(Widget)
- Method in class ks.common.view.
BuildablePileView
Return the ColumnView widget's model element back onto the underlying BuildablePile.
returnWidget(Widget)
- Method in class ks.common.view.
ColumnView
Return the CardView widget's model element back onto the underlying Column.
returnWidget(Widget)
- Method in class ks.common.view.
PileView
Return the CardView widget's model element back onto the underlying Pile.
returnWidget(Widget)
- Method in class ks.common.view.
RowView
Return the CardView widget's model element back onto the underlying Column.
returnWidget(Widget)
- Method in class ks.common.view.
Widget
Each Widget presents the graphical representation of an entity element.
run()
- Method in class ks.common.games.
SolitaireSolver
Do the dirty work.
run()
- Method in class ks.common.network.
SimpleServerConnection
run()
- Method in class ks.common.view.
CardImagesLoader
Retrieve all images.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y