Package org.languagetool.gui
Interface SavablePanel
-
- All Known Implementing Classes:
GuiLangConfigPanel
interface SavablePanelInterface for JPanel that can persist its state.- Since:
- 3.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomponentShowing()Called whenConfigurationDialogis about to be shown.voidsave()Invoke the save operation.
-
-
-
Method Detail
-
componentShowing
void componentShowing()
Called whenConfigurationDialogis about to be shown.
-
save
void save()
Invoke the save operation.
-
-