Package | Description |
---|---|
Contains all classes and components related to the Icy inspector
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
|
Contains Undo management objects and tools for Icy
|
Modifier and Type | Method and Description |
---|---|
|
() |
Modifier and Type | Class and Description |
---|---|
class |
Base sequence edit container
|
static class |
ROI add Sequence edit event
|
static class |
ROI group add Sequence edit event
|
static class |
ROI remove Sequence edit event
|
static class |
ROI group remove Sequence edit event
|
Modifier and Type | Class and Description |
---|---|
class |
Use this edit to force end edition collapsing.
|
Modifier and Type | Field and Description |
---|---|
protected <> |
The collection of
IcyUndoableEdit s
undone/redone "en masse" by this CompoundEdit . |
Modifier and Type | Method and Description |
---|---|
protected |
()
Returns the the next significant edit to be redone if
redo is invoked. |
protected |
()
Returns the the next significant edit to be undone if
undo is invoked. |
|
(int index)
Get significant edit of specified index
|
protected |
()
Returns the last
IcyUndoableEdit in edits , or null if
edits is empty. |
Modifier and Type | Method and Description |
---|---|
<> |
()
Retrieve all edits in the UndoManager
|
Modifier and Type | Method and Description |
---|---|
void |
( anEdit)
Adds an
IcyUndoableEdit to this UndoManager , if it's possible. |
int |
( e)
Get the index in list of specified edit
|
int |
( e)
Get the index in list of specified significant edit
|
protected void |
( edit)
Redoes all changes from the index of the next edit to
edit , updating the index
of the next edit appropriately. |
void |
( edit)
Undo or redo all changes until the specified edit.
|
protected void |
( edit)
Undoes all changes from the index of the next edit to
edit , updating the index
of the next edit appropriately. |
Constructor and Description |
---|
( source,
edit) |