Uses of Interface
edu.cmu.sun.model.ModelListener

Packages that use ModelListener
edu.cmu.sun.model All of the back-end logic that determines the nested structure and visual layout of the screen. 
edu.cmu.sun.view Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. 
 

Uses of ModelListener in edu.cmu.sun.model
 

Fields in edu.cmu.sun.model with type parameters of type ModelListener
private  java.util.Set<ModelListener> Model.listeners
          A set of listeners for this Model.
 

Methods in edu.cmu.sun.model with parameters of type ModelListener
 void Model.addModelListener(ModelListener l)
          Add a listener to this model.
 void Model.removeModelListener(ModelListener l)
          Remove a listener from this model.
 

Uses of ModelListener in edu.cmu.sun.view
 

Classes in edu.cmu.sun.view that implement ModelListener
 class ColumnGlueView
          Coordinates the drawing and updating of the glue (or spreads) that visually conect windows (or panels) together.
 class ColumnView
          Coordinates the drawing of a ColumnModel, and contains several WindowViews.
 class GlueView
          Responsible for drawing a single glue (or spread) into the scene.
 class ItemView
          Draws the line-item that represents a file and handles click-events.
 class SceneView
           
 class WindowBarView
           
 class WindowView