Interface SavablePanel
- All Known Implementing Classes:
GuiLangConfigPanel
interface SavablePanel
Interface for JPanel that can persist its state.
- Since:
- 3.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whenConfigurationDialogis about to be shown.voidsave()Invoke the save operation.
-
Method Details
-
componentShowing
void componentShowing()Called whenConfigurationDialogis about to be shown. -
save
void save()Invoke the save operation.
-