Uses of Interface
synergynetframework.config.PreferencesItem

Packages that use PreferencesItem
core   
synergynetframework.config.display   
synergynetframework.config.identity   
synergynetframework.config.logging   
synergynetframework.config.network   
synergynetframework.config.position   
synergynetframework.config.server   
synergynetframework.config.table   
 

Uses of PreferencesItem in core
 

Method parameters in core with type arguments of type PreferencesItem
static java.util.prefs.Preferences ConfigurationSystem.getPreferences(java.lang.Class<? extends PreferencesItem> c)
          Gets the preferences.
 

Uses of PreferencesItem in synergynetframework.config.display
 

Classes in synergynetframework.config.display that implement PreferencesItem
 class DisplayConfigPrefsItem
          The Class DisplayConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.identity
 

Classes in synergynetframework.config.identity that implement PreferencesItem
 class IdentityConfigPrefsItem
          The Class IdentityConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.logging
 

Classes in synergynetframework.config.logging that implement PreferencesItem
 class LoggingConfigPrefsItem
          The Class LoggingConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.network
 

Classes in synergynetframework.config.network that implement PreferencesItem
 class NetworkConfigPrefsItem
          The Class NetworkConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.position
 

Classes in synergynetframework.config.position that implement PreferencesItem
 class PositionConfigPrefsItem
          The Class PositionConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.server
 

Classes in synergynetframework.config.server that implement PreferencesItem
 class ServerConfigPrefsItem
          The Class ServerConfigPrefsItem.
 

Uses of PreferencesItem in synergynetframework.config.table
 

Classes in synergynetframework.config.table that implement PreferencesItem
 class TableConfigPrefsItem
          The Class TableConfigPrefsItem.