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 interface
DynamicTreeInput<T extends TreeItemViewModel>
A representation of the model object 'Dynamic Tree Input'.interface
StaticTreeInput
A representation of the model object 'Static Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITreeInput Modifier and Type Method Description ITreeInput
TreeViewModel. 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 void
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 ITreeInput Modifier and Type Class Description class
DynamicTreeInputImpl<T extends TreeItemViewModel>
An implementation of the model object 'Dynamic Tree Input'.class
StaticTreeInputImpl
An 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 ITreeInput
TreeViewModelImpl. input
The cached value of the 'Input
' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITreeInput Modifier and Type Method Description ITreeInput
TreeViewModelImpl. 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.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 ITreeInput Modifier and Type Method Description T1
AefStandardSwitch. 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 interface
TreeInput
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 ITreeInput Modifier and Type Class Description class
TreeInputImpl
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 ITreeInput Modifier and Type Method Description T
ApplicationEditorAefSwitch. caseITreeInput(ITreeInput object)
Returns the result of interpreting the object as an instance of 'ITree Input'.
-