public class SingleWindowApplication extends VergilApplication
| Red (cxh) |
| Yellow (jerome.blanc) |
ConfigurationApplication.IgnoreErrorHandler| Modifier and Type | Field and Description |
|---|---|
static SingleWindowHTMLViewer |
_mainFrame
The main frame.
|
_commandOptions_basePath, _commandFlagsWithDescriptions, _commandTemplate, _configuration, _exit, _parser, _printPDF, _run, _run20x, _statistics, _test| Constructor and Description |
|---|
SingleWindowApplication(java.lang.String[] args)
Construct a single window application.
|
| Modifier and Type | Method and Description |
|---|---|
protected Configuration |
_createDefaultConfiguration()
Return a default Configuration.
|
protected Configuration |
_createEmptyConfiguration()
Return a default Configuration to use when there are no command-line
arguments.
|
static void |
main(java.lang.String[] args)
Create a single window application.
|
_parseArgs, _usage, errorAndExit, openLibrary_initializeApplication_configurationUsage, _configurationUsage, _openModel, _openModel, _parseArg, _printPDF, _readConfiguration, closeModelWithoutSavingOrExiting, executionError, executionFinished, managerStateChanged, models, openModel, openModelOrEntity, readConfiguration, runModels, specToURL, throwArgsException, waitForFinishpublic static SingleWindowHTMLViewer _mainFrame
public SingleWindowApplication(java.lang.String[] args)
throws java.lang.Exception
args - Arguments to pass to
VergilApplication.VergilApplication(String[]).java.lang.Exceptionpublic static void main(java.lang.String[] args)
args - Arguments to pass to
VergilApplication.VergilApplication(String[]).protected Configuration _createDefaultConfiguration() throws java.lang.Exception
VergilApplicationStringUtilities.preferencesDirectory()
If the configuration contains a top level Parameter named
_hideUserLibrary, then we do not open the user library._createDefaultConfiguration in class VergilApplicationjava.lang.Exception - If the configuration cannot be opened.protected Configuration _createEmptyConfiguration() throws java.lang.Exception
VergilApplication_createEmptyConfiguration in class VergilApplicationjava.lang.Exception - If the configuration cannot be opened.