Class AbstractUndoRedoCommand

java.lang.Object
org.eclipse.nebula.widgets.ganttchart.undoredo.commands.AbstractUndoRedoCommand
All Implemented Interfaces:
IUndoRedoCommand
Direct Known Subclasses:
ClusteredCommand, EventMoveCommand

public abstract class AbstractUndoRedoCommand
extends java.lang.Object
implements IUndoRedoCommand
Parent class of all Undo/Redo commands.
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractUndoRedoCommand()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.nebula.widgets.ganttchart.undoredo.commands.IUndoRedoCommand

    dispose, redo, undo