Package nl.colorize.multimedialib.tool
Class DemoLauncher
- java.lang.Object
-
- nl.colorize.multimedialib.tool.CommandLineTool
-
- nl.colorize.multimedialib.tool.DemoLauncher
-
- All Implemented Interfaces:
nl.colorize.util.swing.ApplicationMenuListener
public class DemoLauncher extends CommandLineTool implements nl.colorize.util.swing.ApplicationMenuListener
Launches the demo application from the command line. The behavior of the demo can be controlled using the command line parameters.Refer to the documentation for
DemoApplicationfor more information on the demo application itself.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringrendererNamebooleanverification
-
Constructor Summary
Constructors Constructor Description DemoLauncher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidonAbout()voidonQuit()voidrun()Runs this tool.-
Methods inherited from class nl.colorize.multimedialib.tool.CommandLineTool
getDescription, parseInputDirectory, parseInputFile, parseOutputDirectory, parseOutputFile, start
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
run
public void run()
Description copied from class:CommandLineToolRuns this tool. This method is called byCommandLineTool.start(String[]). When this method is called it can be assumed that arguments have already been mapped to fields.- Specified by:
runin classCommandLineTool
-
onQuit
public void onQuit()
- Specified by:
onQuitin interfacenl.colorize.util.swing.ApplicationMenuListener
-
onAbout
public void onAbout()
- Specified by:
onAboutin interfacenl.colorize.util.swing.ApplicationMenuListener
-
-