Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalTextEffigy
An external EDITOR-based effigy for a text file (see
ExternalTextTableau ). |
Modifier and Type | Method and Description |
---|---|
static TextEffigy |
TextEffigy.newTextEffigy(CompositeEntity container,
java.lang.String text)
Create a new effigy in the given container containing the specified
text.
|
static TextEffigy |
ExternalTextEffigy.newTextEffigy(CompositeEntity container,
java.lang.String text)
Create a new effigy in the given container containing the specified
text.
|
static TextEffigy |
TextEffigy.newTextEffigy(CompositeEntity container,
java.lang.String text,
java.lang.String syntaxStyle)
Create a new effigy in the given container containing the specified
text.
|
static TextEffigy |
TextEffigy.newTextEffigy(CompositeEntity container,
java.net.URL base,
java.net.URL in)
Create a new effigy in the given container by reading the specified
URL.
|
static TextEffigy |
ExternalTextEffigy.newTextEffigy(CompositeEntity container,
java.net.URL base,
java.net.URL in)
Create a new ExternalTextEffigy.
|
Constructor and Description |
---|
ExternalTextTableau(TextEffigy container,
java.lang.String name)
Construct a new tableau for the model represented by the given effigy.
|
TextEditorTableau(TextEffigy container,
java.lang.String name)
Construct a new tableau for the model represented by the given effigy.
|
TextEditorTableau(TextEffigy container,
java.lang.String name,
TextEditor editor)
Construct a new tableau for the model represented by the given effigy.
|
Modifier and Type | Method and Description |
---|---|
protected TextEffigy |
TextEditorTableauFactory._newTextEffigy(Effigy effigy,
java.lang.String text)
Create a text effigy to be contained by the specified host
effigy for the specified text.
|