| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.ui | |
| org.eclipse.gmt.modisco.omg.kdm.ui.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Report
A representation of the model object 'Report'.
|
interface |
Screen
A representation of the model object 'Screen'.
|
interface |
UIAction
A representation of the model object 'UI Action'.
|
interface |
UIDisplay
A representation of the model object 'UI Display'.
|
interface |
UIElement
A representation of the model object 'UI Element'.
|
interface |
UIEvent
A representation of the model object 'UI Event'.
|
interface |
UIField
A representation of the model object 'UI Field'.
|
interface |
UIResource
A representation of the model object 'UI Resource'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUIElement |
UIFlow.getFrom()
Returns the value of the 'From' reference.
|
AbstractUIElement |
UIRelationship.getFrom()
Returns the value of the 'From' reference.
|
AbstractUIElement |
UIFlow.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIFlow.setFrom(AbstractUIElement value)
Sets the value of the '
From' reference. |
void |
UIRelationship.setFrom(AbstractUIElement value)
Sets the value of the '
From' reference. |
void |
UIFlow.setTo(AbstractUIElement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
UiSwitch.caseAbstractUIElement(AbstractUIElement object)
Returns the result of interpreting the object as an instance of 'Abstract UI Element'.
|