Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITreeInput
-
-
Uses of ITreeInput in com._1c.g5.aef2.standard.viewModels
Subinterfaces 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.impl
Classes 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.util
Methods 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.aef
Subinterfaces 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.impl
Classes 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.util
Methods 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'.
-