Eclipse Draw2d
2.1

Deprecated API

Deprecated Fields
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.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 
 


Eclipse Draw2d
2.1

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