Interface IConfigurationProviderInternal
- All Superinterfaces:
IConfigurationProvider
,IFeatureProviderHolder
,IResourceRegistryHolder
- All Known Implementing Classes:
ConfigurationProvider
public interface IConfigurationProviderInternal
extends IConfigurationProvider, IResourceRegistryHolder
-
Method Summary
Modifier and TypeMethodDescriptionReturns the IEditPartFactory of this Model.Returns the IEditPolicyFactory of this Model.void
setContextButtonManager
(IContextButtonManager contextButtonManager) Methods inherited from interface org.eclipse.graphiti.ui.platform.IConfigurationProvider
dispose, getDiagram, getDiagramBehavior, getDiagramContainer, getDiagramTypeProvider, getWorkbenchPart, isDisposed, setWorkbenchPart
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
Methods inherited from interface org.eclipse.graphiti.ui.internal.IResourceRegistryHolder
getResourceRegistry
-
Method Details
-
getEditPartFactory
IEditPartFactory getEditPartFactory()Returns the IEditPartFactory of this Model.- Returns:
- The IEditPartFactory of this Model.
-
getEditPolicyFactory
IEditPolicyFactory getEditPolicyFactory()Returns the IEditPolicyFactory of this Model.- Returns:
- The IEditPolicyFactory of this Model.
-
setContextButtonManager
-
getContextButtonManager
IContextButtonManager getContextButtonManager()
-