Beispiel #1
0
 def PyCreateListContainerElement(self):
     return PyListContainerElementUI(
         PyUIFactory.CreateListContainerElementUI())
Beispiel #2
0
 def PyCreateTabLayout(self):
     return PyTabLayoutUI(PyUIFactory.CreateTabLayoutUI())
Beispiel #3
0
 def PyCreateList(self):
     return PyListUI(PyUIFactory.CreateListUI())
Beispiel #4
0
 def PyCreateHorizontalLayout(self):
     return PyHorizontalLayoutUI(PyUIFactory.CreateHorizontalLayoutUI())
Beispiel #5
0
 def PyCreateVerticalLayout(self):
     return PyVerticalLayoutUI(PyUIFactory.CreateVerticalLayoutUI())
Beispiel #6
0
 def PyCreateAnimation(self):
     return PyAnimationUI(PyUIFactory.CreateAnimationUI())
Beispiel #7
0
 def PyCreateContainer(self):
     return PyContainerUI(PyUIFactory.CreateContainerUI())
Beispiel #8
0
 def PyCreateEdit(self):
     return PyEditUI(PyUIFactory.CreateEditUI())
Beispiel #9
0
 def PyCreateProgress(self):
     return PyProgressUI(PyUIFactory.CreatProgressUI())
Beispiel #10
0
 def PyCreateCheckBox(self):
     return PyCheckBoxUI(PyUIFactory.CreateCheckBoxUI())
Beispiel #11
0
 def PyCreateOption(self):
     return PyOptionUI(PyUIFactory.CreateOptionUI())
Beispiel #12
0
 def PyCreateButton(self):
     return PyButtonUI(PyUIFactory.CreateButtonUI())
Beispiel #13
0
 def PyCreateLabel(self):
     return PyLabelUI(PyUIFactory.CreateLabelUI())
Beispiel #14
0
 def PyCreateControl(self):
     return PyControlUI(PyUIFactory.CreateControlUI())