Interface SavablePanel

All Known Implementing Classes:
GuiLangConfigPanel

interface SavablePanel
Interface for JPanel that can persist its state.

See ConfigurationDialog.addExtraPanel(javax.swing.JPanel)

Since:
3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when ConfigurationDialog is about to be shown.
    void
    Invoke the save operation.
  • Method Details

    • componentShowing

      void componentShowing()
      Called when ConfigurationDialog is about to be shown.
    • save

      void save()
      Invoke the save operation.