Eclipse Draw2d
3.1

Deprecated API

Deprecated Classes
org.eclipse.draw2d.SubordinateUpdateManager
          this class is not used 
org.eclipse.draw2d.graph.VirtualNode
          As of 3.1, this class is for internal use only. 
 

Deprecated Fields
org.eclipse.draw2d.SWTEventDispatcher.ANY_BUTTON
          Use SWT.BUTTON_MASK instead. 
org.eclipse.draw2d.ButtonModel.ARMED_PROPERTY
          This property will soon disappear since it is simply defined by (isPressed() && isRollover()) 
org.eclipse.draw2d.Figure.bgColor
          access using Figure.getLocalBackgroundColor(). 
org.eclipse.draw2d.Figure.border
          access using Figure.getBorder() 
org.eclipse.draw2d.ConnectionLocator.END
          Use ConnectionLocator.TARGET 
org.eclipse.draw2d.Figure.fgColor
          access using Figure.getLocalForegroundColor(). 
org.eclipse.draw2d.Figure.font
          access using Figure.getLocalFont() 
org.eclipse.draw2d.ConnectionLocator.MIDPOINT
          Use ConnectionLocator.MIDDLE instead, since the location is not the midpoint of a line-segment, but the middle of a polyline. 
org.eclipse.draw2d.ConnectionLocator.START
          Use ConnectionLocator.SOURCE 
org.eclipse.draw2d.Figure.toolTip
          access using Figure.getToolTip() 
 

Deprecated Methods
org.eclipse.draw2d.graph.Rank.assignIndices()
            
org.eclipse.draw2d.Figure.fireMoved()
          call fireFigureMoved() or fireCoordinateSystemChanged() as appropriate 
org.eclipse.draw2d.FigureUtilities.getGC()
          do not mess with this GC 
org.eclipse.draw2d.ScrollPane.getView()
          use getContents() 
org.eclipse.draw2d.LayeredPane.removeLayer(IFigure)
          call IFigure.remove(IFigure) instead 
org.eclipse.draw2d.Label.setIconAlignment(int)
          The icons should be displayed at 1:1 
org.eclipse.draw2d.Label.setIconDimension(Dimension)
          the icon is automatically displayed at 1:1 
org.eclipse.draw2d.ToolbarLayout.setMatchWidth(boolean)
          use ToolbarLayout.setStretchMinorAxis(boolean) 
org.eclipse.draw2d.ScrollPane.setView(IFigure)
          call setContents(IFigure) instead 
org.eclipse.draw2d.graph.Rank.sort()
          Do not call 
 

Deprecated Constructors
org.eclipse.draw2d.graph.VirtualNode(Edge, int)
          This class is for internal use only. 
 


Eclipse Draw2d
3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.