public class AppLauncherApp
extends java.lang.Object
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
AppLauncherApp()
Creates an AppLauncher that lists all available apps.
|
AppLauncherApp(java.util.Collection<java.lang.String> appNames)
Creates an AppLauncher that lists only the specified apps.
|
AppLauncherApp(java.lang.String... appNames)
Creates an AppLauncher that lists only the specified apps.
|
| Modifier and Type | Method and Description |
|---|---|
MainWindow |
getWindow() |
void |
run() |
void |
runApp(java.lang.String appName) |
public AppLauncherApp()
public AppLauncherApp(java.lang.String... appNames)
public AppLauncherApp(java.util.Collection<java.lang.String> appNames)
public void runApp(java.lang.String appName)
public MainWindow getWindow()
public void run()