Interface TreeInput
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ITreeInput,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TreeInputImpl
A representation of the model object 'Tree Input'.
The following features are supported:
-
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<TreeItemViewModel> 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:
-