Eclipse Draw2d
3.1

Uses of Class
org.eclipse.draw2d.Viewport

Packages that use Viewport
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
org.eclipse.draw2d.parts This package contains some complex parts used with Draw2d. 
 

Uses of Viewport in org.eclipse.draw2d
 

Subclasses of Viewport in org.eclipse.draw2d
 class FreeformViewport
          A viewport for FreeformFigures.
 

Fields in org.eclipse.draw2d declared as Viewport
protected  Viewport ScrollPane.viewport
          The viewport being scrolled
 

Methods in org.eclipse.draw2d that return Viewport
 Viewport FigureCanvas.getViewport()
          Returns the Viewport.
 Viewport ScrollPane.getViewport()
          Returns the ScrollPane's Viewport.
 

Methods in org.eclipse.draw2d with parameters of type Viewport
static ScrollPaneSolver.Result ScrollPaneSolver.solve(Rectangle clientArea, Viewport viewport, int hVis, int vVis, int vBarWidth, int hBarHeight)
          Solves for the viewport area, insets, and visibility of horizontal and vertical scrollbars of a ScrollPane
 void FigureCanvas.setViewport(Viewport vp)
          Sets the Viewport.
 void ScrollPane.setViewport(Viewport vp)
          Sets the ScrollPane's Viewport to the passed value.
 

Uses of Viewport in org.eclipse.draw2d.parts
 

Methods in org.eclipse.draw2d.parts with parameters of type Viewport
 void ScrollableThumbnail.setViewport(Viewport port)
          Sets the Viewport that this ScrollableThumbnail will synch with.
 

Constructors in org.eclipse.draw2d.parts with parameters of type Viewport
ScrollableThumbnail(Viewport port)
          Creates a new ScrollableThumbnail that synchs with the given Viewport.
 


Eclipse Draw2d
3.1

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