Package | Description |
---|---|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.gui.main |
Contains graphic components and objects for the main interface
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
icy.undo |
Contains Undo management objects and tools for Icy
|
Modifier and Type | Method and Description |
---|---|
void |
UndoManagerPanel.setUndoManager(IcyUndoManager value) |
void |
UndoManagerPanel.undoManagerChanged(IcyUndoManager source) |
Modifier and Type | Method and Description |
---|---|
IcyUndoManager |
MainInterfaceGui.getUndoManager() |
IcyUndoManager |
MainInterfaceBatch.getUndoManager() |
IcyUndoManager |
MainInterface.getUndoManager()
Returns the current active
UndoManager (UndoManager from active sequence). |
Modifier and Type | Method and Description |
---|---|
IcyUndoManager |
Sequence.getUndoManager()
Get the Undo manager of this sequence
|
Modifier and Type | Method and Description |
---|---|
void |
IcyUndoManagerListener.undoManagerChanged(IcyUndoManager source) |