Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITreeInput
Packages that use ITreeInput
Package
Description
-
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModels
Subinterfaces of ITreeInput in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterfaceDynamicTreeInput<T extends TreeItemViewModel>A representation of the model object 'Dynamic Tree Input'.interfaceA representation of the model object 'Static Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITreeInputModifier and TypeMethodDescriptionTreeViewModel.getInput()Returns the value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ITreeInputModifier and TypeMethodDescriptionvoidTreeViewModel.setInput(ITreeInput value) Sets the value of the 'Input' containment reference. -
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ITreeInputModifier and TypeClassDescriptionclassDynamicTreeInputImpl<T extends TreeItemViewModel>An implementation of the model object 'Dynamic Tree Input'.classAn implementation of the model object 'Static Tree Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITreeInputModifier and TypeFieldDescriptionprotected ITreeInputTreeViewModelImpl.inputThe cached value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITreeInputMethods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ITreeInputModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTreeViewModelImpl.basicSetInput(ITreeInput newInput, org.eclipse.emf.common.notify.NotificationChain msgs) voidTreeViewModelImpl.setInput(ITreeInput newInput) -
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ITreeInputModifier and TypeMethodDescriptionAefStandardSwitch.caseITreeInput(ITreeInput object) Returns the result of interpreting the object as an instance of 'ITree Input'. -
Uses of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef
Subinterfaces of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aefModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Tree Input'. -
Uses of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement ITreeInputModifier and TypeClassDescriptionclassAn implementation of the model object 'Tree Input'. -
Uses of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef.util
Methods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type ITreeInputModifier and TypeMethodDescriptionApplicationEditorAefSwitch.caseITreeInput(ITreeInput object) Returns the result of interpreting the object as an instance of 'ITree Input'.