Package | Description |
---|---|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.undo |
Contains Undo management objects and tools for Icy
|
Modifier and Type | Class and Description |
---|---|
class |
UndoManagerPanel |
Modifier and Type | Method and Description |
---|---|
IcyUndoManagerListener[] |
IcyUndoManager.getListeners()
Get listeners list
|
Modifier and Type | Method and Description |
---|---|
void |
IcyUndoManager.addListener(IcyUndoManagerListener listener)
Add the specified listener to listeners list
|
void |
IcyUndoManager.removeListener(IcyUndoManagerListener listener)
Remove the specified listener from listeners list
|