Uses of Class
com.e1c.g5.v8.dt.mw.ui.MovementConstructorTreeItem
Packages that use MovementConstructorTreeItem
-
Uses of MovementConstructorTreeItem in com.e1c.g5.v8.dt.mw.ui
Methods in com.e1c.g5.v8.dt.mw.ui that return MovementConstructorTreeItemModifier and TypeMethodDescriptionMovementConstructorTreeItem.getParent()
Returns parent of this tree elementMethods in com.e1c.g5.v8.dt.mw.ui that return types with arguments of type MovementConstructorTreeItemModifier and TypeMethodDescriptionMovementConstructorTreeItem.getChildren()
Returns children of the elementMethods in com.e1c.g5.v8.dt.mw.ui with parameters of type MovementConstructorTreeItemModifier and TypeMethodDescriptionvoid
MovementConstructorTreeItem.addChild
(MovementConstructorTreeItem treeItem) Add child in tree itemMovementConstructorValidator.validateValue
(MovementConstructorTreeItem treeItem) Validate treeItem valueMethod parameters in com.e1c.g5.v8.dt.mw.ui with type arguments of type MovementConstructorTreeItemModifier and TypeMethodDescriptionvoid
MovementConstructorTreeItem.setChildren
(Collection<MovementConstructorTreeItem> children) Sets children of the elementConstructors in com.e1c.g5.v8.dt.mw.ui with parameters of type MovementConstructorTreeItemModifierConstructorDescriptionMovementConstructorTreeItem
(MovementConstructorTreeItem parentElement, String name, org.eclipse.swt.graphics.Image image, MovementConstructorTreeItem.Type type) Сreates an element of the movements constructor tree , with type elementMovementConstructorTreeItem
(MovementConstructorTreeItem parentElement, String name, org.eclipse.swt.graphics.Image image, MovementConstructorTreeItem.Type type, org.eclipse.emf.ecore.EObject eObject) Сreates an element of the movements constructor tree , with type element -
Uses of MovementConstructorTreeItem in com.e1c.g5.v8.dt.mw.ui.register
Methods in com.e1c.g5.v8.dt.mw.ui.register that return MovementConstructorTreeItemModifier and TypeMethodDescriptionprotected abstract MovementConstructorTreeItem
AbstractParameterSelectionDialog.createParametersTreeModel()
Create content tree modelprotected MovementConstructorTreeItem
AccountDialog.createParametersTreeModel()
protected MovementConstructorTreeItem
CalculateDialog.createParametersTreeModel()
Methods in com.e1c.g5.v8.dt.mw.ui.register with parameters of type MovementConstructorTreeItemModifier and TypeMethodDescriptionRegisterSection.createFillingFields
(MovementConstructorTreeItem treeItem) Creates Fields used treeItem from register sectionstatic boolean
RegisterUtil.isAppropriateDocumentField
(MovementConstructorTreeItem documentFieldItem, MovementConstructorTreeItem registerFieldItem, boolean strictly) Checks that document field appropriates for filling register field.boolean
RegisterSection.setValue
(MovementConstructorTreeItem treeItem, String expression) Set value in register tree by register sectionMethod parameters in com.e1c.g5.v8.dt.mw.ui.register with type arguments of type MovementConstructorTreeItemModifier and TypeMethodDescriptionvoid
RegisterSection.clearSelectedFields
(List<MovementConstructorTreeItem> items) Clear selected fields