| Package | Description |
|---|---|
| grammarscope.common.filter.list | |
| grammarscope.common.filter.tree | |
| grammarscope.message |
| Modifier and Type | Field and Description |
|---|---|
private Event.Type |
FilterTableWidget.eventType
Event type
|
| Constructor and Description |
|---|
FilterTableWidget(Event.Type eventType)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected Event.Type |
RelationTreeWidget.eventType
Event type
|
| Constructor and Description |
|---|
DecoratedRelationTreeWidget(Event.Type eventType)
Constructor
|
RelationTreeWidget(Event.Type eventType)
Constructor
|
RelationTreeWidget(Event.Type eventType,
boolean isRendererEditor)
Constructor
|
RelationTreeWidget(RelationTree tree,
Event.Type eventType)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
private Event.Type |
Event.type
Event type
|
| Modifier and Type | Method and Description |
|---|---|
Event.Type |
Event.getType()
Get event type
|
static Event.Type |
Event.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
Event.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Event(Event.Type type,
java.lang.Object object,
java.lang.Object source)
Constructor
|
Event(Event.Type type,
java.lang.Object object,
java.lang.Object source,
java.lang.Object dest)
Constructor
|