|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.parlor.client.TableConfigurator
com.threerings.parlor.client.DefaultSwingTableConfigurator
public class DefaultSwingTableConfigurator
Provides a default implementation of a TableConfigurator for a Swing interface.
| Constructor Summary | |
|---|---|
DefaultSwingTableConfigurator(int players)
Create a TableConfigurator that allows only the specified number of players and lets the configuring user enable private games only if the number of players is greater than 2. |
|
DefaultSwingTableConfigurator(int players,
boolean allowPrivate)
Create a TableConfigurator that allows only the specified number of players and lets the user configure a private table, or not. |
|
DefaultSwingTableConfigurator(int minPlayers,
int desiredPlayers,
int maxPlayers,
boolean allowPrivate)
Create a TableConfigurator that allows for the specified configuration parameters. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.threerings.parlor.client.TableConfigurator |
|---|
getTableConfig, init, setTableConfig |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSwingTableConfigurator(int players)
public DefaultSwingTableConfigurator(int players,
boolean allowPrivate)
public DefaultSwingTableConfigurator(int minPlayers,
int desiredPlayers,
int maxPlayers,
boolean allowPrivate)
| Method Detail |
|---|
public boolean isEmpty()
TableConfigurator
isEmpty in class TableConfigurator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||