All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface collage.generic.Display

public interface Display
extends ModelChangeListener
CollageSystem display interface.

A display is a special type of view that is automatically registered as a listener at a DerivationResult and, optionally, a DerivationResultSelection. Deregistration is usually also done by the same controller.

The purpose of a display is to generate output for the results of a derivation and, optionally, to be recognizant of model selection changes.

Version:
18 Jun 1997
Author:
Nils Schwabe

Method Index

 o getName()
Gets the name of this Display instance.
 o setName(String)
Sets the name of this Display instance.

Methods

 o setName
  public abstract void setName(String name)
Sets the name of this Display instance.

 o getName
  public abstract String getName()
Gets the name of this Display instance.


All Packages  Class Hierarchy  This Package  Previous  Next  Index