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 classGenerationSettingsConstructorCreatedObjectClass it is root of creating object tree.Methods in com.e1c.g5.v8.dt.gsw.ui that return GenerationSettingsConstructorTreeItem Modifier and Type Method Description GenerationSettingsConstructorTreeItemGenerationSettingsConstructorTreeItem. 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 voidGenerationSettingsConstructorTreeItem. addChild(GenerationSettingsConstructorTreeItem treeItem)Add child in tree itemFieldConverterItemToField. convert(GenerationSettingsConstructorTreeItem treeItem, BasicDbObject object)Convert tree item to fieldbooleanGenerationSettingsConstructorFilter. hasSelectedChild(Viewer viewer, Object parentElement, GenerationSettingsConstructorTreeItem treeItem)Returnstrueif element has children orfalseStringGenerationSettingsConstructorValidator. 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 voidGenerationSettingsConstructorTreeItem. setChildren(Collection<GenerationSettingsConstructorTreeItem> children)Sets children of the elementvoidGenerationSettingsConstructorCreatedObject. setMapBasicObjectToFields(Map<GenerationSettingsConstructorTreeItem,GenerationSettingsConstructorTreeItem> basicObjectsToFields)Set map basic object to fieldsvoidGenerationSettingsConstructorCreatedObject. 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 voidCreatingObjectSection. setTabularSectionData(GenerationSettingsConstructorTreeItem treeItem, String value)Filling tabular section by DND databooleanCreatingObjectSection. 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 voidCreatingObjectSection. clearSelectedFields(List<GenerationSettingsConstructorTreeItem> items)Clear selected fields
-