org.annotation.wordfreak.command
Class InsertChainCommand

java.lang.Object
  extended byorg.annotation.wordfreak.command.InsertChainCommand
All Implemented Interfaces:
Command

public class InsertChainCommand
extends java.lang.Object
implements Command


Constructor Summary
InsertChainCommand(AnnotationView v, java.lang.String type, AnnotationSelection selection, Annotation parent)
           
 
Method Summary
 void execute()
           
 java.lang.String getName()
           
 java.lang.Object getResult()
           
 void reexecute()
           
 void unexecute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertChainCommand

public InsertChainCommand(AnnotationView v,
                          java.lang.String type,
                          AnnotationSelection selection,
                          Annotation parent)
Method Detail

getResult

public java.lang.Object getResult()
Specified by:
getResult in interface Command

execute

public void execute()
Specified by:
execute in interface Command

unexecute

public void unexecute()
Specified by:
unexecute in interface Command

reexecute

public void reexecute()
Specified by:
reexecute in interface Command

getName

public java.lang.String getName()
Specified by:
getName in interface Command


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