| Package | Description |
|---|---|
| com.github.fracpete.jshell.event |
| Modifier and Type | Field | Description |
|---|---|---|
protected JShellEvent.EventType |
JShellEvent.m_Type |
the event type.
|
| Modifier and Type | Method | Description |
|---|---|---|
JShellEvent.EventType |
JShellEvent.getType() |
Returns the event type.
|
static JShellEvent.EventType |
JShellEvent.EventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JShellEvent.EventType[] |
JShellEvent.EventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
JShellEvent(JShellPanel source,
JShellEvent.EventType type) |
Constructs a prototypical Event.
|
Copyright © 2018. All Rights Reserved.