Uses of Interface
org.jesktop.launchable.LaunchableTarget

Packages that use LaunchableTarget
org.jesktop   
org.jesktop.launchable   
org.jesktop.mime   
org.jesktop.services   
 

Uses of LaunchableTarget in org.jesktop
 

Methods in org.jesktop that return LaunchableTarget
 LaunchableTarget[] DesktopKernel.getNormalLaunchableTargets()
          Method getNormalLaunchableTargets
 LaunchableTarget[] DesktopKernel.getAllLaunchableTargets()
          Method getAllLaunchableTargets
 

Methods in org.jesktop with parameters of type LaunchableTarget
 void Decorator.decorate(Frimble frimble, LaunchableTarget launchableTarget)
          Method decorate is called when a new frimble has been openon of the desktop.
 boolean LaunchedTarget.isFromThisLaunchableTarget(LaunchableTarget launchableTarget)
          Method isFromThisLaunchableTarget
 java.lang.Object AppLauncher.launchApp(LaunchableTarget launchableTarget)
          Ask the desktop to launch an application by it's name.
 java.lang.Object AppLauncher.launchApp(LaunchableTarget launchableTarget, javax.swing.JComponent inHere)
          Method launchApp
 void DesktopKernel.uninstall(LaunchableTarget launchableTarget)
          Method uninstall
 

Uses of LaunchableTarget in org.jesktop.launchable
 

Subinterfaces of LaunchableTarget in org.jesktop.launchable
 interface ConfigletLaunchableTarget
          Interface ConfigletLaunchableTarget
 interface DecoratorLaunchableTarget
          Interface DecoratorLaunchableTarget
 interface NormalLaunchableTarget
          Interface DecoratorLaunchableTarget
 

Uses of LaunchableTarget in org.jesktop.mime
 

Methods in org.jesktop.mime that return LaunchableTarget
 LaunchableTarget[] MimeInfo.getActions()
          Get all actions associated with this Mime (View, Edit, Print, ...)
 

Uses of LaunchableTarget in org.jesktop.services
 

Methods in org.jesktop.services with parameters of type LaunchableTarget
 LaunchedTarget DesktopKernelService.makeKernelLaunchedTarget(Frimble frimble, java.lang.Object instantiatedApp, LaunchableTarget launchableTarget)
           
 



Copyright © 2004 Jesktop Project. All Rights Reserved.