|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.kernel.util.NamedObj
ptolemy.kernel.InstantiableNamedObj
ptolemy.kernel.Entity
ptolemy.kernel.ComponentEntity
ptolemy.kernel.CompositeEntity
ptolemy.actor.gui.Tableau
ptolemy.vergil.modal.FSMGraphTableau
ptolemy.vergil.ptera.PteraGraphTableau
public class PteraGraphTableau
| Red (tfeng) |
| Red (tfeng) |
| Nested Class Summary | |
|---|---|
static class |
PteraGraphTableau.Factory
A factory that creates graph editing tableaux for Ptolemy models. |
| Nested classes/interfaces inherited from class ptolemy.kernel.CompositeEntity |
|---|
CompositeEntity.ContainedObjectsIterator |
| Field Summary |
|---|
| Fields inherited from class ptolemy.vergil.modal.FSMGraphTableau |
|---|
BACKGROUND_COLOR |
| Fields inherited from class ptolemy.actor.gui.Tableau |
|---|
size |
| Fields inherited from class ptolemy.kernel.CompositeEntity |
|---|
_levelCrossingLinks |
| 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 | |
|---|---|
PteraGraphTableau(PtolemyEffigy container,
java.lang.String name)
|
|
PteraGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
|
|
| Method Summary | |
|---|---|
void |
createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Create the graph frame that displays the model associated with this tableau together with the specified library. |
| Methods inherited from class ptolemy.vergil.modal.FSMGraphTableau |
|---|
createGraphFrame |
| Methods inherited from class ptolemy.actor.gui.Tableau |
|---|
attributeChanged, clone, close, getFrame, getTitle, isEditable, isMaster, setContainer, setEditable, setFrame, setMaster, setTitle, show |
| Methods inherited from class ptolemy.kernel.ComponentEntity |
|---|
_addPort, _checkContainer, _getContainedObject, _propagateExistence, getContainer, instantiate, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, newPort, propagateExistence, setName |
| Methods inherited from class ptolemy.kernel.Entity |
|---|
_removePort, connectedPortList, connectedPorts, connectionsChanged, getPorts, linkedRelationList, linkedRelations, portList, removeAllPorts |
| Methods inherited from class ptolemy.kernel.InstantiableNamedObj |
|---|
_setParent, getChildren, getElementName, getParent, getPrototypeList, isClassDefinition, isWithinClassDefinition |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ptolemy.kernel.util.Derivable |
|---|
getDerivedLevel, getDerivedList, propagateValue |
| Methods inherited from interface ptolemy.kernel.util.Nameable |
|---|
description, getDisplayName, getFullName, getName, getName |
| Constructor Detail |
|---|
public PteraGraphTableau(PtolemyEffigy container,
java.lang.String name)
throws IllegalActionException,
NameDuplicationException
container - name -
IllegalActionException
NameDuplicationException
public PteraGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
throws IllegalActionException,
NameDuplicationException
container - name - defaultLibrary -
IllegalActionException
NameDuplicationException| Method Detail |
|---|
public void createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
FSMGraphTableau
createGraphFrame in class FSMGraphTableaumodel - The Ptolemy II model to display in the graph frame.defaultLibrary - The default library, or null to not specify
one.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||