Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.model.commands
Class ProcessLabelCommand  view ProcessLabelCommand download ProcessLabelCommand.java

java.lang.Object
  extended byCommand
      extended bycom.vinculum.processeditor.model.commands.ProcessLabelCommand

public class ProcessLabelCommand
extends Command


Field Summary
private  com.vinculum.processeditor.model.ProcessLabel label
           
private  java.lang.String newName
           
private  java.lang.String oldName
           
 
Constructor Summary
ProcessLabelCommand(com.vinculum.processeditor.model.ProcessLabel l, java.lang.String s)
           
 
Method Summary
 void execute()
           
 void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newName

private java.lang.String newName

oldName

private java.lang.String oldName

label

private com.vinculum.processeditor.model.ProcessLabel label
Constructor Detail

ProcessLabelCommand

public ProcessLabelCommand(com.vinculum.processeditor.model.ProcessLabel l,
                           java.lang.String s)
Method Detail

execute

public void execute()

undo

public void undo()