Uses of Class
org.fuin.utils4swing.appstarter.StartType

Packages that use StartType
org.fuin.utils4swing.appstarter The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath. 
 

Uses of StartType in org.fuin.utils4swing.appstarter
 

Fields in org.fuin.utils4swing.appstarter declared as StartType
static StartType StartType.APPLET
          Applet.
static StartType StartType.APPLICATION
          Application with "main" method.
static StartType[] StartType.INSTANCES
          Array of known types.
 

Methods in org.fuin.utils4swing.appstarter that return StartType
static StartType StartType.forName(String name)
          Returns an instance for the given name.
 StartType AppStarterConfig.getStartType()
          Returns the type of application to start.
 

Methods in org.fuin.utils4swing.appstarter with parameters of type StartType
 void AppStarterConfig.setStartType(StartType startType)
          Sets the type of application to start.
 void AppStarter.start(StartType startType, List<ClasspathEntry> classpathEntries, String mainClass, List<String> arguments)
          Injects entries in the classpath and starts the application.
static void AppStarter.start(StartType startType, List<ClasspathEntry> classpathEntries, String mainClass, List<String> arguments, AppStarterListener listener)
          Injects entries in the classpath and starts the application.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.