Class ColorPrefsPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ColorPrefsPane extends PreferencesPane
See Also:
  • Constructor Details

    • ColorPrefsPane

      public ColorPrefsPane(UIFactory uifactory)
  • Method Details

    • getText

      public String getText()
      Description copied from class: PreferencesPane
      Get a text string which identifies the group of user preferences that can be edited on the panel.
      Specified by:
      getText in class PreferencesPane
      Returns:
      a text string to identify the preferences on this panel
    • save

      public void save(Map<String,String> m)
      Description copied from class: PreferencesPane
      Save the values of the user preferences relevant to this panel into a given map object.
      Overrides:
      save in class PreferencesPane
      Parameters:
      m - the map to which to save the user preferences from the GUI components