Interface DynamicTableInput<T extends TableItemViewModel>
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ITableInput,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CharacteristicsDynamicTableInput
- All Known Implementing Classes:
CharacteristicsDynamicTableInputImpl,DynamicTableInputImpl
A representation of the model object 'Dynamic Table Input'.
The dynamic input with the content provider.
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
IAefTableContentProvider<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:
-