Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.Viewport

Packages that use Viewport
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
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 ScrollPane.getViewport()
          Returns the ScrollPane's Viewport.
 Viewport FigureCanvas.getViewport()
          Returns the 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 visiblity of horizontal and vertical scrollbars of a ScrollPane
 void ScrollPane.setViewport(Viewport vp)
          Sets the ScrollPane's Viewport to the passed value.
 void FigureCanvas.setViewport(Viewport vp)
          Sets the Viewport.
 

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
2.1

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