Uses of Interface
org.eclipse.launchbar.core.ILaunchBarManager
-
-
Uses of ILaunchBarManager in org.eclipse.launchbar.core
Methods in org.eclipse.launchbar.core that return ILaunchBarManager Modifier and Type Method Description protected ILaunchBarManagerPerTargetLaunchConfigProvider. getManager()Methods in org.eclipse.launchbar.core with parameters of type ILaunchBarManager Modifier and Type Method Description voidILaunchObjectProvider. init(ILaunchBarManager manager)Add initial launch objects and set up listeners for new ones. -
Uses of ILaunchBarManager in org.eclipse.launchbar.core.internal
Classes in org.eclipse.launchbar.core.internal that implement ILaunchBarManager Modifier and Type Class Description classLaunchBarManagerThe brains of the launch bar.Fields in org.eclipse.launchbar.core.internal declared as ILaunchBarManager Modifier and Type Field Description private ILaunchBarManagerProjectLaunchObjectProvider. managerMethods in org.eclipse.launchbar.core.internal with parameters of type ILaunchBarManager Modifier and Type Method Description voidProjectLaunchObjectProvider. init(ILaunchBarManager manager) -
Uses of ILaunchBarManager in org.eclipse.launchbar.ui.controls.internal
Fields in org.eclipse.launchbar.ui.controls.internal declared as ILaunchBarManager Modifier and Type Field Description private ILaunchBarManagerConfigSelector. managerprivate ILaunchBarManagerLaunchBarControl. managerprivate ILaunchBarManagerModeSelector. managerprivate ILaunchBarManagerTargetSelector. manager -
Uses of ILaunchBarManager in org.eclipse.launchbar.ui.internal
Fields in org.eclipse.launchbar.ui.internal declared as ILaunchBarManager Modifier and Type Field Description private ILaunchBarManagerLaunchBarUIManager. manager -
Uses of ILaunchBarManager in org.eclipse.launchbar.ui.internal.commands
Methods in org.eclipse.launchbar.ui.internal.commands with parameters of type ILaunchBarManager Modifier and Type Method Description (package private) static voidStopActiveCommandHandler. stopActiveLaunches(ILaunchBarManager launchBarManager)
-