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 classToolBarUndoPanelA toolbar panel with the ability for undo.classUndoPanelA 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_Listenersthe list of listeners.Methods in adams.gui.core with parameters of type UndoListener Modifier and Type Method Description voidUndo. addUndoListener(UndoListener l)Adds the listener to the internal list.voidUndo. 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 classFlowPanelA 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 classAbstractDataContainerAncestor for data containers.classDatabaseContainerDataset loaded from database.classDataGeneratorContainerDataset generated by datagenerator.classFileContainerFile-based dataset.classMemoryContainerDataset exists only in memory.classSpreadSheetContainerSpreadSheet-based dataset.classTextDirectoryLoaderContainerDataset 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 classAbstractInvestigatorTabWithEditableDataTableAncestor for tabs with modifiable data table.classDataTabLists the currently loaded datasets.classPreprocessTabPreprocessing tab.classScatterPlotTabFor 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 classImagePanelFor 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 classObjectAnnotationPanelPanel 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 classSegmentationPanelPanel 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 classLayerManagerFor 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 classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.
-