org.annotation.gui
Interface Command

All Known Implementing Classes:
AnnotationCommand, CoAdjustSpansCommand, CompoundCommand, DeleteCommand, DeleteListCommand, DeleteRecursiveCommand, InsertChainCommand, InsertCommand, MoveCommand, SetConfidenceCommand, SetFeatureCommand, SetSpanCommand, SetTypeCommand

public interface Command


Method Summary
 void execute()
           
 java.lang.String getName()
           
 java.lang.Object getResult()
           
 void reexecute()
           
 void unexecute()
           
 

Method Detail

execute

public void execute()

unexecute

public void unexecute()

reexecute

public void reexecute()

getName

public java.lang.String getName()

getResult

public java.lang.Object getResult()


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.