synergynetframework.config.table
Class TableConfigPrefsItem

java.lang.Object
  extended by synergynetframework.config.table.TableConfigPrefsItem
All Implemented Interfaces:
PreferencesItem

public class TableConfigPrefsItem
extends java.lang.Object
implements PreferencesItem

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

PREFS_MENU_TYPE

public static final java.lang.String PREFS_MENU_TYPE
The Constant PREFS_MENU_TYPE.

See Also:
Constant Field Values

PREFS_TABLE_TYPE

public static final java.lang.String PREFS_TABLE_TYPE
The Constant PREFS_TABLE_TYPE.

See Also:
Constant Field Values

TUIO_PORT

public static final java.lang.String TUIO_PORT
The Constant TUIO_PORT.

See Also:
Constant Field Values
Constructor Detail

TableConfigPrefsItem

public TableConfigPrefsItem()
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel()
Description copied from interface: PreferencesItem
Gets the configuration panel.

Specified by:
getConfigurationPanel in interface PreferencesItem
Returns:
the configuration panel

getMenuType

public TableConfigPrefsItem.MenuType getMenuType()
Gets the menu type.

Returns:
the menu type

getName

public java.lang.String getName()
Description copied from interface: PreferencesItem
Gets the name.

Specified by:
getName in interface PreferencesItem
Returns:
the name

getTableType

public TableConfigPrefsItem.TableType getTableType()
Gets the table type.

Returns:
the table type

getTuioPort

public int getTuioPort()
Gets the tuio port.

Returns:
the tuio port

setMenuType

public void setMenuType(TableConfigPrefsItem.MenuType type)
Sets the menu type.

Parameters:
type - the new menu type

setTableType

public void setTableType(TableConfigPrefsItem.TableType type)
Sets the table type.

Parameters:
type - the new table type

setTuioPort

public void setTuioPort(int port)
Sets the tuio port.

Parameters:
port - the new tuio port