Package | Description |
---|---|
icy.gui.dialog |
Contains all custom Dialog (modal frame)
|
icy.gui.frame |
Contains all custom Frame (non modal)
|
icy.gui.frame.error |
Contains custom frames for Error handling
|
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.plugin |
Contains graphic components and objects related to Plugin
|
icy.gui.util |
Contains common GUI tools (LAF, Swing, position saver...)
|
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleImageFormatDialog
Deprecated.
Not anymore used.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionFrame |
Modifier and Type | Class and Description |
---|---|
class |
ErrorReportFrame |
Modifier and Type | Class and Description |
---|---|
class |
ActiveSequenceActionFrame
Basic frame to do a simple action on the current active sequence.
|
class |
FocusedSequenceActionFrame
Deprecated.
Use
ActiveSequenceActionFrame instead. |
class |
SequenceActionFrame |
Modifier and Type | Class and Description |
---|---|
class |
RoiSettingFrame
Frame to change ROI table settings.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginErrorReportFrame
Deprecated.
Use
ErrorReportFrame instead. |
class |
PluginUpdateFrame |
Modifier and Type | Method and Description |
---|---|
static TitledFrame |
GuiUtil.generateTitleFrame(java.lang.String title,
javax.swing.JPanel panel,
java.awt.Dimension titleDimension,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable) |