public class UndoableDataTypeDialogActionListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener
Constructor and Description |
---|
UndoableDataTypeDialogActionListener() |
Modifier and Type | Method and Description |
---|---|
static UndoableDataTypeDialogActionListener |
getInstance() |
org.yawlfoundation.yawl.editor.ui.swing.undo.UndoableDataTypeDialogActionListener.RedoAction |
getRedoAction() |
org.yawlfoundation.yawl.editor.ui.swing.undo.UndoableDataTypeDialogActionListener.UndoAction |
getUndoAction() |
void |
undoableEditHappened(javax.swing.event.UndoableEditEvent e) |
protected void |
validateSchema() |
public UndoableDataTypeDialogActionListener()
public static UndoableDataTypeDialogActionListener getInstance()
public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
undoableEditHappened
in interface javax.swing.event.UndoableEditListener
protected void validateSchema()
public org.yawlfoundation.yawl.editor.ui.swing.undo.UndoableDataTypeDialogActionListener.UndoAction getUndoAction()
public org.yawlfoundation.yawl.editor.ui.swing.undo.UndoableDataTypeDialogActionListener.RedoAction getRedoAction()