Package | Description |
---|---|
icy.gui.main |
Contains graphic components and objects for the main interface
|
icy.gui.util |
Contains common GUI tools (LAF, Swing, position saver...)
|
Modifier and Type | Method and Description |
---|---|
MainFrame |
MainInterfaceGui.getFrame()
Deprecated.
|
MainFrame |
MainInterfaceBatch.getFrame()
Deprecated.
|
MainFrame |
MainInterface.getFrame()
Deprecated.
Use
MainInterface.getMainFrame() instead |
MainFrame |
MainInterfaceGui.getMainFrame() |
MainFrame |
MainInterfaceBatch.getMainFrame() |
MainFrame |
MainInterface.getMainFrame()
Get Icy main frame
|
Constructor and Description |
---|
WindowPositionSaver(MainFrame frame,
java.lang.String key,
java.awt.Dimension defDim) |
WindowPositionSaver(MainFrame frame,
java.lang.String key,
java.awt.Point defLoc) |
WindowPositionSaver(MainFrame frame,
java.lang.String key,
java.awt.Point defLoc,
java.awt.Dimension defDim) |