Skip navigation links
A C D E G I L M N O R S T U 

A

AboutDialog - Class in org.languagetool.gui
A dialog with version and copyright information.
AboutDialog(ResourceBundle, Component) - Constructor for class org.languagetool.gui.AboutDialog
 
actionPerformed(ActionEvent) - Method in class org.languagetool.gui.ConfigurationDialog
 
addDisabledRuleIds(Set<String>) - Method in class org.languagetool.gui.Configuration
 
addProfile(String) - Method in class org.languagetool.gui.Configuration
add a new profile
addProfiles(List<String>) - Method in class org.languagetool.gui.Configuration
add a list of profiles

C

centerDialog(JDialog) - Static method in class org.languagetool.gui.Tools
Set dialog location to the center of the screen
Configuration - Class in org.languagetool.gui
Configuration like list of disabled rule IDs, server mode etc.
Configuration(Language) - Constructor for class org.languagetool.gui.Configuration
Uses the configuration file from the default location.
Configuration(File, Language) - Constructor for class org.languagetool.gui.Configuration
 
Configuration(File, String, Language) - Constructor for class org.languagetool.gui.Configuration
 
Configuration(File, String, File, Language) - Constructor for class org.languagetool.gui.Configuration
 
ConfigurationDialog - Class in org.languagetool.gui
Dialog that offers the available rules so they can be turned on/off individually.
ConfigurationDialog(Frame, boolean, Configuration) - Constructor for class org.languagetool.gui.ConfigurationDialog
 
configureFromRules(JLanguageTool, Configuration) - Static method in class org.languagetool.gui.Tools
 

D

doRemoteCheck() - Method in class org.languagetool.gui.Configuration
 

E

exportProfile(String, File) - Method in class org.languagetool.gui.Configuration
 

G

getAutoDetect() - Method in class org.languagetool.gui.Configuration
 
getConfigurableValue(String) - Method in class org.languagetool.gui.Configuration
Get the configurable value of a rule by ruleID returns -1 if no value is set by configuration
getConfigurableValues() - Method in class org.languagetool.gui.Configuration
returns all configured values
getCurrentProfile() - Method in class org.languagetool.gui.Configuration
get the current profile
getDefaultLanguage() - Method in class org.languagetool.gui.Configuration
 
getDefinedProfiles() - Method in class org.languagetool.gui.Configuration
get the current profile
getDisabledCategoryNames() - Method in class org.languagetool.gui.Configuration
 
getDisabledRuleIds() - Method in class org.languagetool.gui.Configuration
 
getEnabledCategoryNames() - Method in class org.languagetool.gui.Configuration
 
getEnabledRuleIds() - Method in class org.languagetool.gui.Configuration
 
getEnabledRulesOnly() - Method in class org.languagetool.gui.Configuration
 
getErrorColors() - Method in class org.languagetool.gui.Configuration
 
getExternalRuleDirectory() - Method in class org.languagetool.gui.Configuration
 
getFontName() - Method in class org.languagetool.gui.Configuration
Returns the name of the GUI's editing textarea font.
getFontSize() - Method in class org.languagetool.gui.Configuration
Returns the size of the GUI's editing textarea font.
getFontStyle() - Method in class org.languagetool.gui.Configuration
Returns the style of the GUI's editing textarea font.
getLabel(String) - Static method in class org.languagetool.gui.Tools
Returns translation of the UI element without the control character &.
getLanguage() - Method in class org.languagetool.gui.Configuration
 
getlogLevel() - Method in class org.languagetool.gui.Configuration
 
getLookAndFeelName() - Method in class org.languagetool.gui.Configuration
Returns the name of the GUI's LaF.
getMnemonic(String) - Static method in class org.languagetool.gui.Tools
Returns mnemonic of a UI element.
getMotherTongue() - Method in class org.languagetool.gui.Configuration
 
getNgramDirectory() - Method in class org.languagetool.gui.Configuration
Directory with ngram data or null.
getNumParasToCheck() - Method in class org.languagetool.gui.Configuration
get the number of paragraphs to be checked for TextLevelRules
getRunServer() - Method in class org.languagetool.gui.Configuration
 
getServerPort() - Method in class org.languagetool.gui.Configuration
 
getServerUrl() - Method in class org.languagetool.gui.Configuration
 
