Class PreferencesPanel


  • public class PreferencesPanel
    extends SwingOwner
    This class provides a Preferences panel UI window.
    • Constructor Detail

      • PreferencesPanel

        public PreferencesPanel()
    • Method Detail

      • showPanel

        public void showPanel​(javax.swing.JComponent aComponent)
        Runs the panel.
      • initUI

        public void initUI()
        Initialize UI panel.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • respondUI

        public void respondUI​(SwingEvent anEvent)
        Updates user preferences settings from UI controls.
        Overrides:
        respondUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • apply

        public boolean apply()
        Handles the preferences panel apply button.