Package | Description |
---|---|
org.kepler.gui | |
org.kepler.gui.frame | |
org.kepler.gui.popups | |
org.kepler.tagging | |
org.kepler.tagging.gui | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
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.basic.export.web |
The ptolemy.vergil.basic.export.web package.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerGraphFrame
Kepler-specific overrides for the graph frame.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveComponentAction.setPtolemyFrame(PtolemyFrame pFrame)
allows you to set the ptolemyFrame that should be used as the parent of
this action.
|
void |
ShowDocumentationAction.setPtolemyFrame(PtolemyFrame pFrame)
allows you to set the ptolemyFrame that should be used as the parent of
this action.
|
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 | Method and Description |
---|---|
PtolemyFrame |
NoLiidLibraryPopup.getParentFrame() |
PtolemyFrame |
LibraryPopup.getParentFrame() |
Modifier and Type | Method and Description |
---|---|
void |
NoLiidLibraryPopup.setParentFrame(PtolemyFrame parentFrame) |
void |
LibraryPopup.setParentFrame(PtolemyFrame parentFrame) |
Constructor and Description |
---|
LibraryPopup(javax.swing.tree.TreePath path,
PtolemyFrame parentFrame) |
NoLiidLibraryPopup(javax.swing.tree.TreePath path,
PtolemyFrame parentFrame) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Tagging.addTag(NamedObj obj,
NamedOntClass tag,
PtolemyFrame ptolemyFrame)
Add a tag to the named object
|
Modifier and Type | Method and Description |
---|---|
void |
ExistingTagsPanel.setPtolemyFrame(PtolemyFrame ptolemyFrame) |
Modifier and Type | Class and Description |
---|---|
class |
JVMTableau.JVMFrame
The frame that is created by an instance of JVMTableau.
|
class |
ModelFrame
ModelFrame is a top-level window containing a Ptolemy II model control panel.
|
class |
RunTableau.RunFrame
The frame that is created by an instance of RunTableau.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphFrame
This is a graph editor frame for ptolemy models.
|
class |
DocBuilderGUI
A PtolemyFrame that builds the Java and Actor documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphFrame
A simple graph view for ptolemy models.
|
class |
ExtendedGraphFrame
An graph view for ptolemy models extended with the capability
to display the model in full-screen mode.
|
Modifier and Type | Method and Description |
---|---|
PtolemyFrame |
BasicGraphFrame.getFrame()
The frame (window) being exported to HTML.
|
Modifier and Type | Method and Description |
---|---|
PtolemyFrame |
ExportHTMLAction.getFrame()
The frame (window) being exported to HTML.
|
Modifier and Type | Method and Description |
---|---|
PtolemyFrame |
WebExporter.getFrame()
The frame (window) being exported.
|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
TreeTableau.TreeFrame
This is a top-level window containing a tree-view of a composite
entity.
|