|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableConfig | |
|---|---|
| com.threerings.parlor.client | |
| com.threerings.parlor.data | |
| com.threerings.parlor.server | |
| Uses of TableConfig in com.threerings.parlor.client |
|---|
| Methods in com.threerings.parlor.client that return TableConfig | |
|---|---|
TableConfig |
TableConfigurator.getTableConfig()
Return the fully configured table config according to the currently configured user interface elements. |
| Methods in com.threerings.parlor.client with parameters of type TableConfig | |
|---|---|
void |
TableDirector.createTable(TableConfig tableConfig,
GameConfig config)
Sends a request to create a table with the specified game configuration. |
void |
TableService.createTable(TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
Requests that a new table be created. |
void |
TableConfigurator.setTableConfig(TableConfig config)
Optionally, you can set a pre-configured TableConfig that will be used to initialize the display parameters (if possible). |
| Uses of TableConfig in com.threerings.parlor.data |
|---|
| Fields in com.threerings.parlor.data declared as TableConfig | |
|---|---|
TableConfig |
Table.tconfig
The table configuration object. |
| Methods in com.threerings.parlor.data with parameters of type TableConfig | |
|---|---|
void |
TableMarshaller.createTable(TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
|
void |
Table.init(int lobbyOid,
TableConfig tconfig,
GameConfig config)
Initializes a new table instance, and assigns it the next monotonically increasing table id. |
| Uses of TableConfig in com.threerings.parlor.server |
|---|
| Methods in com.threerings.parlor.server with parameters of type TableConfig | |
|---|---|
Table |
TableManager.createTable(com.threerings.crowd.data.BodyObject creator,
TableConfig tableConfig,
GameConfig config)
Creates a table for the specified creator and returns said table. |
void |
TableProvider.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
Handles a TableService.createTable(com.threerings.parlor.data.TableConfig, com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ResultListener) request. |
void |
TableManager.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||