| Package | Description |
|---|---|
| ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
| ptolemy.actor.gui.style |
GUI Styles.
|
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Component |
EditorPaneFactory.createEditorPane(NamedObj object,
PtolemyQuery query)
Return a new default widget for configuring the specified object.
|
javax.swing.Box |
CustomQueryBoxParameter.createQueryBox(PtolemyQuery query,
Settable attribute)
Create a customized query box for the given query.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ParameterEditorStyle.addEntry(PtolemyQuery query)
Create a new entry in the given query associated with the
attribute containing this style.
|
void |
TextStyle.addEntry(PtolemyQuery query)
Create a new type-in line
entry in the given query associated with the
attribute containing this style.
|
void |
NoteStyle.addEntry(PtolemyQuery query)
Create a new type-in line
entry in the given query associated with the
attribute containing this style.
|
void |
LineStyle.addEntry(PtolemyQuery query)
Create a new type-in line
entry in the given query associated with the
attribute containing this style.
|
void |
FileChooserStyle.addEntry(PtolemyQuery query)
Create a new entry in the given query associated with the
attribute containing this style.
|
void |
EditableChoiceStyle.addEntry(PtolemyQuery query)
Create a new editable
combo box entry in the given query associated with the
attribute containing this style.
|
void |
CheckBoxStyle.addEntry(PtolemyQuery query)
Create a new check box entry in the given query associated with the
parameter containing this style.
|
void |
NotEditableLineStyle.addEntry(PtolemyQuery query)
Create a new type-in line
entry in the given query associated with the
attribute containing this style.
|
void |
HiddenStyle.addEntry(PtolemyQuery query)
Create no entry in the given query associated with the
attribute containing this style.
|
void |
ChoiceStyle.addEntry(PtolemyQuery query)
Create a new uneditable
combo box entry in the given query associated with the
attribute containing this style.
|