Class SettingsDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public abstract class SettingsDialog extends JDialog implements PropertyChangeListener
See Also:
  • Constructor Details

    • SettingsDialog

      public SettingsDialog(Frame owner)
    • SettingsDialog

      public SettingsDialog(Frame owner, boolean modal)
  • Method Details

    • buttonsActionPerformed

      protected abstract void buttonsActionPerformed(String actionCommand)
    • addSettingsPanel

      public void addSettingsPanel(SettingsPanel settingsPanel)
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setCurrentSettingsPanel

      public void setCurrentSettingsPanel(Class settingsPanelClass)