All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.ui.ListOfDisplays

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----collage.ui.ListOfDisplays

public class ListOfDisplays
extends Panel
implements ModelChangeListener
A list of currently active displays in a collage grammar environment.

This is an example of a small view component. Once created (and added to an arbitrary panel), the list gets notified of changes to the environment and updates itself accordingly.

Version:
11 Jun 1997
Author:
Nils Schwabe

Constructor Index

 o ListOfDisplays(Envi)

Method Index

 o modelChange(ModelChangeEvent)

Constructors

 o ListOfDisplays
  public ListOfDisplays(Envi envi)

Methods

 o modelChange
  public void modelChange(ModelChangeEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index