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.void
Sets 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, eUnset
Methods 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:
-