|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface AppLauncher
Method Summary | |
java.lang.String[] |
getAllAppList()
Method getAllAppList |
java.lang.Object |
launchApp(LaunchableTarget launchableTarget)
Ask the desktop to launch an application by it's name. |
java.lang.Object |
launchApp(LaunchableTarget launchableTarget,
javax.swing.JComponent inHere)
Method launchApp |
java.lang.Object |
launchAppByName(java.lang.String appTargetName)
Method launchAppByName |
java.lang.Object |
launchAppWithoutInstallation(java.net.URL jarURL)
Method launchAppWithoutInstallation |
Method Detail |
public java.lang.Object launchApp(LaunchableTarget launchableTarget) throws JesktopLaunchException
launchableTarget
-
JesktopLaunchException
public java.lang.Object launchApp(LaunchableTarget launchableTarget, javax.swing.JComponent inHere) throws JesktopLaunchException
launchableTarget
- inHere
-
JesktopLaunchException
public java.lang.Object launchAppWithoutInstallation(java.net.URL jarURL) throws JesktopPackagingException, JesktopLaunchException
jarURL
-
JesktopLaunchException
JesktopPackagingException
public java.lang.Object launchAppByName(java.lang.String appTargetName) throws JesktopLaunchException
appTargetName
-
JesktopLaunchException
public java.lang.String[] getAllAppList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |