Interface DynamicGridInput<T extends IGridItem>
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridInput,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DynamicGridInputImpl
A representation of the model object 'Dynamic Grid Input'.
The dynamic grid input
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
IAefGridContentProvider<T> getContentProvider()Returns the value of the 'Content Provider' attribute. The content provider of grid input- 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:
-