Uses of Class
xdat.UserPreferences

Packages that use UserPreferences
actionListeners   
gui.dialogs   
gui.panels   
xdat   
 

Uses of UserPreferences in actionListeners
 

Fields in actionListeners declared as UserPreferences
private  UserPreferences LicenseDisplayDialogActionListener.preferences
          The UserPreferences.
private  UserPreferences ChartDisplaySettingsActionListener.userPreferences
          The user preferences.
 

Constructors in actionListeners with parameters of type UserPreferences
LicenseDisplayDialogActionListener(LicenseDisplayDialog dialog, UserPreferences preferences)
          Instantiates a new license display dialog action listener.
 

Uses of UserPreferences in gui.dialogs
 

Constructors in gui.dialogs with parameters of type UserPreferences
LicenseDisplayDialog(UserPreferences preferences)
          Instantiates a new license display dialog.
 

Uses of UserPreferences in gui.panels
 

Fields in gui.panels declared as UserPreferences
private  UserPreferences AxisDisplaySettingsPanel.userPreferences
          The user preferences.
 

Uses of UserPreferences in xdat
 

Methods in xdat that return UserPreferences
static UserPreferences Main.getUserPreferences()
          Gets the user preferences.