Deprecated API


Contents
Deprecated Interfaces
org.eclipse.graphiti.platform.IDiagramEditor
          Use IDiagramContainer instead 
 

Deprecated Fields
org.eclipse.graphiti.mm.pictograms.impl.DiagramImpl.SHOW_GUIDES_EDEFAULT
          This attribute simply exists because of compatibility (after removing it old diagrams would not be readable any more). It is never evaluated, instead the Graphiti framework queries the tool behaviour provider if guides shall be shown in a diagram editor.
 
org.eclipse.graphiti.mm.pictograms.impl.DiagramImpl.showGuides
          This attribute simply exists because of compatibility (after removing it old diagrams would not be readable any more). It is never evaluated, instead the Graphiti framework queries the tool behaviour provider if guides shall be shown in a diagram editor.
 
 

Deprecated Methods
org.eclipse.graphiti.pattern.AbstractBasePattern.getDiagramEditor()
          Use AbstractBasePattern.getDiagramBehavior() instead 
org.eclipse.graphiti.ui.platform.GFPropertySection.getDiagramEditor()
          Use GFPropertySection.getDiagramContainer() instead 
org.eclipse.graphiti.ui.platform.IConfigurationProvider.getDiagramEditor()
          Use IConfigurationProvider.getDiagramContainer() instead 
org.eclipse.graphiti.dt.AbstractDiagramTypeProvider.getDiagramEditor()
          Use AbstractDiagramTypeProvider.getDiagramBehavior() instead 
org.eclipse.graphiti.dt.IDiagramTypeProvider.getDiagramEditor()
          Use IDiagramTypeProvider.getDiagramBehavior() instead 
org.eclipse.graphiti.features.impl.AbstractFeature.getDiagramEditor()
          Use AbstractFeature.getDiagramBehavior() instead 
org.eclipse.graphiti.ui.editor.DiagramBehavior.getDiagramScrollingBehavior()
          Scroll bar based infinite canvas is a workaround for GEF limitations. 
org.eclipse.graphiti.tb.DefaultToolBehaviorProvider.getDiagramScrollingBehavior()
          Scroll bar based infinite canvas is a workaround for Bug 195527 and can be harmed by GEF modifications. It will be removed then 
org.eclipse.graphiti.tb.IToolBehaviorProvider.getDiagramScrollingBehavior()
          Scroll bar based infinite canvas is a workaround for GEF limitations. 
org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl.getPackage()
            
org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl.getPackage()
            
org.eclipse.graphiti.mm.impl.MmFactoryImpl.getPackage()
            
org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl.getPackage()
            
org.eclipse.graphiti.dt.AbstractDiagramTypeProvider.init(Diagram, IDiagramEditor)
          Use AbstractDiagramTypeProvider.init(Diagram, IDiagramBehavior) instead 
org.eclipse.graphiti.dt.IDiagramTypeProvider.init(Diagram, IDiagramEditor)
          Use IDiagramTypeProvider.init(Diagram, IDiagramBehavior) instead 
 



Copyright (c) SAP AG 2005, 2012.