All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----collage.ui.Previewer
Display
that
outputs the collages (in 2D only) to the screen using
AWT graphics functions.
Envi
object) has changed.
protected DerivationResult derivationResult
protected DerivationResultSelection selection
protected PreviewDisplay canvas
protected ListOfDisplays list
public Previewer(DerivationResultSelection selection)
public void modelChange(ModelChangeEvent event)
Envi
object) has changed.
In response to any change in the environment model (grammar, parameters, whatever), a new derivation is carried out by this method, and the derivation result object, which is also a model, is changed. This change triggers all active views that display the result of a derivation, including the internal View object of this object.
public void showMessage(String msg)
All Packages Class Hierarchy This Package Previous Next Index