Package | Description |
---|---|
icy.gui.component |
Contains all custom components related classes (component, UI, renderer, editor...)
|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.gui.system |
Contains some system related graphic components as the memory monitor and the output console
|
icy.gui.util |
Contains common GUI tools (LAF, Swing, position saver...)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoisPanel
Abstract ROI panel component
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalizablePanel.WeakStateListener.stateChanged(ExternalizablePanel source,
boolean externalized) |
void |
ExternalizablePanel.StateListener.stateChanged(ExternalizablePanel source,
boolean externalized) |
Modifier and Type | Class and Description |
---|---|
class |
ChatPanel |
class |
InspectorPanel
This window shows all details about the current sequence.
|
class |
RoisPanel
ROI Panel component displayed in the Icy inspector.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputConsolePanel |
Constructor and Description |
---|
WindowPositionSaver(ExternalizablePanel extPanel,
java.lang.String key,
java.awt.Dimension defDim) |
WindowPositionSaver(ExternalizablePanel extPanel,
java.lang.String key,
java.awt.Point defLoc) |
WindowPositionSaver(ExternalizablePanel extPanel,
java.lang.String key,
java.awt.Point defLoc,
java.awt.Dimension defDim) |