
Tableau |
ptolemy.actor.gui.Tableau |
A tableau is a visual representation of a Ptolemy II model in a top-level
window. This class represents such a top level window. The top-level
is always a frame, which is a window with a border and title bar. The
window itself is specified by the setFrame() method, and accessed by
the getFrame() method. An instance of this class will be contained
by the instance of Effigy that represents the model that is depicted
in the top-level window.
By convention, the constructor for a tableau does not (necessarily)
make the associated frame visible. To do that, call show().
Author(s): Steve Neuendorffer and Edward A. Lee
Version:$Id: Tableau.java,v 1.67 2006/05/01 05:34:09 cxh Exp $
Pt.Proposed Rating:Yellow (neuendor)
Pt.Accepted Rating:Red (neuendor)
size
A specification for the size of the frame.