Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITreeInput
- 
- 
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModelsSubinterfaces of ITreeInput in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceDynamicTreeInput<T extends TreeItemViewModel>A representation of the model object 'Dynamic Tree Input'.interfaceStaticTreeInputA representation of the model object 'Static Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITreeInput Modifier and Type Method Description ITreeInputTreeViewModel. getInput()Returns the value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ITreeInput Modifier and Type Method Description voidTreeViewModel. setInput(ITreeInput value)Sets the value of the 'Input' containment reference.
- 
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement ITreeInput Modifier and Type Class Description classDynamicTreeInputImpl<T extends TreeItemViewModel>An implementation of the model object 'Dynamic Tree Input'.classStaticTreeInputImplAn implementation of the model object 'Static Tree Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITreeInput Modifier and Type Field Description protected ITreeInputTreeViewModelImpl. inputThe cached value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITreeInput Modifier and Type Method Description ITreeInputTreeViewModelImpl. getInput()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ITreeInput Modifier and Type Method Description org.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.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ITreeInput Modifier and Type Method Description T1AefStandardSwitch. 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.aefSubinterfaces of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef Modifier and Type Interface Description interfaceTreeInputA representation of the model object 'Tree Input'.
- 
Uses of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef.implClasses in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement ITreeInput Modifier and Type Class Description classTreeInputImplAn implementation of the model object 'Tree Input'.
- 
Uses of ITreeInput in com.e1c.g5.dt.applications.ui.editor.aef.utilMethods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type ITreeInput Modifier and Type Method Description TApplicationEditorAefSwitch. caseITreeInput(ITreeInput object)Returns the result of interpreting the object as an instance of 'ITree Input'.
 
-