getSpecialTabCategories(String) - Method in class org.languagetool.gui.Configuration
 
getSpecialTabNames() - Method in class org.languagetool.gui.Configuration
 
getTaggerShowsDisambigLog() - Method in class org.languagetool.gui.Configuration
Determines whether the tagger window will also print the disambiguation log.
getUnderlineColor(String, String) - Method in class org.languagetool.gui.Configuration
 
getUnderlineColors() - Method in class org.languagetool.gui.Configuration
 
getUnderlineRuleColors() - Method in class org.languagetool.gui.Configuration
 
getUnderlineRuleTypes() - Method in class org.languagetool.gui.Configuration
 
getUnderlineType(String, String) - Method in class org.languagetool.gui.Configuration
 
getUnderlineTypes() - Method in class org.languagetool.gui.Configuration
 
getUseDocLanguage() - Method in class org.languagetool.gui.Configuration
 
getUseGUIConfig() - Method in class org.languagetool.gui.Configuration
 
getWord2VecDirectory() - Method in class org.languagetool.gui.Configuration
Directory with word2vec data or null.

I

importProfile(File) - Method in class org.languagetool.gui.Configuration
 
initOptions() - Method in class org.languagetool.gui.Configuration
Initialize variables and clears Maps, Sets and Lists
initStyleCategories(List<Rule>) - Method in class org.languagetool.gui.Configuration
 
isInSpecialTab(String, String) - Method in class org.languagetool.gui.Configuration
 
isMultiThread() - Method in class org.languagetool.gui.Configuration
shall LO run in multi thread mode
isResetCheck() - Method in class org.languagetool.gui.Configuration
will all paragraphs check after every change of text?
isSpecialTabCategory(String) - Method in class org.languagetool.gui.Configuration
 
isStyleCategory(String) - Method in class org.languagetool.gui.Configuration
 
isValidServerUrl(String) - Method in class org.languagetool.gui.Configuration
Test if http-server URL is correct

L

loadConfiguration(String) - Method in class org.languagetool.gui.Configuration
 

M

markSingleCharBold() - Method in class org.languagetool.gui.Configuration
 

N

noBackgroundCheck() - Method in class org.languagetool.gui.Configuration
return true if background check is switched of (no marks inside of document)
noSynonymsAsSuggestions() - Method in class org.languagetool.gui.Configuration
 

O

openURL(String) - Static method in class org.languagetool.gui.Tools
Launches the default browser to display a URL.
org.languagetool.gui - package org.languagetool.gui
 

R

removeDisabledRuleIds(Set<String>) - Method in class org.languagetool.gui.Configuration
 
removeProfile(String) - Method in class org.languagetool.gui.Configuration
remove an existing profile

S

saveConfiguration(Language) - Method in class org.languagetool.gui.Configuration
 
saveLoCache() - Method in class org.languagetool.gui.Configuration
 
saveNoBackgroundCheck(boolean, Language) - Method in class org.languagetool.gui.Configuration
set option to switch off background check and save configuration
setAutoDetect(boolean) - Method in class org.languagetool.gui.Configuration
 
setConfigurableValue(String, int) - Method in class org.languagetool.gui.Configuration
Set the value for a rule with ruleID
setCurrentProfile(String) - Method in class org.languagetool.gui.Configuration
set the current profile
setDefaultUnderlineColor(String) - Method in class org.languagetool.gui.Configuration
 
setDefaultUnderlineRuleColor(String) - Method in class org.languagetool.gui.Configuration
 
setDefaultUnderlineRuleType(String) - Method in class org.languagetool.gui.Configuration
 
setDefaultUnderlineType(String) - Method in class org.languagetool.gui.Configuration
 
setDisabledCategoryNames(Set<String>) - Method in class org.languagetool.gui.Configuration
 
setDisabledRuleIds(Set<String>) - Method in class org.languagetool.gui.Configuration
 
setDoResetCheck(boolean) - Method in class org.languagetool.gui.Configuration
set all paragraphs to be checked after every change of text
setEnabledCategoryNames(Set<String>) - Method in class org.languagetool.gui.Configuration
 
setEnabledRuleIds(Set<String>) - Method in class org.languagetool.gui.Configuration
 
