Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.gui |
Graphical User Interface classes.
|
Constructor and Description |
---|
TableauFrame(Tableau tableau,
StatusBar statusBar)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar.
|
TableauFrame(Tableau tableau,
StatusBar statusBar,
Placeable placeable)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar and associated Placeable
object.
|
TableauFrame(Tableau tableau,
StatusBar statusBar,
PortablePlaceable portablePlaceable)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar and associated PortablePlaceable
object.
|
Modifier and Type | Field and Description |
---|---|
protected StatusBar |
Top._statusBar
The status bar.
|
Constructor and Description |
---|
Top(StatusBar statusBar)
Construct an empty top-level frame with the specified status
bar.
|