| 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 |
UIDisplay
A representation of the model object 'UI Display'.
|
interface |
UIField
A representation of the model object 'UI Field'.
|
| Modifier and Type | Method and Description |
|---|---|
UIResource |
UiFactory.createUIResource()
Returns a new object of class 'UI Resource'.
|
UIResource |
UILayout.getFrom()
Returns the value of the 'From' reference.
|
UIResource |
Displays.getTo()
Returns the value of the 'To' reference.
|
UIResource |
ManagesUI.getTo()
Returns the value of the 'To' reference.
|
UIResource |
ReadsUI.getTo()
Returns the value of the 'To' reference.
|
UIResource |
UILayout.getTo()
Returns the value of the 'To' reference.
|
UIResource |
WritesUI.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UILayout.setFrom(UIResource value)
Sets the value of the '
From' reference. |
void |
Displays.setTo(UIResource value)
Sets the value of the '
To' reference. |
void |
ManagesUI.setTo(UIResource value)
Sets the value of the '
To' reference. |
void |
ReadsUI.setTo(UIResource value)
Sets the value of the '
To' reference. |
void |
UILayout.setTo(UIResource value)
Sets the value of the '
To' reference. |
void |
WritesUI.setTo(UIResource value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
UiSwitch.caseUIResource(UIResource object)
Returns the result of interpreting the object as an instance of 'UI Resource'.
|