public abstract class TableConfigurator extends Object
| Constructor and Description |
|---|
TableConfigurator()
Create a TableConfigurator.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
public void setTableConfig(TableConfig config)
public void init(ParlorContext ctx, GameConfigurator gameConfigurator)
public abstract boolean isEmpty()
public TableConfig getTableConfig()
Copyright © 2015. All rights reserved.