Uses of Interface
edu.umd.cs.piccolox.swing.PScrollDirector

Packages that use PScrollDirector
edu.umd.cs.piccolox.swing This package supports using Piccolo with JFC/Swing. 
 

Uses of PScrollDirector in edu.umd.cs.piccolox.swing
 

Classes in edu.umd.cs.piccolox.swing that implement PScrollDirector
 class PDefaultScrollDirector
          The default scroll director implementation.
 

Methods in edu.umd.cs.piccolox.swing that return PScrollDirector
protected  PScrollDirector PViewport.createScrollDirector()
          Subclassers can override this to install a different scroll director in the constructor.
 PScrollDirector PViewport.getScrollDirector()
           
 

Methods in edu.umd.cs.piccolox.swing with parameters of type PScrollDirector
 void PViewport.setScrollDirector(PScrollDirector scrollDirector)
          Set the scroll director on this viewport
 



Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.