org.datastorm.controller.command
Class SetEditorTextCommand

java.lang.Object
  extended byorg.datastorm.controller.command.SetEditorTextCommand
All Implemented Interfaces:
ICommand

public class SetEditorTextCommand
extends Object
implements ICommand


Field Summary
 String text
           
 
Constructor Summary
SetEditorTextCommand(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

SetEditorTextCommand

public SetEditorTextCommand(String text)