Uses of Interface
edu.neu.ccs.gui.MalformedDataListener

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

Classes in edu.neu.ccs.gui that implement MalformedDataListener
 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 DisplayPanel
          A Displayable is a JPanel that recursively propagates Displayable method calls only to contained components that are also Displayable.
 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.
 

Methods in edu.neu.ccs.gui with parameters of type MalformedDataListener
 void TextFieldView.addMalformedDataListener(MalformedDataListener l)
           
 void TextFieldView.removeMalformedDataListener(MalformedDataListener l)
           
 void GeneralViewSupport.addMalformedDataListener(MalformedDataListener l)
          Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
 void GeneralViewSupport.removeMalformedDataListener(MalformedDataListener l)
          De-registers the given MalformedDataListener from receiving MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
 void Fragile.addMalformedDataListener(MalformedDataListener l)
          Registers the given MalformedDataListener to receive MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
 void Fragile.removeMalformedDataListener(MalformedDataListener l)
          De-registers the given MalformedDataListener from receiving MalformedDataEvents when the view state data is found to be malformed and when the view state data is returned to a well-formed value.
 void FileView.addMalformedDataListener(MalformedDataListener l)
           
 void FileView.removeMalformedDataListener(MalformedDataListener l)
           
 void DropdownView.addMalformedDataListener(MalformedDataListener l)
           
 void DropdownView.removeMalformedDataListener(MalformedDataListener l)