Package | Description |
---|---|
org.kepler.gui | |
org.kepler.gui.frame | |
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.basic.export.html |
The ptolemy.vergil.basic.export.html package.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerGraphFrame
Kepler-specific overrides for the graph frame.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame
This is a graph editor frame that uses a tabbed pane to display
multiple composite actors.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphFrame
This is a graph editor frame for ptolemy models.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedGraphFrame
An graph view for ptolemy models extended with the capability
to display the model in full-screen mode.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.LinkedList<BasicGraphFrame> |
BasicGraphFrame._openGraphFrames
List of references to graph frames that are open.
|
Modifier and Type | Method and Description |
---|---|
static BasicGraphFrame |
BasicGraphFrame.getBasicGraphFrame(Effigy effigy)
Given an Effigy, return the corresponding BasicGraphFrame, if any.
|
static BasicGraphFrame |
BasicGraphFrame.getBasicGraphFrame(NamedObj model)
Given a NamedObj, return the corresponding BasicGraphFrame.
|
BasicGraphFrame |
BasicGraphController.getFrame()
Get the graph frame, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
WithIconGraphController.getNewPortLocation(diva.graph.GraphPane pane,
BasicGraphFrame frame,
IOPort _prototype)
Get a location for a port that hasn't got a location yet.
|
void |
BasicGraphController.setFrame(BasicGraphFrame frame)
Set the graph frame.
|
Modifier and Type | Field and Description |
---|---|
protected BasicGraphFrame |
ExportHTMLAction._basicGraphFrame
The associated Vergil frame.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportHTMLAction.copyJavaScriptFilesIfNeeded(BasicGraphFrame graphFrame,
ExportParameters parameters)
If parameters.copyJavaScriptFiles is true and the Java
property ptolemy.ptII.exportHTML.usePtWebsite is false,
then copy the required JavaScript files into the target directory
given in the parameters argument.
|
static void |
ExportHTMLAction.exportToWeb(BasicGraphFrame graphFrame,
ExportParameters parameters)
Export an HTML page and associated subpages for the specified
graph frame as given by the parameters.
|
static void |
ExportHTMLAction.openRunAndWriteHTML(BasicGraphFrame graphFrame,
ExportParameters parameters,
java.io.File indexFile,
java.io.Writer writer,
boolean waitForCompletion)
Depending on the export parameters (see
ExportParameters ),
open submodels, run the model, and export HTML. |
Constructor and Description |
---|
ExportHTMLAction(BasicGraphFrame basicGraphFrame)
Create a new action to export HTML.
|
Modifier and Type | Class and Description |
---|---|
class |
EditIconFrame
This is an icon editor frame for Ptolemy II models.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphFrame
This is a graph editor frame for ptolemy case models.
|
class |
FSMGraphFrame
This is a graph editor frame for ptolemy FSM models.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphFrame
This is a graph editor frame for ptolemy InterfaceAutomaton models.
|