|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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,
java.util.List<ClasspathEntry> classpathEntries,
java.lang.String mainClass,
java.util.List<java.lang.String> arguments)
Injects entries in the classpath and starts the application. |
static void |
AppStarter.start(StartType startType,
java.util.List<ClasspathEntry> classpathEntries,
java.lang.String mainClass,
java.util.List<java.lang.String> arguments,
AppStarterListener listener)
Injects entries in the classpath and starts the application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||