|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.parlor.client.TableConfigurator
public abstract class TableConfigurator
This should be implemented some user-interface element that allows the user to configure whichever TableConfig options are relevant.
| Constructor Summary | |
|---|---|
TableConfigurator()
Create a TableConfigurator. |
|
| Method Summary | |
|---|---|
TableConfig |
getTableConfig()
Return the fully configured table config according to the currently configured user interface elements. |
void |
init(ParlorContext ctx,
GameConfigurator gameConfigurator)
Initialize the TableConfigurator. |
abstract boolean |
isEmpty()
If true, the TableConfigurator is empty, which doesn't mean that it will not return a TableConfig object (for it must), but rather that there are no user-editable options being presented in the config interface. |
void |
setTableConfig(TableConfig config)
Optionally, you can set a pre-configured TableConfig that will be used to initialize the display parameters (if possible). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableConfigurator()
| Method Detail |
|---|
public void setTableConfig(TableConfig config)
public void init(ParlorContext ctx,
GameConfigurator gameConfigurator)
public abstract boolean isEmpty()
public TableConfig getTableConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||