Package | Description |
---|---|
icy.gui.main |
Contains graphic components and objects for the main interface
|
Modifier and Type | Method and Description |
---|---|
MainEvent.MainEventType |
MainEvent.getType()
Deprecated.
|
static MainEvent.MainEventType |
MainEvent.MainEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainEvent.MainEventType[] |
MainEvent.MainEventType.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.
|