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

Packages that use TableConfigPrefsItem.MenuType
synergynetframework.config.table   
 

Uses of TableConfigPrefsItem.MenuType in synergynetframework.config.table
 

Methods in synergynetframework.config.table that return TableConfigPrefsItem.MenuType
 TableConfigPrefsItem.MenuType TableConfigPrefsItem.getMenuType()
          Gets the menu type.
static TableConfigPrefsItem.MenuType TableConfigPrefsItem.MenuType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableConfigPrefsItem.MenuType[] TableConfigPrefsItem.MenuType.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.MenuType
 void TableConfigPrefsItem.setMenuType(TableConfigPrefsItem.MenuType type)
          Sets the menu type.