Uses of Interface
org.eclipse.nebula.widgets.ganttchart.undoredo.IUndoRedoListener
-
Packages that use IUndoRedoListener Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.undoredo -
-
Uses of IUndoRedoListener in org.eclipse.nebula.widgets.ganttchart
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IUndoRedoListener Modifier and Type Method Description voidGanttChart. addUndoRedoListener(IUndoRedoListener listener)Adds a listener to be notified when undo/redo possibilities changevoidGanttChart. removeUndoRedoListener(IUndoRedoListener listener)Removes a listener from being notified when undo/redo possibilities change -
Uses of IUndoRedoListener in org.eclipse.nebula.widgets.ganttchart.undoredo
Classes in org.eclipse.nebula.widgets.ganttchart.undoredo that implement IUndoRedoListener Modifier and Type Class Description classUndoRedoListenerAdapterBasic implementation ofIUndoRedoListener.Methods in org.eclipse.nebula.widgets.ganttchart.undoredo with parameters of type IUndoRedoListener Modifier and Type Method Description voidGanttUndoRedoManager. addUndoRedoListener(IUndoRedoListener listener)Adds a listener to be notified when undo/redo possibilities changevoidGanttUndoRedoManager. removeUndoRedoListener(IUndoRedoListener listener)Removes a listener from being notified when undo/redo possibilities change
-