setExternalRuleDirectory(String) - Method in class org.languagetool.gui.Configuration
 
setFontName(String) - Method in class org.languagetool.gui.Configuration
Sets the name of the GUI's editing textarea font.
setFontSize(int) - Method in class org.languagetool.gui.Configuration
Sets the size of the GUI's editing textarea font.
setFontStyle(int) - Method in class org.languagetool.gui.Configuration
Sets the style of the GUI's editing textarea font.
setLanguage(Language) - Method in class org.languagetool.gui.Configuration
 
setLookAndFeelName(String) - Method in class org.languagetool.gui.Configuration
Sets the name of the GUI's LaF.
setMarkSingleCharBold(boolean) - Method in class org.languagetool.gui.Configuration
 
setMotherTongue(Language) - Method in class org.languagetool.gui.Configuration
 
setMultiThreadLO(boolean) - Method in class org.languagetool.gui.Configuration
run LO in multi thread mode
setNgramDirectory(File) - Method in class org.languagetool.gui.Configuration
Sets the directory with ngram data (may be null).
setNoBackgroundCheck(boolean) - Method in class org.languagetool.gui.Configuration
set option to switch off background check if true: LT engine is switched of (no marks inside of document)
setNoSynonymsAsSuggestions(boolean) - Method in class org.languagetool.gui.Configuration
 
setNumParasToCheck(int) - Method in class org.languagetool.gui.Configuration
set the number of paragraphs to be checked for TextLevelRules
setOtherServerUrl(String) - Method in class org.languagetool.gui.Configuration
 
setRemoteCheck(boolean) - Method in class org.languagetool.gui.Configuration
 
setRunServer(boolean) - Method in class org.languagetool.gui.Configuration
 
setSaveLoCache(boolean) - Method in class org.languagetool.gui.Configuration
 
setServerPort(int) - Method in class org.languagetool.gui.Configuration
 
setTaggerShowsDisambigLog(boolean) - Method in class org.languagetool.gui.Configuration
Enables or disables the disambiguation log on the tagger window, depending on the value of the parameter taggerShowsDisambigLog.
setUnderlineColor(String, Color) - Method in class org.languagetool.gui.Configuration
 
setUnderlineRuleColor(String, Color) - Method in class org.languagetool.gui.Configuration
 
setUnderlineRuleType(String, short) - Method in class org.languagetool.gui.Configuration
 
setUnderlineType(String, short) - Method in class org.languagetool.gui.Configuration
 
setUseDocLanguage(boolean) - Method in class org.languagetool.gui.Configuration
 
setUseGUIConfig(boolean) - Method in class org.languagetool.gui.Configuration
 
setUseLtDictionary(boolean) - Method in class org.languagetool.gui.Configuration
 
setUseOtherServer(boolean) - Method in class org.languagetool.gui.Configuration
 
setUseTextLevelQueue(boolean) - Method in class org.languagetool.gui.Configuration
set all paragraphs to be not checked after every change of text if more than one document loaded?
setWord2VecDirectory(File) - Method in class org.languagetool.gui.Configuration
Sets the directory with word2vec data (may be null).
shortenComment(String) - Static method in class org.languagetool.gui.Tools
LibO shortens menu items with more than ~100 characters by dropping text in the middle.
show() - Method in class org.languagetool.gui.AboutDialog
 
show(List<Rule>) - Method in class org.languagetool.gui.ConfigurationDialog
 
showPanel(List<Rule>) - Method in class org.languagetool.gui.ConfigurationDialog
 

T

Tools - Class in org.languagetool.gui
GUI-related tools.

U

UNDERLINE_BOLD - Static variable in class org.languagetool.gui.Configuration
 
UNDERLINE_BOLDWAVE - Static variable in class org.languagetool.gui.Configuration
 
UNDERLINE_DASH - Static variable in class org.languagetool.gui.Configuration
 
UNDERLINE_WAVE - Static variable in class org.languagetool.gui.Configuration
 
useLtDictionary() - Method in class org.languagetool.gui.Configuration
 
useOtherServer() - Method in class org.languagetool.gui.Configuration
 
useTextLevelQueue() - Method in class org.languagetool.gui.Configuration
will all paragraphs not checked after every change of text if more than one document loaded?
A C D E G I L M N O R S T U 
Skip navigation links