Package org.languagetool.gui
Class LanguageManagerDialog
java.lang.Object
org.languagetool.gui.LanguageManagerDialog
- All Implemented Interfaces:
ActionListener
,EventListener
Dialog for managing externally loaded rules.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLanguageManagerDialog
(Frame owner, List<org.languagetool.Language> languages) -
Method Summary
-
Field Details
-
ruleFiles
-
owner
-
messages
-
dialog
-
list
-
addButton
-
removeButton
-
closeButton
-
-
Constructor Details
-
LanguageManagerDialog
-
-
Method Details
-
show
public void show() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
getLanguages
List<org.languagetool.Language> getLanguages() throws IllegalAccessException, InstantiationExceptionReturn all external Languages.
-