Uses of Class
org.fest.swing.launcher.ApplicationLauncher

Packages that use ApplicationLauncher
org.fest.swing.launcher Launches applications from a "main" method and Java applets  
 

Uses of ApplicationLauncher in org.fest.swing.launcher
 

Methods in org.fest.swing.launcher that return ApplicationLauncher
static ApplicationLauncher ApplicationLauncher.application(Class<?> applicationType)
          Starting point of the fluent interface.
static ApplicationLauncher ApplicationLauncher.application(String applicationTypeName)
          Starting point of the fluent interface.
 ApplicationLauncher ApplicationLauncher.withArgs(String... newArgs)
          Specifies the arguments to pass to the "main" method.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.