Class LocaleSelectionPane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.aavso.tools.vstar.ui.dialog.prefs.LocaleSelectionPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IPreferenceComponent

public class LocaleSelectionPane extends JPanel implements IPreferenceComponent
Locale selection panel.
See Also:
  • Constructor Details

    • LocaleSelectionPane

      public LocaleSelectionPane()
      Constructor.
  • Method Details

    • createButtonPane

      protected JPanel createButtonPane()
    • update

      public void update()
      Updates the locale.
      Specified by:
      update in interface IPreferenceComponent
    • reset

      public void reset()
      Prepare this pane for use by resetting whatever needs to be, in particular, updating the selector with the current locale preferences.
      Specified by:
      reset in interface IPreferenceComponent