| Package | Description |
|---|---|
| icy.gui.main |
Contains graphic components and objects for the main interface
|
| Modifier and Type | Method and Description |
|---|---|
MainEvent.MainEventSourceType |
MainEvent.getSourceType()
Deprecated.
|
static MainEvent.MainEventSourceType |
MainEvent.MainEventSourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainEvent.MainEventSourceType[] |
MainEvent.MainEventSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MainEvent(MainEvent.MainEventSourceType sourceType,
MainEvent.MainEventType type,
java.lang.Object source)
Deprecated.
|