| Package | Description |
|---|---|
| org.languagetool.gui | |
| org.languagetool.rules |
| Modifier and Type | Method and Description |
|---|---|
Map<ITSIssueType,Color> |
Configuration.getErrorColors() |
| Modifier and Type | Method and Description |
|---|---|
static ITSIssueType |
ITSIssueType.getIssueType(String name) |
ITSIssueType |
Rule.getLocQualityIssueType()
Returns the Localization Quality Issue Type, as defined
at http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues.
|
static ITSIssueType |
ITSIssueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITSIssueType[] |
ITSIssueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setLocQualityIssueType(ITSIssueType locQualityIssueType)
Set the Localization Quality Issue Type.
|
| Constructor and Description |
|---|
SpecificIdRule(String id,
String desc,
boolean isPremium,
Category category,
ITSIssueType issueType,
List<Tag> tags) |