| Package | Description |
|---|---|
| icy.action |
Contains all Icy action command classes which are accessible through the search bar
|
| icy.common.listener.weak |
Contains common shared weak listener in Icy
|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CanvasActions.ToggleLayersAction |
| Modifier and Type | Class and Description |
|---|---|
class |
WeakActiveViewerListener |
| Constructor and Description |
|---|
WeakActiveViewerListener(ActiveViewerListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
InspectorPanel
This window shows all details about the current sequence.
|
class |
LayersPanel |
class |
SequencePanel |
| Modifier and Type | Method and Description |
|---|---|
void |
MainInterfaceGui.addActiveViewerListener(ActiveViewerListener listener) |
void |
MainInterfaceBatch.addActiveViewerListener(ActiveViewerListener listener) |
void |
MainInterface.addActiveViewerListener(ActiveViewerListener listener)
Add active viewer listener.
|
void |
MainInterfaceGui.removeActiveViewerListener(ActiveViewerListener listener) |
void |
MainInterfaceBatch.removeActiveViewerListener(ActiveViewerListener listener) |
void |
MainInterface.removeActiveViewerListener(ActiveViewerListener listener)
Remove active viewer listener.
|