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