VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.dweezil.prefs.UserPrefs

Packages that use UserPrefs
uk.ac.reload.dweezil.prefs   
uk.ac.reload.editor.prefs   
uk.ac.reload.ldeditor.prefs   
 

Uses of UserPrefs in uk.ac.reload.dweezil.prefs
 

Methods in uk.ac.reload.dweezil.prefs with parameters of type UserPrefs
abstract  void PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
abstract  void PrefsPanel.setFields(UserPrefs prefs)
          Set the form fields' settings from those found in UserPrefs
 

Uses of UserPrefs in uk.ac.reload.editor.prefs
 

Subclasses of UserPrefs in uk.ac.reload.editor.prefs
 class ReloadEditorPrefs
          The User Prefs file.
 

Methods in uk.ac.reload.editor.prefs with parameters of type UserPrefs
 void VX_PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
 void VX_PrefsPanel.setFields(UserPrefs prefs)
          Set the controls' settings from those found in UserPrefs
 void MD_PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
 void MD_PrefsPanel.setFields(UserPrefs prefs)
          Set the controls' settings from those found in UserPrefs
 void General_PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
 void General_PrefsPanel.setFields(UserPrefs prefs)
          Set the fields' settings from those found in UserPrefs
 void CP_PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
 void CP_PrefsPanel.setFields(UserPrefs prefs)
          Set the controls' settings from those found in UserPrefs
 

Uses of UserPrefs in uk.ac.reload.ldeditor.prefs
 

Subclasses of UserPrefs in uk.ac.reload.ldeditor.prefs
 class LDEditorPrefs
          The User Prefs file.
 

Methods in uk.ac.reload.ldeditor.prefs with parameters of type UserPrefs
 void General_PrefsPanel.saveToUserPrefs(UserPrefs prefs)
          Update UserPrefs according to the controls' settings
 void General_PrefsPanel.setFields(UserPrefs prefs)
          Set the fields' settings from those found in UserPrefs
 


VdexReload 1.1.3 API