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

Packages that use TablePanel
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 TablePanel in edu.neu.ccs.gui
 

Subclasses of TablePanel in edu.neu.ccs.gui
 class SwatchNamePair
          Class SwatchNamePair provides a component with a paint swatch and its name.
 

Methods in edu.neu.ccs.gui that return TablePanel
protected  TablePanel ImageViewerBase.makeInnerGUI(int index, boolean autoscale)
          Returns a table panel for the image at the given index; the panel contains the image and labels with the image file name, the index of the image in the list, and the image dimensions; the autoscale parameter determines if the image should be scaled to fit on the screen; this method is called automatically by makeGUI.