public interface UiFactory
UiPackage| Modifier and Type | Field and Description |
|---|---|
static UiFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Displays |
createDisplays()
Returns a new object of class 'Displays'.
|
DisplaysImage |
createDisplaysImage()
Returns a new object of class 'Displays Image'.
|
ManagesUI |
createManagesUI()
Returns a new object of class 'Manages UI'.
|
ReadsUI |
createReadsUI()
Returns a new object of class 'Reads UI'.
|
Report |
createReport()
Returns a new object of class 'Report'.
|
Screen |
createScreen()
Returns a new object of class 'Screen'.
|
UIAction |
createUIAction()
Returns a new object of class 'UI Action'.
|
UIDisplay |
createUIDisplay()
Returns a new object of class 'UI Display'.
|
UIElement |
createUIElement()
Returns a new object of class 'UI Element'.
|
UIEvent |
createUIEvent()
Returns a new object of class 'UI Event'.
|
UIField |
createUIField()
Returns a new object of class 'UI Field'.
|
UIFlow |
createUIFlow()
Returns a new object of class 'UI Flow'.
|
UILayout |
createUILayout()
Returns a new object of class 'UI Layout'.
|
UIModel |
createUIModel()
Returns a new object of class 'UI Model'.
|
UIRelationship |
createUIRelationship()
Returns a new object of class 'UI Relationship'.
|
UIResource |
createUIResource()
Returns a new object of class 'UI Resource'.
|
WritesUI |
createWritesUI()
Returns a new object of class 'Writes UI'.
|
UiPackage |
getUiPackage()
Returns the package supported by this factory.
|
static final UiFactory eINSTANCE
UIResource createUIResource()
UIDisplay createUIDisplay()
Screen createScreen()
Report createReport()
UIModel createUIModel()
UILayout createUILayout()
UIField createUIField()
DisplaysImage createDisplaysImage()
Displays createDisplays()
UIFlow createUIFlow()
UIElement createUIElement()
UIRelationship createUIRelationship()
UIAction createUIAction()
UIEvent createUIEvent()
ReadsUI createReadsUI()
WritesUI createWritesUI()
ManagesUI createManagesUI()
UiPackage getUiPackage()