Uses of Class
com.e1c.g5.v8.dt.gsw.ui.GenerationSettingsConstructorTreeItem
-
Packages that use GenerationSettingsConstructorTreeItem Package Description com.e1c.g5.v8.dt.gsw.ui com.e1c.g5.v8.dt.gsw.ui.creating -
-
Uses of GenerationSettingsConstructorTreeItem in com.e1c.g5.v8.dt.gsw.ui
Subclasses of GenerationSettingsConstructorTreeItem in com.e1c.g5.v8.dt.gsw.ui Modifier and Type Class Description class
GenerationSettingsConstructorCreatedObject
Class it is root of creating object tree.Methods in com.e1c.g5.v8.dt.gsw.ui that return GenerationSettingsConstructorTreeItem Modifier and Type Method Description GenerationSettingsConstructorTreeItem
GenerationSettingsConstructorTreeItem. getParent()
Returns parent of this tree elementMethods in com.e1c.g5.v8.dt.gsw.ui that return types with arguments of type GenerationSettingsConstructorTreeItem Modifier and Type Method Description Collection<GenerationSettingsConstructorTreeItem>
GenerationSettingsConstructorTreeItem. getChildren()
Returns children of the elementMap<GenerationSettingsConstructorTreeItem,GenerationSettingsConstructorTreeItem>
GenerationSettingsConstructorCreatedObject. getMapBasicObjectToFields()
Returns map basic object to fieldsMap<GenerationSettingsConstructorTreeItem,GenerationSettingsConstructorTreeItem>
GenerationSettingsConstructorCreatedObject. getMapBasicObjectToFields()
Returns map basic object to fieldsMethods in com.e1c.g5.v8.dt.gsw.ui with parameters of type GenerationSettingsConstructorTreeItem Modifier and Type Method Description void
GenerationSettingsConstructorTreeItem. addChild(GenerationSettingsConstructorTreeItem treeItem)
Add child in tree itemField
ConverterItemToField. convert(GenerationSettingsConstructorTreeItem treeItem, BasicDbObject object)
Convert tree item to fieldboolean
GenerationSettingsConstructorFilter. hasSelectedChild(Viewer viewer, Object parentElement, GenerationSettingsConstructorTreeItem treeItem)
Returnstrue
if element has children or
false
String
GenerationSettingsConstructorValidator. validateValue(GenerationSettingsConstructorTreeItem treeItem, BasicDbObject object)
Validate treeItem valueMethod parameters in com.e1c.g5.v8.dt.gsw.ui with type arguments of type GenerationSettingsConstructorTreeItem Modifier and Type Method Description void
GenerationSettingsConstructorTreeItem. setChildren(Collection<GenerationSettingsConstructorTreeItem> children)
Sets children of the elementvoid
GenerationSettingsConstructorCreatedObject. setMapBasicObjectToFields(Map<GenerationSettingsConstructorTreeItem,GenerationSettingsConstructorTreeItem> basicObjectsToFields)
Set map basic object to fieldsvoid
GenerationSettingsConstructorCreatedObject. setMapBasicObjectToFields(Map<GenerationSettingsConstructorTreeItem,GenerationSettingsConstructorTreeItem> basicObjectsToFields)
Set map basic object to fieldsConstructors in com.e1c.g5.v8.dt.gsw.ui with parameters of type GenerationSettingsConstructorTreeItem Constructor Description GenerationSettingsConstructorCreatedObject(GenerationSettingsConstructorTreeItem parentElement, String name, org.eclipse.swt.graphics.Image image, GenerationSettingsConstructorTreeItem.Type type)
Creating created object item.GenerationSettingsConstructorTreeItem(GenerationSettingsConstructorTreeItem parentElement, String name, org.eclipse.swt.graphics.Image image, GenerationSettingsConstructorTreeItem.Type type, org.eclipse.emf.ecore.EObject eObject)
Сreates an element of the generation settings constructor tree , with type element -
Uses of GenerationSettingsConstructorTreeItem in com.e1c.g5.v8.dt.gsw.ui.creating
Methods in com.e1c.g5.v8.dt.gsw.ui.creating with parameters of type GenerationSettingsConstructorTreeItem Modifier and Type Method Description void
CreatingObjectSection. setTabularSectionData(GenerationSettingsConstructorTreeItem treeItem, String value)
Filling tabular section by DND databoolean
CreatingObjectSection. setValue(GenerationSettingsConstructorTreeItem treeItem, String expression)
Set value in register tree by register sectionMethod parameters in com.e1c.g5.v8.dt.gsw.ui.creating with type arguments of type GenerationSettingsConstructorTreeItem Modifier and Type Method Description void
CreatingObjectSection. clearSelectedFields(List<GenerationSettingsConstructorTreeItem> items)
Clear selected fields
-