Package | Description |
---|---|
icy.common.listener.weak |
Contains common shared weak listener in Icy
|
icy.gui.component |
Contains all custom components related classes (component, UI, renderer, editor...)
|
icy.gui.frame.sequence |
Contains custom frames for Sequence action / selection...
|
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.gui.menu |
Contains graphic components and objects related to the main (Ribbon) menu
|
icy.gui.sequence |
Contains all Sequence related graphic components and tools
|
Modifier and Type | Class and Description |
---|---|
class |
WeakActiveSequenceListener |
Constructor and Description |
---|
WeakActiveSequenceListener(ActiveSequenceListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoisPanel
Abstract ROI panel component
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveSequenceActionFrame
Basic frame to do a simple action on the current active sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
InspectorPanel
This window shows all details about the current sequence.
|
class |
RoisPanel
ROI Panel component displayed in the Icy inspector.
|
class |
SequencePanel |
class |
UndoManagerPanel |
Modifier and Type | Method and Description |
---|---|
void |
MainInterfaceGui.addActiveSequenceListener(ActiveSequenceListener listener) |
void |
MainInterfaceBatch.addActiveSequenceListener(ActiveSequenceListener listener) |
void |
MainInterface.addActiveSequenceListener(ActiveSequenceListener listener)
Add active sequence listener.
|
void |
MainInterfaceGui.removeActiveSequenceListener(ActiveSequenceListener listener) |
void |
MainInterfaceBatch.removeActiveSequenceListener(ActiveSequenceListener listener) |
void |
MainInterface.removeActiveSequenceListener(ActiveSequenceListener listener)
Remove focused sequence listener.
|
Modifier and Type | Class and Description |
---|---|
class |
MainRibbon
This class is used to separate ribbon construction from the ribbon frame
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceInfosPanel |