Uses of Interface
org.eclipse.graphiti.dt.IDiagramTypeProvider

Packages that use IDiagramTypeProvider
org.eclipse.graphiti.dt   
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.notification   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.platform   
org.eclipse.graphiti.platform.ga   
org.eclipse.graphiti.tb   
org.eclipse.graphiti.ui.editor   
org.eclipse.graphiti.ui.features   
org.eclipse.graphiti.ui.platform   
org.eclipse.graphiti.ui.services   
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.dt
 

Classes in org.eclipse.graphiti.dt that implement IDiagramTypeProvider
 class AbstractDiagramTypeProvider
          The Class AbstractDiagramTypeProvider.
 

Methods in org.eclipse.graphiti.dt that return IDiagramTypeProvider
 IDiagramTypeProvider IDiagramTypeProviderHolder.getDiagramTypeProvider()
          Gets the diagram type provider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features that return IDiagramTypeProvider
 IDiagramTypeProvider DefaultFeatureProviderWrapper.getDiagramTypeProvider()
           
 IDiagramTypeProvider IFeatureProvider.getDiagramTypeProvider()
          Returns the diagram type provider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.features.impl
 

Fields in org.eclipse.graphiti.features.impl declared as IDiagramTypeProvider
private  IDiagramTypeProvider AbstractFeatureProvider.dtp
           
 

Methods in org.eclipse.graphiti.features.impl that return IDiagramTypeProvider
 IDiagramTypeProvider AbstractFeatureProvider.getDiagramTypeProvider()
           
 

Constructors in org.eclipse.graphiti.features.impl with parameters of type IDiagramTypeProvider
AbstractFeatureProvider(IDiagramTypeProvider diagramTypeProvider)
          Creates a new AbstractFeatureProvider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.notification
 

Fields in org.eclipse.graphiti.notification declared as IDiagramTypeProvider
private  IDiagramTypeProvider DefaultNotificationService.diagramTypeProvider
           
 

Methods in org.eclipse.graphiti.notification that return IDiagramTypeProvider
protected  IDiagramTypeProvider DefaultNotificationService.getDiagramTypeProvider()
          Gets the diagram type provider.
 

Constructors in org.eclipse.graphiti.notification with parameters of type IDiagramTypeProvider
DefaultNotificationService(IDiagramTypeProvider diagramTypeProvider)
          Creates a new DefaultNotificationService.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.pattern
 

Constructors in org.eclipse.graphiti.pattern with parameters of type IDiagramTypeProvider
DefaultFeatureProviderWithPatterns(IDiagramTypeProvider dtp)
          Creates a new instance of DefaultFeatureProviderWithPatterns.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.platform
 

Methods in org.eclipse.graphiti.platform that return IDiagramTypeProvider
 IDiagramTypeProvider IDiagramContainer.getDiagramTypeProvider()
          Gets the diagram type provider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.platform.ga
 

Fields in org.eclipse.graphiti.platform.ga declared as IDiagramTypeProvider
private  IDiagramTypeProvider RendererContext.diagramTypeProvider
           
 

Methods in org.eclipse.graphiti.platform.ga that return IDiagramTypeProvider
 IDiagramTypeProvider RendererContext.getDiagramTypeProvider()
           
 

Methods in org.eclipse.graphiti.platform.ga with parameters of type IDiagramTypeProvider
private  void RendererContext.setDiagramTypeProvider(IDiagramTypeProvider diagramTypeProvider)
           
 

Constructors in org.eclipse.graphiti.platform.ga with parameters of type IDiagramTypeProvider
RendererContext(PlatformGraphicsAlgorithm pga, IDiagramTypeProvider dtp)
          Creates a new RendererContext.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.tb
 

Fields in org.eclipse.graphiti.tb declared as IDiagramTypeProvider
private  IDiagramTypeProvider DefaultToolBehaviorProvider.diagramTypeProvider
           
 

Methods in org.eclipse.graphiti.tb that return IDiagramTypeProvider
protected  IDiagramTypeProvider DefaultToolBehaviorProvider.getDiagramTypeProvider()
          Gets the diagram type provider.
 

Methods in org.eclipse.graphiti.tb with parameters of type IDiagramTypeProvider
private  void DefaultToolBehaviorProvider.setDiagramTypeProvider(IDiagramTypeProvider diagramTypeProvider)
           
 

Constructors in org.eclipse.graphiti.tb with parameters of type IDiagramTypeProvider
DefaultToolBehaviorProvider(IDiagramTypeProvider diagramTypeProvider)
          Creates a new DefaultToolBehaviorProvider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.ui.editor
 

Methods in org.eclipse.graphiti.ui.editor that return IDiagramTypeProvider
 IDiagramTypeProvider DiagramBehavior.getDiagramTypeProvider()
          Returns the IDiagramTypeProvider instance associated with this DiagramBehavior.
 IDiagramTypeProvider DiagramComposite.getDiagramTypeProvider()
           
 IDiagramTypeProvider DiagramEditor.getDiagramTypeProvider()
          Returns the IDiagramTypeProvider instance associated with this DiagramEditor.
protected  IDiagramTypeProvider DiagramBehavior.initDiagramTypeProvider(Diagram diagram)
          Creates and initializes a new IDiagramTypeProvider for the given Diagram and diagram type provider ID.
 

Methods in org.eclipse.graphiti.ui.editor with parameters of type IDiagramTypeProvider
protected  IConfigurationProvider DiagramBehavior.createConfigurationProvider(IDiagramTypeProvider diagramTypeProvider)
          Creates a new ConfigurationProvider for this DiagramBehavior and the given IDiagramTypeProvider.
protected  void DiagramBehavior.initConfigurationProvider(IDiagramTypeProvider diagramTypeProvider)
          Initializes the given IConfigurationProvider for this DiagramBehavior instance and sets it.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.ui.features
 

Constructors in org.eclipse.graphiti.ui.features with parameters of type IDiagramTypeProvider
DefaultFeatureProvider(IDiagramTypeProvider dtp)
          Creates a new DefaultFeatureProvider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.ui.platform
 

Methods in org.eclipse.graphiti.ui.platform that return IDiagramTypeProvider
protected  IDiagramTypeProvider GFPropertySection.getDiagramTypeProvider()
           
 IDiagramTypeProvider IConfigurationProvider.getDiagramTypeProvider()
          Returns the diagram type provider.
 

Uses of IDiagramTypeProvider in org.eclipse.graphiti.ui.services
 

Methods in org.eclipse.graphiti.ui.services that return IDiagramTypeProvider
 IDiagramTypeProvider IExtensionManager.createDiagramTypeProvider(Diagram diagram, String providerId)
          Create an instance of a diagram type provider (and also the feature provider) without having a diagram editor open.
 IDiagramTypeProvider IExtensionManager.createDiagramTypeProvider(String providerId)
          Creates a diagram type provider.
 



Copyright (c) SAP AG 2005, 2012.