Uses of Interface
ks.client.interfaces.ITableGUI

Packages that use ITableGUI
ks.client.interfaces All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Client. 
 

Uses of ITableGUI in ks.client.interfaces
 

Methods in ks.client.interfaces that return ITableGUI
 ITableGUI IGameCreator.generateWindow(java.lang.String user, Table tbl, Solitaire theGame)
          Generate the Game Window returned via interface of accessible methods.
 ITableGUI IClientInterface2.getTable(java.lang.String tableName, java.lang.String tableType)
          Return GameWindow from our hashtable by name/type.