Uses of Interface
org.eclipse.launchbar.core.target.ILaunchTargetManager
-
-
Uses of ILaunchTargetManager in org.eclipse.launchbar.core.internal
Fields in org.eclipse.launchbar.core.internal declared as ILaunchTargetManager Modifier and Type Field Description private ILaunchTargetManagerLaunchBarManager. launchTargetManagerMethods in org.eclipse.launchbar.core.internal that return ILaunchTargetManager Modifier and Type Method Description (package private) ILaunchTargetManagerLaunchBarManager. getLaunchTargetManager() -
Uses of ILaunchTargetManager in org.eclipse.launchbar.core.internal.target
Classes in org.eclipse.launchbar.core.internal.target that implement ILaunchTargetManager Modifier and Type Class Description classLaunchTargetManagerMethods in org.eclipse.launchbar.core.internal.target with parameters of type ILaunchTargetManager Modifier and Type Method Description voidLocalLaunchTargetProvider. init(ILaunchTargetManager targetManager) -
Uses of ILaunchTargetManager in org.eclipse.launchbar.core.target
Methods in org.eclipse.launchbar.core.target with parameters of type ILaunchTargetManager Modifier and Type Method Description voidILaunchTargetProvider. init(ILaunchTargetManager targetManager)Called by the launch target manager when it first sees a target of the type. -
Uses of ILaunchTargetManager in org.eclipse.launchbar.remote.core
Fields in org.eclipse.launchbar.remote.core declared as ILaunchTargetManager Modifier and Type Field Description private ILaunchTargetManagerRemoteLaunchTargetProvider. targetManagerMethods in org.eclipse.launchbar.remote.core with parameters of type ILaunchTargetManager Modifier and Type Method Description voidRemoteLaunchTargetProvider. init(ILaunchTargetManager targetManager) -
Uses of ILaunchTargetManager in org.eclipse.launchbar.ui.controls.internal
Fields in org.eclipse.launchbar.ui.controls.internal declared as ILaunchTargetManager Modifier and Type Field Description private ILaunchTargetManagerTargetSelector. targetManager
-