Class SkinOptionsPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.vividsolutions.jump.workbench.ui.plugin.skin.SkinOptionsPanel
All Implemented Interfaces:
OptionsPanel, ImageObserver, MenuContainer, Serializable, Accessible

public class SkinOptionsPanel extends JPanel implements OptionsPanel
Implements an OptionsPanel to allow skin selection.
See Also:
  • Field Details

    • SKINS_KEY

      public static final String SKINS_KEY
  • Constructor Details

  • Method Details

    • init

      public void init()
      Description copied from interface: OptionsPanel
      Notifies this panel that the OptionsDialog has been (re-)opened
      Specified by:
      init in interface OptionsPanel
    • okPressed

      public void okPressed()
      Description copied from interface: OptionsPanel
      Notifies this panel that it should commit its entries to the system
      Specified by:
      okPressed in interface OptionsPanel
    • validateInput

      public String validateInput()
      Specified by:
      validateInput in interface OptionsPanel
      Returns:
      an error message if a field is not valid; otherwise, null