Uses of Interface
org.eclipse.nebula.widgets.ganttchart.undoredo.commands.IUndoRedoCommand
-
Packages that use IUndoRedoCommand Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.undoredo org.eclipse.nebula.widgets.ganttchart.undoredo.commands -
-
Uses of IUndoRedoCommand in org.eclipse.nebula.widgets.ganttchart
Methods in org.eclipse.nebula.widgets.ganttchart that return IUndoRedoCommand Modifier and Type Method Description (package private) IUndoRedoCommandGanttEvent. getPostMoveOrResizeUndoCommand()Call after a move/resize is done to get the command to undo/redo the latest move/resize -
Uses of IUndoRedoCommand in org.eclipse.nebula.widgets.ganttchart.undoredo
Methods in org.eclipse.nebula.widgets.ganttchart.undoredo with parameters of type IUndoRedoCommand Modifier and Type Method Description voidIUndoRedoListener. commandRedone(IUndoRedoCommand command)Notified when a redo has taken place.voidUndoRedoListenerAdapter. commandRedone(IUndoRedoCommand command)voidIUndoRedoListener. commandUndone(IUndoRedoCommand command)Notified when an undo has taken place.voidUndoRedoListenerAdapter. commandUndone(IUndoRedoCommand command)voidGanttUndoRedoManager. record(IUndoRedoCommand command)Records an undoable/redoable commandvoidIUndoRedoListener. undoableCommandAdded(IUndoRedoCommand command)When a command is added to the stack that can be undone this is called.voidUndoRedoListenerAdapter. undoableCommandAdded(IUndoRedoCommand command) -
Uses of IUndoRedoCommand in org.eclipse.nebula.widgets.ganttchart.undoredo.commands
Classes in org.eclipse.nebula.widgets.ganttchart.undoredo.commands that implement IUndoRedoCommand Modifier and Type Class Description classAbstractUndoRedoCommandParent class of all Undo/Redo commands.classClusteredCommandOne command to handle many sub-commands, such as a multi-drag/drop etc.classEventDeleteCommandRepresents one GanttEvent delete action that can be undone/redone.classEventMoveCommandRepresents one GanttEvent DND action that can be undone/redone.classEventResizeCommandRepresents one resize event in the chart that can be done/redone.classSectionDeleteCommandRepresents one GanttSection delete action that can be undone/redone.Methods in org.eclipse.nebula.widgets.ganttchart.undoredo.commands with parameters of type IUndoRedoCommand Modifier and Type Method Description voidClusteredCommand. addCommand(IUndoRedoCommand command)Adds a new command to the cluster.voidClusteredCommand. removeCommand(IUndoRedoCommand command)Removes a command from the cluster.
-