Package | Description |
---|---|
org.kepler.gui | |
org.kepler.gui.controller | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.chic |
The ptolemy.chic package.
|
ptolemy.vergil |
The Ptolemy II GUI.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
ptolemy.vergil.unit |
Ptolemy GUI components for the Unit system.
|
Modifier and Type | Method and Description |
---|---|
protected static Configuration |
TabbedDialog.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
RemoveComponentAction.setConfiguration(Configuration config)
set the config
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedActorController.setConfiguration(Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
ConfigurationApplication._configuration
The configuration model of this application.
|
protected Configuration |
PtolemyDialog._configuration
The configuration that corresponds with this dialog.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
ConfigurationApplication._createDefaultConfiguration()
Return a default Configuration, or null to do without one.
|
protected Configuration |
PtExecuteApplication._createDefaultConfiguration()
Return a default Configuration, which in this case is given by
the MoML file ptolemy/configs/runConfiguration.xml.
|
protected Configuration |
PtolemyApplication._createDefaultConfiguration()
Return a default Configuration, which in this case is given by
the MoML file ptolemy/configs/runPanelConfiguration.xml.
|
protected Configuration |
ConfigurationApplication._createEmptyConfiguration()
Return a default Configuration to use when there are no command-line
arguments, or null to do without one.
|
protected Configuration |
PtExecuteApplication._createEmptyConfiguration()
Throw an exception.
|
protected Configuration |
PtolemyApplication._createEmptyConfiguration()
Return a default Configuration to use when there are no command-line
arguments, which in this case is the same as the default configuration
given by _createDefaultConfiguration, but with the additional
contents of the file ptolemy/configs/runWelcomeWindow.xml.
|
protected Configuration |
ConfigurationApplication._readConfiguration(java.net.URL specificationURL)
Deprecated.
Use readConfiguration() instead.
|
Configuration |
TableauFrame.getConfiguration()
Get the configuration at the top level of the hierarchy.
|
static Configuration |
ConfigurationApplication.readConfiguration(java.net.URL specificationURL)
Read a Configuration from the URL given by the specified string.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Configuration> |
Configuration.configurations()
Return a list of all the configurations that have been created.
|
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
HTMLAbout._expandLibrary(java.lang.String regexp,
Configuration configuration)
Expand the left hand library pane.
|
static java.lang.String |
HTMLAbout.about(Configuration configuration)
Return a string containing HTML that describes the about:
features.
|
static java.lang.String |
CheckModelSize.checkModelSize(Configuration configuration,
java.lang.String[] args)
Check the size, zoom and location of the models named
by the args.
|
static DialogTableau |
DialogTableau.createDialog(java.awt.Frame parent,
Configuration configuration,
Effigy effigy,
java.lang.Class dialogClass,
Entity target)
Create a tableau for the specified dialog.
|
static java.lang.String |
GenerateCopyrights.generateHTML(Configuration configuration)
Generate HTML about the copyrights for classes that might
be present in the configuration.
|
static java.net.URL |
HTMLAbout.generateLinks(java.lang.String demosFileName,
java.lang.String regexp,
Configuration configuration)
Call Configuration.openModel() on relative URLs that match a regexp.
|
static java.lang.String |
GenerateCopyrights.generatePrimaryCopyrightHTML(Configuration configuration)
Generate the primary copyright.
|
static void |
HTMLViewer.getDocumentation(Configuration configuration,
java.lang.String className,
Effigy context)
Give a ptdoc: path, open the PtDoc viewer.
|
static PtolemyPreferences |
PtolemyPreferences.getPtolemyPreferencesWithinConfiguration(Configuration configuration)
Get the PtolemyPreferences within the specified configuration.
|
static java.net.URL |
HTMLAbout.hyperlinkUpdate(javax.swing.event.HyperlinkEvent event,
Configuration configuration)
Process an "about:" HyperlinkEvent.
|
static void |
UserActorLibrary.openLibrary(Configuration configuration,
java.io.File file)
Open the MoML file at the given location as a new library in
the actor library for this application.
|
static void |
UserActorLibrary.openUserLibrary(Configuration configuration)
Open the user actor library as a new library in the actor
library for this application.
|
static java.net.URL |
HTMLAbout.runAllDemos(java.lang.String demosFileName,
Configuration configuration)
Run all the local .xml files that are linked to from an HTML file.
|
static void |
UserActorLibrary.saveComponentInLibrary(Configuration configuration,
Entity entity)
Save the given entity in the user library in the given
configuration.
|
static void |
PtolemyPreferences.setDefaultPreferences(Configuration configuration)
Look for a default preferences object within the
specified configuration, and set it as the default
preferences.
|
Constructor and Description |
---|
MenuItemListener(EffigyFactory factory,
ModelDirectory directory,
Configuration configuration)
Constructs a MenuItemListener object.
|
OpenInstanceDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents the parameters as a table.
|
PortConfigurerDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents the ports as a table.
|
PtolemyDialog(java.lang.String title,
DialogTableau dialogTableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a PtolemyDialog.
|
Modifier and Type | Method and Description |
---|---|
void |
ChicController.setConfiguration(Configuration configuration)
Set the configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
VergilApplication._createDefaultConfiguration()
Return a default Configuration.
|
protected Configuration |
VergilApplication._createEmptyConfiguration()
Return a default Configuration to use when there are no command-line
arguments.
|
Modifier and Type | Method and Description |
---|---|
static void |
VergilApplication.openLibrary(Configuration configuration,
java.io.File file)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
LinkController._configuration
The configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
DocViewer.getConfiguration()
Get the configuration specified in the constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
DocManager.docClassNameToURL(Configuration configuration,
java.lang.String className,
boolean lookForPtDoc,
boolean lookForJavadoc,
boolean lookForSource,
boolean lookForActorIndex)
Given a dot separated class name, return the URL of the
documentation.
|
static java.io.File |
ActorGraphFrame.importLibrary(java.io.File lastDirectory,
java.awt.Frame frame,
Configuration configuration)
Import a library by first opening a file chooser dialog and
then importing the specified library.
|
void |
ActorViewerGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
ExternalIOPortController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
DocBuilder.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
ActorEditorGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
LinkController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
ActorController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
ActorController.ListenToActorAction.setConfiguration(Configuration configuration)
Set the configuration for use by the help screen.
|
Constructor and Description |
---|
DocManager(Configuration configuration,
java.lang.Class targetClass)
Construct a manager to handle documentation for the specified target
class.
|
DocManager(Configuration configuration,
NamedObj target)
Construct a manager to handle documentation for the specified target.
|
DocManager(Configuration configuration,
java.net.URL url)
Construct a manager for documentation at the specified URL.
|
DocViewer(NamedObj target,
Configuration configuration)
Construct a documentation viewer for the specified target.
|
DocViewer(java.lang.String className,
Configuration configuration)
Construct a documentation viewer for the specified class name.
|
DocViewer(java.net.URL url,
Configuration configuration)
Construct a documentation viewer for the specified documentation file.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
NamedObjController._configuration
The configuration.
|
protected Configuration |
GetDocumentationAction._configuration
The configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
BasicGraphController.getConfiguration()
Return the configuration that has been specified by setConfiguration(),
or null if none.
|
Modifier and Type | Method and Description |
---|---|
static void |
GetDocumentationAction.getDocumentation(Configuration configuration,
java.lang.String className,
Effigy context)
Get the documentation for a particular class.
|
static void |
BasicGraphFrame.saveComponentInLibrary(Configuration configuration,
Entity entity)
Deprecated.
|
void |
WithIconGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
NamedObjController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
MoMLModelAttributeController.setConfiguration(Configuration configuration)
Set the configuration for MoMLModelAttributeController.
|
void |
BasicGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
LookInsideAction.setConfiguration(Configuration configuration)
Set the configuration to be used by the LookInsideAction object.
|
void |
GetDocumentationAction.setConfiguration(Configuration configuration)
Set the configuration.
|
Constructor and Description |
---|
DependencyResultsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
SearchResultsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
SearchResultsDialog(java.lang.String title,
DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog for search results.
|
Modifier and Type | Method and Description |
---|---|
void |
EditIconGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
PortDialogFactory.setConfiguration(Configuration configuration)
Deprecated.
Set the configuration for use by the help screen.
|
void |
PortDialogAction.setConfiguration(Configuration configuration)
Set the configuration for use by the help screen.
|
void |
AttributeController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
ListenToAction.setConfiguration(Configuration configuration)
Set the configuration for use by the help screen.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
TransitionController._configuration
The configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransitionController._openInstanceOrModel(Configuration configuration,
NamedObj refinement)
Open the instance or the model.
|
void |
FSMViewerGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
FSMGraphController.setConfiguration(Configuration configuration)
Set the configuration.
|
void |
TransitionController.setConfiguration(Configuration configuration)
Set the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveIconAction.setConfiguration(Configuration configuration)
Specify the configuration.
|
void |
EditIconAction.setConfiguration(Configuration configuration)
Specify the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureUnitsAction.setConfiguration(Configuration configuration)
Set the configuration for use by the help screen.
|
Constructor and Description |
---|
UnitConstraintsDialog(DialogTableau tableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a dialog that presents Unit constraints as a table.
|
UnitSolverDialog(DialogTableau dialogTableau,
java.awt.Frame owner,
Entity target,
Configuration configuration)
Construct a Unit Solver Dialog.
|