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, waitForFinish
public static SingleWindowHTMLViewer _mainFrame
public SingleWindowApplication(java.lang.String[] args) throws java.lang.Exception
args
- Arguments to pass to
VergilApplication.VergilApplication(String[])
.java.lang.Exception
public static void main(java.lang.String[] args)
args
- Arguments to pass to
VergilApplication.VergilApplication(String[])
.protected Configuration _createDefaultConfiguration() throws java.lang.Exception
VergilApplication
StringUtilities.preferencesDirectory()
If the configuration contains a top level Parameter named
_hideUserLibrary, then we do not open the user library._createDefaultConfiguration
in class VergilApplication
java.lang.Exception
- If the configuration cannot be opened.protected Configuration _createEmptyConfiguration() throws java.lang.Exception
VergilApplication
_createEmptyConfiguration
in class VergilApplication
java.lang.Exception
- If the configuration cannot be opened.