Class PPrefsThreshold

All Implemented Interfaces:
PreferencesPage, ImageObserver, MenuContainer, Serializable, Accessible

public class PPrefsThreshold extends JPanel implements PreferencesPage
Version:
%version: 7 % %date_modified: Tue Oct 16 19:00:14 2001 %
Author:
kapono
See Also:
  • Constructor Details

    • PPrefsThreshold

      public PPrefsThreshold()
  • Method Details

    • displayDefaults

      public void displayDefaults()
      Description copied from interface: PreferencesPage
      Called to indicate the implementing UI should read the values out of the global data store and re-apply them to the UI.
      Specified by:
      displayDefaults in interface PreferencesPage
    • storePrefs

      public void storePrefs()
      Description copied from interface: PreferencesPage
      Called to indicate the implementing UI should save any modified properties out to the global data store.
      Specified by:
      storePrefs in interface PreferencesPage
    • getHelpID

      public String getHelpID()
      Description copied from interface: PreferencesPage
      Returns the help ID for this preferences page
      Specified by:
      getHelpID in interface PreferencesPage
      Returns:
      the helpID for this page
    • validatePage

      public boolean validatePage()
      Called before storePrefs() to allow the page an opportunity to validate itself.
      Specified by:
      validatePage in interface PreferencesPage
      Returns:
      true if the page is valid and the properties contained within can be saved.