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.
 

Fields in edu.umd.cs.piccolox.swing declared as PScrollDirector
(package private)  PScrollDirector PViewport.scrollDirector
          Controls what happens when scrolling occurs.
 

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

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 © 1995-2010 Piccolo2D. All Rights Reserved.