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 Undo
ToolBarUndoPanel. m_Undo
the undo manager.protected Undo
UndoPanel. m_Undo
the undo manager.Methods in adams.gui.core that return Undo Modifier and Type Method Description Undo
ToolBarUndoPanel. getUndo()
Returns the current undo manager, can be null.Undo
UndoHandler. getUndo()
Returns the current undo manager, can be null.Undo
UndoPanel. getUndo()
Returns the current undo manager, can be null.Methods in adams.gui.core with parameters of type Undo Modifier and Type Method Description void
ToolBarUndoPanel. setUndo(Undo value)
Sets the undo manager to use, can be null if no undo-support wanted.void
UndoHandler. setUndo(Undo value)
Sets the undo manager to use, can be null if no undo-support wanted.void
UndoPanel. 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 Undo
UndoEvent. 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 Undo
GenericObjectEditor. m_Undo
the undo manager.Methods in adams.gui.goe that return Undo Modifier and Type Method Description Undo
GenericObjectEditor. getUndo()
Returns the current undo manager, can be null.Undo
GenericObjectEditorDialog. getUndo()
Returns the current undo manager, can be null.Methods in adams.gui.goe with parameters of type Undo Modifier and Type Method Description void
GenericObjectEditor. setUndo(Undo value)
Sets the undo manager to use, can be null if no undo-support wanted.void
GenericObjectEditorDialog. 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 Undo
AbstractCommandProcessor. getUndo()
Returns the current undo manager, can be null.Undo
AbstractUndoScriptlet. getUndo()
Returns the current undo manager, can be null.Methods in adams.gui.scripting with parameters of type Undo Modifier and Type Method Description void
AbstractCommandProcessor. setUndo(Undo value)
Sets the undo manager to use, can be null if no undo-support wanted.void
AbstractUndoScriptlet. 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 Undo
ImageProcessorPanel. 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 Undo
AbstractDataContainer. m_Undo
the undo manager.Methods in adams.gui.tools.wekainvestigator.data that return Undo Modifier and Type Method Description Undo
AbstractDataContainer. getUndo()
Returns the current undo manager.Methods in adams.gui.tools.wekainvestigator.data with parameters of type Undo Modifier and Type Method Description void
AbstractDataContainer. 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 Undo
InstancePanel. m_Undo
the undo manager.Methods in adams.gui.visualization.instance that return Undo Modifier and Type Method Description Undo
InstancePanel. 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 void
InstancePanel. 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 Undo
ObjectAnnotationPanel. m_Undo
the undo manager.Methods in adams.gui.visualization.object that return Undo Modifier and Type Method Description Undo
ObjectAnnotationPanel. 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 void
ObjectAnnotationPanel. 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 Undo
SegmentationPanel. 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 Undo
LayerManager. m_Undo
the undo manager.Methods in adams.gui.visualization.segmentation.layer that return Undo Modifier and Type Method Description Undo
LayerManager. 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 void
LayerManager. 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 Undo
XYSequencePanel. m_Undo
the undo manager.Methods in adams.gui.visualization.sequence that return Undo Modifier and Type Method Description Undo
XYSequencePanel. 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 void
XYSequencePanel. 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 Undo
SpreadSheetRowPanel. m_Undo
the undo manager.Methods in adams.gui.visualization.spreadsheet that return Undo Modifier and Type Method Description Undo
SpreadSheetRowPanel. 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 void
SpreadSheetRowPanel. setUndo(Undo value)
Sets the undo manager to use, can be null if no undo-support wanted.
-