Uses of Interface
adams.gui.core.UndoHandlerWithQuickAccess
-
-
Uses of UndoHandlerWithQuickAccess in adams.gui.flow
Classes in adams.gui.flow that implement UndoHandlerWithQuickAccess Modifier and Type Class Description classFlowPanelA panel for setting up, modifying, saving and loading "simple" flows. -
Uses of UndoHandlerWithQuickAccess in adams.gui.tools.wekainvestigator.data
Subinterfaces of UndoHandlerWithQuickAccess in adams.gui.tools.wekainvestigator.data Modifier and Type Interface Description interfaceDataContainerInterface for data containers.interfaceMonitoringDataContainerInterface for data containers that monitor their source for changes.Classes in adams.gui.tools.wekainvestigator.data that implement UndoHandlerWithQuickAccess 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 UndoHandlerWithQuickAccess in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement UndoHandlerWithQuickAccess Modifier and Type Class Description classImagePanelFor displaying a single image. -
Uses of UndoHandlerWithQuickAccess in adams.gui.visualization.instances
Fields in adams.gui.visualization.instances declared as UndoHandlerWithQuickAccess Modifier and Type Field Description protected UndoHandlerWithQuickAccessInstancesTableModel. m_UndoHandleroptional undo handler.Methods in adams.gui.visualization.instances that return UndoHandlerWithQuickAccess Modifier and Type Method Description UndoHandlerWithQuickAccessInstancesTable. getUndoHandler()Returns the undo handler in use.UndoHandlerWithQuickAccessInstancesTableModel. getUndoHandler()Returns the undo handler in use.Methods in adams.gui.visualization.instances with parameters of type UndoHandlerWithQuickAccess Modifier and Type Method Description voidInstancesTable. setUndoHandler(UndoHandlerWithQuickAccess value)Sets the undo handler to use.voidInstancesTableModel. setUndoHandler(UndoHandlerWithQuickAccess value)Sets the undo handler to use. -
Uses of UndoHandlerWithQuickAccess in adams.gui.visualization.object
Classes in adams.gui.visualization.object that implement UndoHandlerWithQuickAccess Modifier and Type Class Description classObjectAnnotationPanelPanel for annotating objects in images. -
Uses of UndoHandlerWithQuickAccess in adams.gui.visualization.segmentation.layer
Classes in adams.gui.visualization.segmentation.layer that implement UndoHandlerWithQuickAccess Modifier and Type Class Description classLayerManagerFor managing the layers. -
Uses of UndoHandlerWithQuickAccess in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement UndoHandlerWithQuickAccess Modifier and Type Class Description classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.
-