|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UiFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
UiPackage
Field Summary | |
---|---|
static UiFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final UiFactory eINSTANCE
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |