Eclipse Draw2d
3.0

Deprecated API

Deprecated Classes
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.ConnectionLocator.END
          Use ConnectionLocator.TARGET 
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 
 

Deprecated Methods
org.eclipse.draw2d.Figure.fireMoved()
          call fireFigureMoved() or fireCoordinateSystemChanged() as appropriate 
org.eclipse.draw2d.ScrollPane.getView()
          use getContents() 
org.eclipse.draw2d.LayeredPane.removeLayer(IFigure)
          call IFigure.remove(IFigure) instead 
org.eclipse.draw2d.ToolbarLayout.setMatchWidth(boolean)
          use ToolbarLayout.setStretchMinorAxis(boolean) 
org.eclipse.draw2d.ScrollPane.setView(IFigure)
          call setContents(IFigure) instead 
 

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


Eclipse Draw2d
3.0

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