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

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

Subclasses of DisplayPanel in edu.neu.ccs.gui
 class ActionsPanel
          A panel containing Action objects represented by buttons that initiate their respective actions.
 class Annotation
          A Displayable component representing an annotation in a GUI, such as the prompt for an input object or the caption for an image.
 class ArrayPanel
          An abstract TypedView designed for input of an array of a single type of Stringable objects.
 class BufferedPanel
          A panel that maintains a persistent graphics state by repainting itself from a stored BufferedImage object.
protected static class BufferedPanel.Painter
          Panel that paints the internal BufferedImage that maintains the persistent graphics state of a BufferedPanel.
 class ColorView
          A TypedView for the input of a Color that contains a color swatch on the left that displays the selected color and an optional drop down view on the right that allows for both the direct input of numeric color data (rgba or hex) and for the selection of certain colors using swatch-name pairs shown in the dropdown.
 class ComponentWrapper
          Wrapper for a single component that uses a AlignedLayout and faithfully respects minimum, maximum, and preferred sizes.
 class Display
          A panel containing a Displayable object, with the option of a title and an Annotation.
 class DisplayCollection
          A dynamic linear collection of Displayable objects, displayed using either a horizontal or vertical layout.
 class DisplayWrapper
          Wrapper for a single Displayable object that uses a CenterLayout and faithfully respects minimum, maximum, and preferred sizes.
 class FileView
          A TypedView for input of a filename that either represents a path to an existing file or a path to which a file could be written.
 class GeneralViewWrapper
          Wrapper for a GeneralView that uses a CenterLayout and faithfully respects minimum, maximum, and preferred sizes.
 class Halo
          A wrapper class for one Object viewed as a Component.
 class ImageViewer
          Class ImageViewer creates an image viewer for local image files.
 class ImageViewerBase
          Class ImageViewerBase is the base class for building an image viewer for local image files (ImageViewer) and an image viewer for files on the web (WebImageViewer).
 class RequestImageViewer
          Class RequestImageViewer creates a simple GUI to enable a user to specify the parameters for making an ImageViewer; this GUI also provides a button to create the viewer and a button to provide help directions.
 class RequestWebImageViewer
          Class RequestWebImageViewer creates a simple GUI to enable a user to specify the parameters for making a WebImageViewer; this GUI also provides a button to create the viewer and a button to provide help directions.
 class SwatchNamePair
          Class SwatchNamePair provides a component with a paint swatch and its name.
 class TablePanel
           A DisplayPanel designed to use a TableLayout as its layout manager.
 class TypedViewWrapper
          Wrapper for a TypedView that uses a CenterLayout and faithfully respects minimum, maximum, and preferred sizes.
 class VisualColorList
          Class VisualColorList displays the named colors as defined in class Colors using a square color swatch and a label.
 class WebImageViewer
          Class WebImageViewer creates an image viewer for files on the web.
 class Zoo
          ZooContainer allowing selection and direct manipulation of components.
 class ZooContainer
          Abstract superclass for containers used in a Zoo.
 class ZooGroup
          Associative collection of components contained within a Zoo.
 

Fields in edu.neu.ccs.gui declared as DisplayPanel
protected  DisplayPanel DisplayCollection.inner
          Panel containing the actual collection of components.
protected  DisplayPanel ArrayPanel.controlPanel
          Panel containing the length controls.
 

Methods in edu.neu.ccs.gui that return DisplayPanel
 DisplayPanel DisplayCollection.getCollectionPanel()
          Returns the panel containing the collection.
 DisplayPanel BufferedPanel.getInnerPanel()
          Returns the internal panel for this buffered panel, that is, the panel that paints the buffered image and handles the mouse and key adapters.
protected  DisplayPanel ArrayPanel.createControlPanel()
          Creates a length control panel with the appropriate controls.