Class ConvertSpellingDictionary
- java.lang.Object
-
- ca.cgjennings.apps.arkham.project.TaskAction
-
- ca.cgjennings.apps.arkham.project.TaskActionTree
-
- ca.cgjennings.apps.arkham.project.ConvertSpellingDictionary
-
- All Implemented Interfaces:
IconProvider
,java.lang.Iterable<TaskAction>
public class ConvertSpellingDictionary extends TaskActionTree
A task action for converting between spelling dictionary formats (plain text, common prefix length compression, and ternary tree).- Since:
- 3.0
- Author:
- Chris Jennings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConvertSpellingDictionary.Converter
-
Constructor Summary
Constructors Constructor Description ConvertSpellingDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
Returns the human-readable name of this action.-
Methods inherited from class ca.cgjennings.apps.arkham.project.TaskActionTree
add, add, appliesTo, appliesToSelection, findActionByName, get, getSectionIndex, indexOf, isAppliesToShortCircuited, iterator, perform, remove, remove, size
-
Methods inherited from class ca.cgjennings.apps.arkham.project.TaskAction
applyToChildren, getActionName, getDescription, getIcon, performOnSelection, resolveTarget, toString
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from class:TaskAction
Returns the human-readable name of this action.- Specified by:
getLabel
in classTaskAction
- Returns:
- the name used to create menu items for this action, localized if possible
-
-