Uses of Class
adams.gui.event.UndoEvent
-
-
Uses of UndoEvent in adams.gui.core
Methods in adams.gui.core with parameters of type UndoEvent Modifier and Type Method Description protected void
Undo. notifyListeners(UndoEvent e)
notifies all listeners with the specified event. -
Uses of UndoEvent in adams.gui.event
Methods in adams.gui.event with parameters of type UndoEvent Modifier and Type Method Description void
UndoListener. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.flow
Methods in adams.gui.flow with parameters of type UndoEvent Modifier and Type Method Description void
FlowControlCenterPanel. undoOccurred(UndoEvent e)
An undo event occurred.void
FlowEditorPanel. undoOccurred(UndoEvent e)
An undo event occurred.void
FlowPanel. undoOccurred(UndoEvent e)
An undo event occurred. -
Uses of UndoEvent in adams.gui.tools.wekainvestigator.data
Methods in adams.gui.tools.wekainvestigator.data with parameters of type UndoEvent Modifier and Type Method Description void
AbstractDataContainer. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab with parameters of type UndoEvent Modifier and Type Method Description void
AbstractInvestigatorTabWithEditableDataTable. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.visualization.image
Methods in adams.gui.visualization.image with parameters of type UndoEvent Modifier and Type Method Description void
ImagePanel. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.visualization.object
Methods in adams.gui.visualization.object with parameters of type UndoEvent Modifier and Type Method Description void
ObjectAnnotationPanel. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.visualization.segmentation
Methods in adams.gui.visualization.segmentation with parameters of type UndoEvent Modifier and Type Method Description void
SegmentationPanel. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.visualization.segmentation.layer
Methods in adams.gui.visualization.segmentation.layer with parameters of type UndoEvent Modifier and Type Method Description void
LayerManager. undoOccurred(UndoEvent e)
An undo event, like add or remove, has occurred. -
Uses of UndoEvent in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type UndoEvent Modifier and Type Method Description void
TimeseriesExplorer. undoOccurred(UndoEvent e)
An undo event occurred.
-