Interface DynamicTreeInput<T extends TreeItemViewModel>
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ITreeInput,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DynamicTreeInputImpl
A representation of the model object 'Dynamic Tree Input'.
The dynamic input with the content provider.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Content Provider' attribute.voidSets the value of the 'Content Provider' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getContentProvider
IAefTreeContentProvider<T> getContentProvider()Returns the value of the 'Content Provider' attribute. The content provider- Returns:
- the value of the 'Content Provider' attribute.
- See Also:
-
setContentProvider
Sets the value of the 'Content Provider' attribute.- Parameters:
value- the new value of the 'Content Provider' attribute.- See Also:
-