Package | Description |
---|---|
ptolemy.actor.gui.style |
GUI Styles.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxStyle
This attribute annotates user settable attributes to specify
a checkbox style for configuring the containing attribute.
|
class |
ChoiceStyle
This attribute annotates user settable attributes to specify
an uneditable combobox style for configuring the containing attribute.
|
class |
EditableChoiceStyle
This attribute annotates user settable attributes to specify
an editable combobox style for configuring the containing attribute.
|
class |
FileChooserStyle
This attribute annotates user settable attributes to specify
that the value of the parameter can be optionally given using a
FileChooser.
|
class |
HiddenStyle
This attribute annotates user settable attributes to specify
a version of the line style which is invisible.
|
class |
LineStyle
This attribute annotates user settable attributes to specify
an arbitrary type-in line style for configuring the containing attribute.
|
class |
NotEditableLineStyle
This attribute annotates user settable attributes to specify
a version of the line style which is fixed and not editable.
|
class |
NoteStyle
This attribute displays a note instead of a parameter value.
|
class |
TextStyle
This attribute annotates user settable attributes to specify an
arbitrary multi-line text area style for configuring the containing
attribute.
|