Uses of Interface
adams.gui.event.UndoListener
-
-
Uses of UndoListener in adams.gui.core
Classes in adams.gui.core that implement UndoListener Modifier and Type Class Description class
ToolBarUndoPanel
A toolbar panel with the ability for undo.class
UndoPanel
A panel with the ability for undo.Fields in adams.gui.core with type parameters of type UndoListener Modifier and Type Field Description protected HashSet<UndoListener>
Undo. m_Listeners
the list of listeners.Methods in adams.gui.core with parameters of type UndoListener Modifier and Type Method Description void
Undo. addUndoListener(UndoListener l)
Adds the listener to the internal list.void
Undo. removeUndoListener(UndoListener l)
Removes the listener from the internal list. -
Uses of UndoListener in adams.gui.flow
Classes in adams.gui.flow that implement UndoListener Modifier and Type Class Description class
FlowPanel
A panel for setting up, modifying, saving and loading "simple" flows. -
Uses of UndoListener in adams.gui.tools.wekainvestigator.data
Classes in adams.gui.tools.wekainvestigator.data that implement UndoListener Modifier and Type Class Description class
AbstractDataContainer
Ancestor for data containers.class
DatabaseContainer
Dataset loaded from database.class
DataGeneratorContainer
Dataset generated by datagenerator.class
FileContainer
File-based dataset.class
MemoryContainer
Dataset exists only in memory.class
SpreadSheetContainer
SpreadSheet-based dataset.class
TextDirectoryLoaderContainer
Dataset generated by TextDirectoryLoader. -
Uses of UndoListener in adams.gui.tools.wekainvestigator.tab
Classes in adams.gui.tools.wekainvestigator.tab that implement UndoListener Modifier and Type Class Description class
AbstractInvestigatorTabWithEditableDataTable
Ancestor for tabs with modifiable data table.class
DataTab
Lists the currently loaded datasets.class
PreprocessTab
Preprocessing tab.class
ScatterPlotTab
For plotting attributes against each other. -
Uses of UndoListener in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement UndoListener Modifier and Type Class Description class
ImagePanel
For displaying a single image. -
Uses of UndoListener in adams.gui.visualization.object
Classes in adams.gui.visualization.object that implement UndoListener Modifier and Type Class Description class
ObjectAnnotationPanel
Panel for annotating objects in images. -
Uses of UndoListener in adams.gui.visualization.segmentation
Classes in adams.gui.visualization.segmentation that implement UndoListener Modifier and Type Class Description class
SegmentationPanel
Panel for performing segmentation annotations. -
Uses of UndoListener in adams.gui.visualization.segmentation.layer
Classes in adams.gui.visualization.segmentation.layer that implement UndoListener Modifier and Type Class Description class
LayerManager
For managing the layers. -
Uses of UndoListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement UndoListener Modifier and Type Class Description class
TimeseriesExplorer
A panel for exploring Timeseries, manipulating them with filters, etc.
-