EDU.utwente.CoCompose.gui
Interface ModelUpdate

All Superinterfaces:
GraphUpdate
All Known Implementing Classes:
ModelCanvas

public interface ModelUpdate
extends GraphUpdate

Represents an updateable display for CoCompose models.

Version:
0.0.25, 22 June 2002
Author:
Dennis Wagelaar

Method Summary
 void setEnabled(boolean enabled)
          Sets whether or not this display is enabled.
 
Methods inherited from interface EDU.auburn.VGJ.algorithm.GraphUpdate
center, getFrame, getHSpacing, getSelectedNode, getVSpacing, scale, update, windowRect
 

Method Detail

setEnabled

public void setEnabled(boolean enabled)
Sets whether or not this display is enabled. A display that is enabled may respond to user input, while a display that is not enabled cannot respond to user input.
Parameters:
enabled - If true, display is enabled, otherwise disabled.