Uses of Class
edu.neu.ccs.gui.JPTScrollPane

Packages that use JPTScrollPane
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
 

Uses of JPTScrollPane in edu.neu.ccs.gui
 

Subclasses of JPTScrollPane in edu.neu.ccs.gui
 class ScrollableDisplay
          A JPTScrollPane that contains a single Displayable object, and delegates Displayable method calls to its viewport view.
 

Methods in edu.neu.ccs.gui that return JPTScrollPane
protected  JPTScrollPane ImageViewerBase.makeGUI(boolean autoscale)
          Returns the scrollpane that contains a vertical list of images together with labels that give the image file name, the index of the image in the list, and the image dimensions; the autoscale parameter determines if the images should be scaled to fit on the screen; this method must be called by a derived class to create the GUI.