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 TypeInterfaceDescriptioninterface
DynamicTreeInput<T extends TreeItemViewModel>
A representation of the model object 'Dynamic Tree Input'.interface
A 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 TypeMethodDescriptionvoid
TreeViewModel.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 TypeClassDescriptionclass
DynamicTreeInputImpl<T extends TreeItemViewModel>
An implementation of the model object 'Dynamic Tree Input'.class
An implementation of the model object 'Static Tree Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITreeInputModifier and TypeFieldDescriptionprotected ITreeInput
TreeViewModelImpl.input
The 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.NotificationChain
TreeViewModelImpl.basicSetInput
(ITreeInput newInput, org.eclipse.emf.common.notify.NotificationChain msgs) void
TreeViewModelImpl.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 TypeInterfaceDescriptioninterface
A 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 TypeClassDescriptionclass
An 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'.