|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
org.annotation.gui | Provides GUI functionality that is used in WordFreak but which is not specific to WordFreak. |
org.annotation.wordfreak.command | Provides undo functionality for WordFreak. |
org.annotation.wordfreak.scheme | Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. |
Uses of Command in org.annotation.gui |
Methods in org.annotation.gui with parameters of type Command | |
void |
UndoManager.execute(Command com)
|
Uses of Command in org.annotation.wordfreak.command |
Classes in org.annotation.wordfreak.command that implement Command | |
class |
AnnotationCommand
|
class |
CoAdjustSpansCommand
|
class |
CompoundCommand
|
class |
ContractCommand
|
class |
DeleteCommand
|
class |
DeleteListCommand
|
class |
DeleteRecursiveCommand
|
class |
ExpandCommand
|
class |
InsertChainCommand
|
class |
InsertCommand
|
class |
MoveCommand
|
class |
SetConfidenceCommand
|
class |
SetFeatureCommand
|
class |
SetSpanCommand
|
class |
SetTypeCommand
|
Constructors in org.annotation.wordfreak.command with parameters of type Command | |
CompoundCommand(java.lang.String n,
Command[] coms)
|
|
CompoundCommand(java.lang.String n,
Command[] coms,
int ri)
|
Uses of Command in org.annotation.wordfreak.scheme |
Methods in org.annotation.wordfreak.scheme that return Command | |
protected Command |
DerivativeAnnotationScheme.getInsertCommandFromSelection(java.lang.String type)
Create an annotation from two offsets to List baseAnnotations . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |