|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.kernel.util.NamedObj
ptolemy.kernel.util.Attribute
ptolemy.actor.gui.properties.GUIProperty
ptolemy.actor.gui.properties.ActionGUIProperty
ptolemy.actor.gui.properties.ComboBox.Item
ptolemy.actor.gt.gui.ComboItem
public class ComboItem
A combo item that uses GTGUIAction as the action.
| Red (tfeng) |
| Yellow (tfeng) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ptolemy.kernel.util.NamedObj |
|---|
NamedObj.ContainedObjectsIterator |
| Field Summary |
|---|
| Fields inherited from class ptolemy.actor.gui.properties.ComboBox.Item |
|---|
next |
| Fields inherited from class ptolemy.actor.gui.properties.ActionGUIProperty |
|---|
_action, parse |
| Fields inherited from class ptolemy.actor.gui.properties.GUIProperty |
|---|
preferredSize |
| Fields inherited from class ptolemy.kernel.util.NamedObj |
|---|
_changeListeners, _changeLock, _changeRequests, _debugging, _debugListeners, _elementName, _isPersistent, _verbose, _workspace, ATTRIBUTES, CLASSNAME, COMPLETE, CONTENTS, DEEP, FULLNAME, LINKS |
| Constructor Summary | |
|---|---|
ComboItem(ComboBox container,
java.lang.String name)
Construct an item with the given name contained by the specified entity. |
|
| Method Summary | |
|---|---|
protected GUIAction |
_createAction()
Create the action to be used in this property. |
| Methods inherited from class ptolemy.actor.gui.properties.ComboBox.Item |
|---|
_createComponent, setContainer, toString |
| Methods inherited from class ptolemy.actor.gui.properties.ActionGUIProperty |
|---|
configure, getConfigureSource, getConfigureText, perform |
| Methods inherited from class ptolemy.actor.gui.properties.GUIProperty |
|---|
attributeChanged, getComponent |
| Methods inherited from class ptolemy.kernel.util.Attribute |
|---|
_checkContainer, _getContainedObject, _propagateExistence, clone, getContainer, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, setName, updateContent |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComboItem(ComboBox container,
java.lang.String name)
throws IllegalActionException,
NameDuplicationException
container - The container.name - The name of this attribute.
IllegalActionException - If the attribute is not of an
acceptable class for the container, or if the name contains a
period.
NameDuplicationException - If the name coincides with
an attribute already in the container.| Method Detail |
|---|
protected GUIAction _createAction()
throws IllegalActionException,
NameDuplicationException
_createAction in class ActionGUIPropertyIllegalActionException - If the attribute is not of an
acceptable class for the container, or if the name contains a period.
NameDuplicationException - If the name coincides with
an attribute already in the container.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||