|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
ks.client.interfaces | All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Client. |
ks.domain | All classes within this package form the core set of concepts within the KombatSolitaire domain. |
ks.server.interfaces | All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Server. |
Uses of Table in ks.client.interfaces |
Methods in ks.client.interfaces with parameters of type Table | |
void |
ITableRequests.tableCompleted(Table table)
When a GUI completes a table, this method is called. |
void |
ITableRequests.resetGameInterface(Table tbl)
When a table is restarted, this method is called. |
void |
ITableRequests.gameOver(Table tbl,
Status stat)
Contact the server with our latest status information. |
void |
ITableGUI.setTable(Table newTable)
Keep track of the table to be able to answer useful questions later. |
ITableGUI |
IGameCreator.generateWindow(java.lang.String user,
Table tbl,
Solitaire theGame)
Generate the Game Window returned via interface of accessible methods. |
Uses of Table in ks.domain |
Methods in ks.domain that return Table | |
static Table |
Table.fromString(java.lang.String s)
Recover a Table object from the given string [the inverse of toString] |
Constructors in ks.domain with parameters of type Table | |
Match(Table t)
Each match must be constructed from a specific table. |
Uses of Table in ks.server.interfaces |
Methods in ks.server.interfaces that return Table | |
Table |
IReadonlyTableManager.findTable(java.lang.String name)
Find Table with the given name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |