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
Modifier and TypeMethodDescriptionvoid
Called whenConfigurationDialog
is about to be shown.void
save()
Invoke the save operation.
-
Method Details
-
componentShowing
void componentShowing()Called whenConfigurationDialog
is about to be shown. -
save
void save()Invoke the save operation.
-