ca.grimoire.mainspring
Class Swingstrap

java.lang.Object
  extended by ca.grimoire.mainspring.Swingstrap

public class Swingstrap
extends Object

Bootstraps a Spring context XML file on the Swing EDT. The actual work of bootstrapping the application is handled by Bootstrap; this class's main(String[]) schedules the bootstrap onto the Swing EDT.

Like Bootstrap, this class can be specified as the Main-Class of a JAR file.

See Also:
Bootstrap

Constructor Summary
Swingstrap()
           
 
Method Summary
static void main(String[] args)
          Runs the bootstrap process on the Swing EDT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Swingstrap

public Swingstrap()
Method Detail

main

public static void main(String[] args)
Runs the bootstrap process on the Swing EDT. For details about command-line parameters, see Bootstrap.main(String[]).

Parameters:
args - the names of the contexts to load. If empty or null, the default context will be loaded instead.
See Also:
Bootstrap.main(String[])


Copyright © 2008 Grimoire Alchymia. All Rights Reserved.