| Package | Description |
|---|---|
| icy.gui.main |
Contains graphic components and objects for the main interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
MainAdaptater
Deprecated.
Use one of these interface instead:
GlobalViewerListenerGlobalSequenceListenerGlobalROIListenerGlobalOverlayListenerGlobalPluginListener |
class |
MainAdapter
Deprecated.
Use one of these interface instead:
GlobalViewerListenerGlobalSequenceListenerGlobalROIListenerGlobalOverlayListenerGlobalPluginListener |
class |
WeakMainListener
Deprecated.
Use one of these interface instead:
GlobalViewerListenerGlobalSequenceListenerGlobalROIListenerGlobalOverlayListenerGlobalPluginListener |
| Modifier and Type | Method and Description |
|---|---|
void |
MainInterfaceGui.addListener(MainListener listener)
Deprecated.
|
void |
MainInterfaceBatch.addListener(MainListener listener)
Deprecated.
|
void |
MainInterface.addListener(MainListener listener)
Deprecated.
Use addGlobalXXXListener instead.
|
void |
MainInterfaceGui.removeListener(MainListener listener)
Deprecated.
|
void |
MainInterfaceBatch.removeListener(MainListener listener)
Deprecated.
|
void |
MainInterface.removeListener(MainListener listener)
Deprecated.
Use removeGlobalXXXListener instead.
|
| Constructor and Description |
|---|
WeakMainListener(MainListener listener)
Deprecated.
|