|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.kernel.util.NamedObj
ptolemy.kernel.util.Attribute
ptolemy.actor.gui.TableauFactory
ptolemy.vergil.actor.lib.VisualModelReference.LookInside
public class VisualModelReference.LookInside
A tableau factory to override the look inside behavior to open the referenced model, if there is one.
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 | |
---|---|
VisualModelReference.LookInside(NamedObj container,
java.lang.String name)
Construct a VisualModelReference$LookInside object. |
Method Summary | |
---|---|
Tableau |
createTableau(Effigy effigy)
Open an instance of the model. |
Methods inherited from class ptolemy.actor.gui.TableauFactory |
---|
_configureTableau, configure, getConfigureSource, getConfigureText |
Methods inherited from class ptolemy.kernel.util.Attribute |
---|
_checkContainer, _getContainedObject, _propagateExistence, clone, getContainer, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, setContainer, setName, updateContent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VisualModelReference.LookInside(NamedObj container, java.lang.String name) throws IllegalActionException, NameDuplicationException
container
- The container of the LookInside to be constructed.name
- The name of the LookInside to be constructed.
IllegalActionException
- If thrown by the superclass.
NameDuplicationException
- If thrown by the superclass.Method Detail |
---|
public Tableau createTableau(Effigy effigy) throws java.lang.Exception
createTableau
in class TableauFactory
effigy
- The effigy with which we open the model.
java.lang.Exception
- If there is a problem opening the
model.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |