Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.properties |
The ptolemy.actor.gui.properties package, used to augment the toolbar
with user defined buttons.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.filter |
MoML backward compatibility filters.
|
ptolemy.moml.test |
The ptolemy.moml.test package.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
Modifier and Type | Field and Description |
---|---|
protected MoMLParser |
ConfigurationApplication._parser
The parser used to construct the configuration.
|
Modifier and Type | Field and Description |
---|---|
protected MoMLParser |
GUIAction._parser
The parser used to parse the moml text.
|
Modifier and Type | Field and Description |
---|---|
protected MoMLParser |
MoMLSimpleApplication._parser
The MoMLParser used to parse the model.
|
Modifier and Type | Method and Description |
---|---|
MoMLParser |
ParserAttribute.getParser()
Get the parser.
|
static MoMLParser |
ParserAttribute.getParser(NamedObj object)
Get a parser for the specified object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MoMLChangeRequest._postParse(MoMLParser parser)
Do nothing.
|
protected void |
MoMLChangeRequest._preParse(MoMLParser parser)
Do nothing.
|
java.lang.String |
MoMLFilter.filterAttributeValue(NamedObj container,
java.lang.String element,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.String xmlFile,
MoMLParser parser)
Given a container, attribute name and attribute value,
return a new attribute value.
|
void |
MoMLFilter.filterEndElement(NamedObj container,
java.lang.String elementName,
java.lang.StringBuffer currentCharData,
java.lang.String xmlFile,
MoMLParser parser)
Make modifications to the specified container, which is
defined in a MoML element with the specified name.
|
void |
ParserAttribute.setParser(MoMLParser parser)
Set the parser.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MoMLFilterSimple.filterAttributeValue(NamedObj container,
java.lang.String element,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.String xmlFile,
MoMLParser parser)
Return the old attribute value for properties that are not registered
to be removed.
|
void |
MoMLFilterSimple.filterEndElement(NamedObj container,
java.lang.String elementName,
java.lang.StringBuffer currentCharData,
java.lang.String xmlFile,
MoMLParser parser)
Reset private variables.
|
void |
AddIcon.filterEndElement(NamedObj container,
java.lang.String elementName,
java.lang.StringBuffer currentCharData,
java.lang.String xmlFile,
MoMLParser parser)
Make modifications to the specified container, which is
defined in a MoML element with the specified name.
|
void |
AddMissingParameter.filterEndElement(NamedObj container,
java.lang.String elementName,
java.lang.StringBuffer currentCharData,
java.lang.String xmlFile,
MoMLParser parser)
Make modifications to the specified container, which is
defined in a MoML element with the specified name.
|
void |
AddEditorFactory.filterEndElement(NamedObj container,
java.lang.String elementName,
java.lang.StringBuffer currentCharData,
java.lang.String xmlFile,
MoMLParser parser)
Deprecated.
Make modifications to the specified container, which is
defined in a MoML element with the specified name.
|
Modifier and Type | Field and Description |
---|---|
static MoMLParser |
MoMLParserLeak.parser
Note that the parser is what actually leaks here.
|
MoMLParser |
UnloadModelTest.parser
The MoMLParser that is created and then destroyed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OffsetMoMLChangeRequest._postParse(MoMLParser parser)
Offset the locations of top level objects that are created
by the change request.
|
protected void |
OffsetMoMLChangeRequest._preParse(MoMLParser parser)
Clear the list of top objects.
|