| Package | Description |
|---|---|
| ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
| ptolemy.vergil.basic |
Basic GUI classes.
|
| ptolemy.vergil.unit |
Ptolemy GUI components for the Unit system.
|
| Modifier and Type | Method and Description |
|---|---|
static DialogTableau |
DialogTableau.createDialog(java.awt.Frame parent,
Configuration configuration,
Effigy effigy,
java.lang.Class dialogClass,
Entity target)
Create a tableau for the specified dialog.
|
| Constructor and Description |
|---|
OpenInstanceDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents the parameters as a table.
|
PortConfigurerDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents the ports as a table.
|
PtolemyDialog(java.lang.String title,
DialogTableau dialogTableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a PtolemyDialog.
|
| Constructor and Description |
|---|
DependencyResultsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
SearchResultsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
SearchResultsDialog(java.lang.String title,
DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
| Constructor and Description |
|---|
UnitConstraintsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents Unit constraints as a table.
|
UnitSolverDialog(DialogTableau dialogTableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a Unit Solver Dialog.
|