|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.config.table.TableConfigPrefsItem
public class TableConfigPrefsItem
The Class TableConfigPrefsItem.
Nested Class Summary | |
---|---|
static class |
TableConfigPrefsItem.MenuType
The Enum MenuType. |
static class |
TableConfigPrefsItem.TableType
The Enum TableType. |
Field Summary | |
---|---|
static java.lang.String |
PREFS_MENU_TYPE
The Constant PREFS_MENU_TYPE. |
static java.lang.String |
PREFS_TABLE_TYPE
The Constant PREFS_TABLE_TYPE. |
static java.lang.String |
TUIO_PORT
The Constant TUIO_PORT. |
Constructor Summary | |
---|---|
TableConfigPrefsItem()
|
Method Summary | |
---|---|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel. |
TableConfigPrefsItem.MenuType |
getMenuType()
Gets the menu type. |
java.lang.String |
getName()
Gets the name. |
TableConfigPrefsItem.TableType |
getTableType()
Gets the table type. |
int |
getTuioPort()
Gets the tuio port. |
void |
setMenuType(TableConfigPrefsItem.MenuType type)
Sets the menu type. |
void |
setTableType(TableConfigPrefsItem.TableType type)
Sets the table type. |
void |
setTuioPort(int port)
Sets the tuio port. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PREFS_MENU_TYPE
public static final java.lang.String PREFS_TABLE_TYPE
public static final java.lang.String TUIO_PORT
Constructor Detail |
---|
public TableConfigPrefsItem()
Method Detail |
---|
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public TableConfigPrefsItem.MenuType getMenuType()
public java.lang.String getName()
PreferencesItem
getName
in interface PreferencesItem
public TableConfigPrefsItem.TableType getTableType()
public int getTuioPort()
public void setMenuType(TableConfigPrefsItem.MenuType type)
type
- the new menu typepublic void setTableType(TableConfigPrefsItem.TableType type)
type
- the new table typepublic void setTuioPort(int port)
port
- the new tuio port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |