Uses of Class
adams.gui.core.Undo
-
-
Uses of Undo in adams.gui.core
Fields in adams.gui.core declared as Undo Modifier and Type Field Description protected UndoToolBarUndoPanel. m_Undothe undo manager.protected UndoUndoPanel. m_Undothe undo manager.Methods in adams.gui.core that return Undo Modifier and Type Method Description UndoToolBarUndoPanel. getUndo()Returns the current undo manager, can be null.UndoUndoHandler. getUndo()Returns the current undo manager, can be null.UndoUndoPanel. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.core with parameters of type Undo Modifier and Type Method Description voidToolBarUndoPanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted.voidUndoHandler. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted.voidUndoPanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.event
Methods in adams.gui.event that return Undo Modifier and Type Method Description UndoUndoEvent. getUndo()Returns the undo manager responsible for this event. -
Uses of Undo in adams.gui.goe
Fields in adams.gui.goe declared as Undo Modifier and Type Field Description protected UndoGenericObjectEditor. m_Undothe undo manager.Methods in adams.gui.goe that return Undo Modifier and Type Method Description UndoGenericObjectEditor. getUndo()Returns the current undo manager, can be null.UndoGenericObjectEditorDialog. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.goe with parameters of type Undo Modifier and Type Method Description voidGenericObjectEditor. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted.voidGenericObjectEditorDialog. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.scripting
Methods in adams.gui.scripting that return Undo Modifier and Type Method Description UndoAbstractCommandProcessor. getUndo()Returns the current undo manager, can be null.UndoAbstractUndoScriptlet. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.scripting with parameters of type Undo Modifier and Type Method Description voidAbstractCommandProcessor. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted.voidAbstractUndoScriptlet. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.tools
Methods in adams.gui.tools that return Undo Modifier and Type Method Description UndoImageProcessorPanel. getUndo()Returns the current undo manager, can be null. -
Uses of Undo in adams.gui.tools.wekainvestigator.data
Fields in adams.gui.tools.wekainvestigator.data declared as Undo Modifier and Type Field Description protected UndoAbstractDataContainer. m_Undothe undo manager.Methods in adams.gui.tools.wekainvestigator.data that return Undo Modifier and Type Method Description UndoAbstractDataContainer. getUndo()Returns the current undo manager.Methods in adams.gui.tools.wekainvestigator.data with parameters of type Undo Modifier and Type Method Description voidAbstractDataContainer. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as Undo Modifier and Type Field Description protected UndoInstancePanel. m_Undothe undo manager.Methods in adams.gui.visualization.instance that return Undo Modifier and Type Method Description UndoInstancePanel. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.visualization.instance with parameters of type Undo Modifier and Type Method Description voidInstancePanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as Undo Modifier and Type Field Description protected UndoObjectAnnotationPanel. m_Undothe undo manager.Methods in adams.gui.visualization.object that return Undo Modifier and Type Method Description UndoObjectAnnotationPanel. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.visualization.object with parameters of type Undo Modifier and Type Method Description voidObjectAnnotationPanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.visualization.segmentation
Methods in adams.gui.visualization.segmentation that return Undo Modifier and Type Method Description UndoSegmentationPanel. getUndo()Returns the underlying undo handler. -
Uses of Undo in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as Undo Modifier and Type Field Description protected UndoLayerManager. m_Undothe undo manager.Methods in adams.gui.visualization.segmentation.layer that return Undo Modifier and Type Method Description UndoLayerManager. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.visualization.segmentation.layer with parameters of type Undo Modifier and Type Method Description voidLayerManager. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as Undo Modifier and Type Field Description protected UndoXYSequencePanel. m_Undothe undo manager.Methods in adams.gui.visualization.sequence that return Undo Modifier and Type Method Description UndoXYSequencePanel. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.visualization.sequence with parameters of type Undo Modifier and Type Method Description voidXYSequencePanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted. -
Uses of Undo in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Undo Modifier and Type Field Description protected UndoSpreadSheetRowPanel. m_Undothe undo manager.Methods in adams.gui.visualization.spreadsheet that return Undo Modifier and Type Method Description UndoSpreadSheetRowPanel. getUndo()Returns the current undo manager, can be null.Methods in adams.gui.visualization.spreadsheet with parameters of type Undo Modifier and Type Method Description voidSpreadSheetRowPanel. setUndo(Undo value)Sets the undo manager to use, can be null if no undo-support wanted.
-