org.foray.app
Class AWTStarter
java.lang.Object
org.foray.app.Starter
org.foray.app.CommandLineStarter
org.foray.app.AWTStarter
public class AWTStarter
- extends CommandLineStarter
Starter for the AWT viewer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWTStarter
public AWTStarter(SessionConfig sessionConfig,
OutputConfig renderConfig,
CommandLineOptions commandLineOptions)
throws FOrayException
- Constructor.
- Parameters:
sessionConfig
- The session configuration.renderConfig
- The output configuration.commandLineOptions
- The command-line options.
- Throws:
FOrayException
- For errors during construction.
run
public void run()
throws FOrayException
- Description copied from class:
Starter
- Runs the process.
- Overrides:
run
in class CommandLineStarter
- Throws:
FOrayException
- For errors during processing.
createPreviewDialog
protected PreviewDialog createPreviewDialog(AWTRenderer renderer,
Translator res)
throws org.axsl.output.OutputException
- Creates a new preview dialog.
- Parameters:
renderer
- The rendere.res
- The language resources.
- Returns:
- The newly-created preview dialog.
- Throws:
org.axsl.output.OutputException
- For errors loading resources.
Copyright © 2017. All rights reserved.