|
|||||||||
| 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.kernel.util.SingletonAttribute
ptolemy.vergil.basic.NodeControllerFactory
ptolemy.vergil.tdl.HierarchicalModeControllerFactory
public class HierarchicalModeControllerFactory
This is attribute that produces a custom node controller for hierarchical states. This class creates an instance of HierarchicalStateController, for controlling hierarchical states in modal models.
| Red (johnr) |
| Red (eal) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ptolemy.kernel.util.NamedObj |
|---|
NamedObj.ContainedObjectsIterator |
| Field Summary |
|---|
| 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 | |
|---|---|
HierarchicalModeControllerFactory(NamedObj container,
java.lang.String name)
Construct a new attribute with the given container and name. |
|
| Method Summary | |
|---|---|
NamedObjController |
create(GraphController controller)
Return a new node controller. |
| Methods inherited from class ptolemy.kernel.util.SingletonAttribute |
|---|
setContainer |
| 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 HierarchicalModeControllerFactory(NamedObj container,
java.lang.String name)
throws NameDuplicationException,
IllegalActionException
container - The container.name - The name.
IllegalActionException - If the attribute cannot be contained
by the proposed container.
NameDuplicationException - If the container already has an
attribute with this name.| Method Detail |
|---|
public NamedObjController create(GraphController controller)
create in class NodeControllerFactorycontroller - The associated graph controller.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||