Package | Description |
---|---|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.roi.edit | |
icy.sequence.edit |
Contains Icy Sequence Edit structure definitions.
|
icy.undo |
Contains Undo management objects and tools for Icy
|
Modifier and Type | Method and Description |
---|---|
AbstractIcyUndoableEdit |
UndoManagerPanel.getLastSelectedEdit() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPoint2DROIEdit
Base class of 2D control point change implementation for ROI undoable edition.
|
class |
AbstractPoint3DROIEdit
Base class of 3D control point change implementation for ROI undoable edition.
|
class |
AbstractROIEdit
Base ROI undoable edit.
|
class |
AbstractROIsEdit
Base multiple ROI undoable edit.
|
class |
Area2DChangeROIEdit
ROI2DARea change implementation for ROI undoable edition.
|
class |
BoundsROIEdit
Position change implementation for ROI undoable edition.
|
class |
BoundsROIsEdit |
class |
DefaultROIEdit
Default lazy implementation for ROI undoable edition (full copy)
|
class |
Point2DAddedROIEdit
2D control point added implementation for ROI undoable edition.
|
class |
Point2DMovedROIEdit
Control point position change implementation for ROI undoable edition.
|
class |
Point2DRemovedROIEdit
2D control point removed implementation for ROI undoable edition.
|
class |
Point3DAddedROIEdit
3D control point added implementation for ROI undoable edition.
|
class |
Point3DMovedROIEdit
3D control point position change implementation for ROI undoable edition.
|
class |
Point3DRemovedROIEdit
3D control point removed implementation for ROI undoable edition.
|
class |
PositionROIEdit
Position change implementation for ROI undoable edition.
|
class |
PositionROIsEdit
Multiple position change implementation for ROI undoable edition.
|
class |
PropertyROIEdit
Property change implementation for ROI undoable edition
|
class |
PropertyROIsEdit
Property change implementation for multiple ROI undoable edition
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractROISequenceEdit
Abstract ROI sequence undoable edit.
|
class |
AbstractROIsSequenceEdit
Abstract ROI list sequence undoable edit.
|
class |
AbstractSequenceEdit
Abstract sequence undoable edit.
|
class |
DataSequenceEdit
Default lazy sequence data undoable edit (do a complete sequence data copy to restore previous
state).
|
class |
DefaultSequenceEdit
Default lazy sequence undoable edit (do a complete sequence copy to restore previous state).
|
class |
MetadataSequenceEdit
Default lazy sequence metadata undoable edit (do a complete sequence metadata copy to restore
previous state).
|
class |
ROIAddSequenceEdit
ROI add Sequence edit event
|
class |
ROIAddsSequenceEdit
ROI group add Sequence edit event.
|
class |
ROIRemoveSequenceEdit
ROI remove Sequence edit event
|
class |
ROIRemovesSequenceEdit
ROI group remove Sequence edit event
|
class |
ROIReplaceSequenceEdit
ROI replace Sequence edit event.
|
class |
ROIReplacesSequenceEdit
ROI group replace Sequence edit event.
|
Modifier and Type | Method and Description |
---|---|
AbstractIcyUndoableEdit |
IcyUndoManager.getEdit(int index)
Get edit of specified index
|
AbstractIcyUndoableEdit |
IcyUndoManager.getSignificantEdit(int index)
Get significant edit of specified index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractIcyUndoableEdit> |
IcyUndoManager.getAllEdits()
Retrieve all edits in the UndoManager
|
Modifier and Type | Method and Description |
---|---|
void |
IcyUndoManager.addEdit(AbstractIcyUndoableEdit anEdit)
Adds an
AbstractIcyUndoableEdit to this UndoManager , if it's
possible. |
int |
IcyUndoManager.getIndex(AbstractIcyUndoableEdit e)
Get the index in list of specified edit
|
int |
IcyUndoManager.getSignificantIndex(AbstractIcyUndoableEdit e)
Get the index in list of specified significant edit
|
void |
IcyUndoManager.undoOrRedoTo(AbstractIcyUndoableEdit edit)
Undo or redo all changes until the specified edit.
|