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

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

Classes in edu.neu.ccs.gui that implement SupportsPropertyChange
 class AbstractMutatablePaintable
          The abstract class AbstractMutatablePaintable defines objects that extend AbstractPaintable and implement MutatablePaintable.
 class AbstractPaintable
          The abstract class AbstractPaintable defines objects that implement Paintable and SupportsPropertyChange.
 class AutomaticShape
          Class AutomaticShape implements a BaseShape in which the tangent array is always computed from the vertex array automatically using a Tangent.Strategy object.
 class BaseShape
          Class BaseShape encapsulates a Shape defined using vertex and tangent data.
 class ClippingWrapper
          The class ClippingWrapper will wrap a Paintable and a clipping Shape to obtain a Paintable that clips the original Paintable to the Shape.
 class ImagePaintable
          An ImagePaintable creates an AbstractPaintable using an image, image icon, filename, or URL.
 class ImagePaintableLite
          An ImagePaintableLite creates an AbstractPaintable using an image filename or an image URL.
 class JPTComponent
          The abstract class JPTComponent extends JComponent in order to support property change and add mouse and key adapters.
 class MutatableWrapper
          The class MutatableWrapper will wrap a Paintable object to obtain an object that implements MutatablePaintable and SupportsPropertyChange.
 class PaintableComponent
          Class PaintableComponent encapsulates a Paintable and uses that paintable to define the PaintComponent method and to determine the size of the component.
 class PaintableSequence
          A PaintableSequence encapsulates a sequence of Paintable objects.
 class PaintableSequenceComposite
          The class PaintableSequenceComposite is a base class for the construction of Paintable classes.
 class PaintBar
          Class PaintBar implements a Paintable that paints a one or two dimensional array of disks.
 class PaintSwatch
          Class PaintSwatch is a light weight component to draw a rectangular paint swatch with a given paint, size, and optional border.
 class ShapePaintable
          A ShapePaintable creates an AbstractPaintable using a Shape object and other related data.
 class TextPaintable
          A TextPaintable creates a Paintable using a string, a font, and other related data.
 class TweakableShape
          Class TweakableShape implements a BaseShape in which the vertex array and the tangent array may be changed independently of one another.
 

Methods in edu.neu.ccs.gui that return SupportsPropertyChange
 SupportsPropertyChange PropertyChangeForwardingListener.getSupportsPropertyChange()
          Returns the object that implements SupportsPropertyChange.
 

Constructors in edu.neu.ccs.gui with parameters of type SupportsPropertyChange
PropertyChangeForwardingListener(SupportsPropertyChange spc)
          The constructor that sets the associated object that implements SupportsPropertyChange.