Package | Description |
---|---|
ptolemy.actor.gui.properties |
The ptolemy.actor.gui.properties package, used to augment the toolbar
with user defined buttons.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionGUIProperty
A GUI property that is associated with an action.
|
class |
Button
A GUI property that encloses a JButton component.
|
class |
ComboBox
A GUI property that encloses a JComboBox component.
|
static class |
ComboBox.Item
The base class for an item that can be added to the combo box as a choice.
|
class |
Panel
A GUI property that encloses a JPanel component.
|
class |
Separator
A GUI property that encloses a JSeparator component.
|
class |
ToolBar
A GUI property that encloses a JToolBar component.
|