biz.junginger.modules.util
Class VisualModulesLauncher

java.lang.Object
  extended bybiz.junginger.modules.util.ModulesLauncher
      extended bybiz.junginger.modules.util.VisualModulesLauncher

public class VisualModulesLauncher
extends ModulesLauncher

Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz

Version:
$Id: $
Author:
Markus Oliver Junginger

Constructor Summary
VisualModulesLauncher()
           
 
Method Summary
 void addComponentNorth(javax.swing.JComponent component)
          Should be called before parseArgs.
 void execute()
           
 void initProgress()
           
static void main(java.lang.String[] args)
           
 void openFrame()
           
 void parseArgs(java.lang.String[] args)
          Creates the ModulesManager according to args.
 void setIconImage(java.awt.Image image)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class biz.junginger.modules.util.ModulesLauncher
displayHelp, getManager, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualModulesLauncher

public VisualModulesLauncher()
Method Detail

addComponentNorth

public void addComponentNorth(javax.swing.JComponent component)
Should be called before parseArgs.


parseArgs

public void parseArgs(java.lang.String[] args)
               throws java.lang.Exception
Description copied from class: ModulesLauncher
Creates the ModulesManager according to args. Alternatively, setManager can be used.

Overrides:
parseArgs in class ModulesLauncher
Parameters:
args - command line arguments
Throws:
java.lang.Exception

openFrame

public void openFrame()

initProgress

public void initProgress()

execute

public void execute()
             throws java.lang.Exception
Overrides:
execute in class ModulesLauncher
Throws:
java.lang.Exception
See Also:
ModulesLauncher.execute()

setIconImage

public void setIconImage(java.awt.Image image)
Parameters:
image -

setTitle

public void setTitle(java.lang.String title)
Parameters:
title -

main

public static void main(java.lang.String[] args)