Uses of Class
synergynetframework.config.table.TableConfigPrefsItem.TableType

Packages that use TableConfigPrefsItem.TableType
synergynetframework.config.table   
 

Uses of TableConfigPrefsItem.TableType in synergynetframework.config.table
 

Methods in synergynetframework.config.table that return TableConfigPrefsItem.TableType
 TableConfigPrefsItem.TableType TableConfigPrefsItem.getTableType()
          Gets the table type.
static TableConfigPrefsItem.TableType TableConfigPrefsItem.TableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableConfigPrefsItem.TableType[] TableConfigPrefsItem.TableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in synergynetframework.config.table with parameters of type TableConfigPrefsItem.TableType
 void TableConfigPrefsPanel.setTableType(TableConfigPrefsItem.TableType type)
          Sets the table type.
 void TableConfigPrefsItem.setTableType(TableConfigPrefsItem.TableType type)
          Sets the table type.