public class WorkflowEditorUndo extends java.lang.Object implements WorkflowEditListener
This class handles the undo stack for the editor
| Modifier and Type | Method and Description | 
|---|---|
| boolean | restoreFrame()Restores one frame on the undo stack | 
| void | workflowChanged(WorkflowEditEvent e)Called when the editor state changes | 
public void workflowChanged(WorkflowEditEvent e)
workflowChanged in interface WorkflowEditListenere - The WorkflowEditEvent eventpublic boolean restoreFrame()