Package | Description |
---|---|
icy.gui.component |
Contains all custom components related classes (component, UI, renderer, editor...)
|
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.progress |
Contains custom progress frames (see TaskFrameManager)
|
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.preferences |
Contains all preferences panels and frames
|
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...)
|
icy.gui.viewer |
Contains all components and classes related to the Icy Viewer
|
icy.plugin.abstract_ |
Plugin abstract classes
|
icy.script |
Script stuff (deprecated)
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizablePanel.Frame |
Modifier and Type | Method and Description |
---|---|
IcyFrame |
ExternalizablePanel.getFrame() |
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleImageFormatDialog
Deprecated.
Not anymore used.
|
Modifier and Type | Class and Description |
---|---|
class |
AboutFrame |
class |
ActionFrame |
class |
GenericFrame |
class |
LabelFrame
Deprecated.
Don't use this anymore
|
class |
TitledFrame |
Modifier and Type | Method and Description |
---|---|
static IcyFrame |
IcyFrame.findIcyFrame(javax.swing.JInternalFrame frame)
Find IcyFrame corresponding to the specified JInternalFrame
|
IcyFrame |
IcyFrameEvent.getFrame() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<IcyFrame> |
IcyFrame.getAllFrames()
Return all active (not closed) IcyFrame
|
static java.util.ArrayList<IcyFrame> |
IcyFrame.getAllFrames(java.lang.Class<?> frameClass)
Return all active IcyFrame which derive from the specified class
|
Constructor and Description |
---|
IcyFrameEvent(IcyFrame frame,
javax.swing.event.InternalFrameEvent internalFrameEvent,
java.awt.event.WindowEvent externalFrameEvent) |
Modifier and Type | Class and Description |
---|---|
class |
ErrorReportFrame |
Modifier and Type | Class and Description |
---|---|
class |
AnnounceFrame |
class |
CancelableProgressFrame |
class |
DownloadFrame |
class |
FailedAnnounceFrame |
class |
FileFrame
display a loading TaskFrame
|
class |
ProgressFrame
A progress TaskFrame (thread safe)
|
class |
SuccessfullAnnounceFrame |
class |
TaskFrame
Use it to create a Task Window on the border like the loader (Thread Safe)
|
class |
ToolTipFrame |
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 |
PluginDetailPanel |
class |
PluginErrorReportFrame
Deprecated.
Use
ErrorReportFrame instead. |
class |
PluginUpdateFrame |
Modifier and Type | Class and Description |
---|---|
class |
PreferenceFrame |
Modifier and Type | Class and Description |
---|---|
class |
NewVersionFrame |
Modifier and Type | Method and Description |
---|---|
static IcyFrame |
GuiUtil.createIcyFrameFromWindow(java.awt.Window window) |
Modifier and Type | Method and Description |
---|---|
static void |
ComponentUtil.center(java.awt.Component dst,
IcyFrame src) |
static void |
ComponentUtil.center(IcyFrame f)
Deprecated.
|
static void |
ComponentUtil.center(IcyFrame dst,
java.awt.Component src) |
static void |
ComponentUtil.center(IcyFrame dst,
IcyFrame src) |
static void |
ComponentUtil.setFixedHeight(IcyFrame frm,
int h) |
static void |
ComponentUtil.setFixedSize(IcyFrame frm,
java.awt.Dimension d) |
static void |
ComponentUtil.setFixedWidth(IcyFrame frm,
int w) |
static void |
ComponentUtil.setPreferredHeight(IcyFrame frm,
int h) |
static void |
ComponentUtil.setPreferredWidth(IcyFrame frm,
int w) |
Constructor and Description |
---|
WindowPositionSaver(IcyFrame frame,
java.lang.String key,
java.awt.Dimension defDim) |
WindowPositionSaver(IcyFrame frame,
java.lang.String key,
java.awt.Point defLoc) |
WindowPositionSaver(IcyFrame frame,
java.lang.String key,
java.awt.Point defLoc,
java.awt.Dimension defDim) |
Modifier and Type | Class and Description |
---|---|
class |
Viewer
Viewer send an event if the IcyCanvas change.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addIcyFrame(IcyFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEditor |