Uses of Interface
org.eclipse.launchbar.core.target.ILaunchTarget
-
-
Uses of ILaunchTarget in org.eclipse.launchbar.core
Fields in org.eclipse.launchbar.core with type parameters of type ILaunchTarget Modifier and Type Field Description private java.util.Map<ILaunchDescriptor,java.util.Map<ILaunchTarget,org.eclipse.debug.core.ILaunchConfiguration>>PerTargetLaunchConfigProvider. configMapMethods in org.eclipse.launchbar.core that return ILaunchTarget Modifier and Type Method Description ILaunchTargetILaunchBarManager. getActiveLaunchTarget()protected abstract ILaunchTargetPerTargetLaunchConfigProvider. getLaunchTarget(org.eclipse.debug.core.ILaunchConfiguration configuration)ILaunchTarget[]ILaunchBarManager. getLaunchTargets(ILaunchDescriptor desc)Methods in org.eclipse.launchbar.core with parameters of type ILaunchTarget Modifier and Type Method Description default voidILaunchBarListener. activeLaunchTargetChanged(ILaunchTarget target)protected org.eclipse.debug.core.ILaunchConfigurationAbstractLaunchConfigProvider. createLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationDefaultLaunchConfigProvider. getLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationILaunchBarManager. getLaunchConfiguration(ILaunchDescriptor desc, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationILaunchConfigurationProvider. getLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)Create a launch configuration for the descriptor to launch on the target.org.eclipse.debug.core.ILaunchConfigurationPerTargetLaunchConfigProvider. getLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationProjectLaunchConfigProvider. getLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationTypeDefaultLaunchConfigProvider. getLaunchConfigurationType(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationTypeILaunchBarManager. getLaunchConfigurationType(ILaunchDescriptor desc, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationTypeILaunchConfigurationProvider. getLaunchConfigurationType(ILaunchDescriptor descriptor, ILaunchTarget target)Return the launch configuation type for the descriptor and target.booleanAbstractLaunchConfigProvider. launchDescriptorMatches(ILaunchDescriptor descriptor, org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)booleanDefaultLaunchConfigProvider. launchDescriptorMatches(ILaunchDescriptor descriptor, org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)booleanILaunchConfigurationProvider. launchDescriptorMatches(ILaunchDescriptor descriptor, org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)Return true if given descriptor is associated with given launch configuration.voidDefaultLaunchConfigProvider. launchTargetRemoved(ILaunchTarget target)voidILaunchConfigurationProvider. launchTargetRemoved(ILaunchTarget target)A launch target has been removed.voidPerTargetLaunchConfigProvider. launchTargetRemoved(ILaunchTarget target)voidProjectLaunchConfigProvider. launchTargetRemoved(ILaunchTarget target)protected voidAbstractLaunchConfigProvider. populateLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target, org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)protected voidProjectLaunchConfigProvider. populateLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target, org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)protected voidProjectPerTargetLaunchConfigProvider. populateLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target, org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)voidILaunchBarManager. setActiveLaunchTarget(ILaunchTarget target)booleanDefaultLaunchConfigProvider. supports(ILaunchDescriptor descriptor, ILaunchTarget target)booleanILaunchConfigurationProvider. supports(ILaunchDescriptor descriptor, ILaunchTarget target)Does this config provider provide launch configurations for the combination of descriptor and target.booleanProjectPerTargetLaunchConfigProvider. supports(ILaunchDescriptor descriptor, ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.core.internal
Fields in org.eclipse.launchbar.core.internal declared as ILaunchTarget Modifier and Type Field Description private ILaunchTargetLaunchBarManager. activeLaunchTargetMethods in org.eclipse.launchbar.core.internal that return ILaunchTarget Modifier and Type Method Description ILaunchTargetLaunchBarManager. getActiveLaunchTarget()private ILaunchTargetLaunchBarManager. getDefaultLaunchTarget(ILaunchDescriptor descriptor)ILaunchTarget[]LaunchBarManager. getLaunchTargets(ILaunchDescriptor descriptor)Methods in org.eclipse.launchbar.core.internal with parameters of type ILaunchTarget Modifier and Type Method Description org.eclipse.debug.core.ILaunchConfigurationLaunchBarManager. getLaunchConfiguration(ILaunchDescriptor descriptor, ILaunchTarget target)org.eclipse.debug.core.ILaunchConfigurationTypeLaunchBarManager. getLaunchConfigurationType(ILaunchDescriptor descriptor, ILaunchTarget target)private ILaunchDescriptorLaunchBarManager. getLaunchDescriptor(org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)private Pair<java.lang.String,java.lang.String>LaunchBarManager. getTargetId(ILaunchTarget target)private booleanLaunchBarManager. launchDescriptorMatches(ILaunchDescriptor desc, org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)voidLaunchBarManager. launchTargetAdded(ILaunchTarget target)voidLaunchBarManager. launchTargetRemoved(ILaunchTarget target)private voidLaunchBarManager. setActive(org.eclipse.debug.core.ILaunchConfiguration config, java.lang.String mode, ILaunchTarget target)voidLaunchBarManager. setActiveLaunchTarget(ILaunchTarget target)voidLaunchBarManager. setLaunchTarget(ILaunchDescriptor desc, ILaunchTarget target)Sets preferred target for launch descriptorprivate voidLaunchBarManager. storeLaunchTarget(ILaunchDescriptor desc, ILaunchTarget target)(package private) booleanLaunchBarManager. supportsTarget(ILaunchDescriptor descriptor, ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.core.internal.target
Classes in org.eclipse.launchbar.core.internal.target that implement ILaunchTarget Modifier and Type Class Description classLaunchTargetclassLaunchTargetWorkingCopyFields in org.eclipse.launchbar.core.internal.target with type parameters of type ILaunchTarget Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<java.lang.String,ILaunchTarget>>LaunchTargetManager. targetsMethods in org.eclipse.launchbar.core.internal.target that return ILaunchTarget Modifier and Type Method Description ILaunchTargetLaunchTargetManager. addLaunchTarget(java.lang.String typeId, java.lang.String id)ILaunchTargetLaunchTargetManager. getDefaultLaunchTarget(org.eclipse.debug.core.ILaunchConfiguration configuration)ILaunchTargetLaunchTargetManager. getLaunchTarget(java.lang.String typeId, java.lang.String id)ILaunchTarget[]LaunchTargetManager. getLaunchTargets()ILaunchTarget[]LaunchTargetManager. getLaunchTargetsOfType(java.lang.String typeId)ILaunchTargetLaunchTargetWorkingCopy. getOriginal()ILaunchTargetLaunchTargetWorkingCopy. save()Methods in org.eclipse.launchbar.core.internal.target with parameters of type ILaunchTarget Modifier and Type Method Description TargetStatusLaunchTargetManager. getStatus(ILaunchTarget target)TargetStatusLocalLaunchTargetProvider. getStatus(ILaunchTarget target)voidLaunchTargetManager. removeLaunchTarget(ILaunchTarget target)voidLaunchTargetManager. setDefaultLaunchTarget(org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)voidLaunchTargetManager. targetStatusChanged(ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.core.target
Subinterfaces of ILaunchTarget in org.eclipse.launchbar.core.target Modifier and Type Interface Description interfaceILaunchTargetWorkingCopyWorking copy to set attributes on a target and then save them.Fields in org.eclipse.launchbar.core.target declared as ILaunchTarget Modifier and Type Field Description static ILaunchTargetILaunchTarget. NULL_TARGETThe null target, which is the default when no other target is available.Methods in org.eclipse.launchbar.core.target that return ILaunchTarget Modifier and Type Method Description ILaunchTargetILaunchTargetManager. addLaunchTarget(java.lang.String typeId, java.lang.String id)Add a launch target with the given typeId, id, and name.ILaunchTargetILaunchTargetManager. getDefaultLaunchTarget(org.eclipse.debug.core.ILaunchConfiguration configuration)What is the default target to use for this launch configuration.ILaunchTargetILaunchTargetManager. getLaunchTarget(java.lang.String typeId, java.lang.String id)Return the launch target with the given typeId and nameILaunchTarget[]ILaunchTargetManager. getLaunchTargets()The list of all launch targets.ILaunchTarget[]ILaunchTargetManager. getLaunchTargetsOfType(java.lang.String typeId)The list of launch targets with a given type id.ILaunchTargetILaunchTargetWorkingCopy. getOriginal()Get the original launch target.ILaunchTargetILaunchTargetWorkingCopy. save()Save the changes to the original working copy.Methods in org.eclipse.launchbar.core.target with parameters of type ILaunchTarget Modifier and Type Method Description TargetStatusILaunchTargetManager. getStatus(ILaunchTarget target)Return the status of the launch target.TargetStatusILaunchTargetProvider. getStatus(ILaunchTarget target)Fetch the status for the launch target.default voidILaunchTargetListener. launchTargetAdded(ILaunchTarget target)A launch target was added.default voidILaunchTargetListener. launchTargetRemoved(ILaunchTarget target)A launch target was removed.default voidILaunchTargetListener. launchTargetStatusChanged(ILaunchTarget target)The status of a target has changed.voidILaunchTargetManager. removeLaunchTarget(ILaunchTarget target)Removes a launch target.voidILaunchTargetManager. setDefaultLaunchTarget(org.eclipse.debug.core.ILaunchConfiguration configuration, ILaunchTarget target)Set the default target for the given launch configuration.voidILaunchTargetManager. targetStatusChanged(ILaunchTarget target)The status of the launch target has changed. -
Uses of ILaunchTarget in org.eclipse.launchbar.core.target.launch
Fields in org.eclipse.launchbar.core.target.launch declared as ILaunchTarget Modifier and Type Field Description private ILaunchTargetTargetedLaunch. launchTargetMethods in org.eclipse.launchbar.core.target.launch that return ILaunchTarget Modifier and Type Method Description ILaunchTargetITargetedLaunch. getLaunchTarget()The target this launch will or is running on.ILaunchTargetTargetedLaunch. getLaunchTarget()Methods in org.eclipse.launchbar.core.target.launch with parameters of type ILaunchTarget Modifier and Type Method Description booleanILaunchConfigurationTargetedDelegate. buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.booleanLaunchConfigurationTargetedDelegate. buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)booleanILaunchConfigurationTargetedDelegate. finalLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)Returns whether a launch should proceed.booleanLaunchConfigurationTargetedDelegate. finalLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)ITargetedLaunchILaunchConfigurationTargetedDelegate. getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target)Returns a launch object to use when launching the given launch configuration in the given mode, ornullif a new default launch object should be created by the debug platform.ITargetedLaunchLaunchConfigurationTargetedDelegate. getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target)booleanILaunchConfigurationTargetedDelegate. preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)Returns whether a launch should proceed.booleanLaunchConfigurationTargetedDelegate. preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, ILaunchTarget target, org.eclipse.core.runtime.IProgressMonitor monitor)Constructors in org.eclipse.launchbar.core.target.launch with parameters of type ILaunchTarget Constructor Description TargetedLaunch(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration, java.lang.String mode, ILaunchTarget launchTarget, org.eclipse.debug.core.model.ISourceLocator locator) -
Uses of ILaunchTarget in org.eclipse.launchbar.remote.core
Methods in org.eclipse.launchbar.remote.core with parameters of type ILaunchTarget Modifier and Type Method Description TargetStatusRemoteLaunchTargetProvider. getStatus(ILaunchTarget target)protected voidRemoteLaunchTargetProvider. initLaunchTarget(ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.ui
Methods in org.eclipse.launchbar.ui that return ILaunchTarget Modifier and Type Method Description ILaunchTargetILaunchBarLaunchConfigDialog. getLaunchTarget()The target associated with the edit session, usually the active target when the session was started. -
Uses of ILaunchTarget in org.eclipse.launchbar.ui.controls.internal
Fields in org.eclipse.launchbar.ui.controls.internal declared as ILaunchTarget Modifier and Type Field Description private static ILaunchTarget[]TargetSelector. noTargetsMethods in org.eclipse.launchbar.ui.controls.internal with parameters of type ILaunchTarget Modifier and Type Method Description voidLaunchBarControl. activeLaunchTargetChanged(ILaunchTarget target)voidTargetSelector. launchTargetStatusChanged(ILaunchTarget target)voidTargetSelector. setToolTipText(ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.ui.internal
Fields in org.eclipse.launchbar.ui.internal declared as ILaunchTarget Modifier and Type Field Description private ILaunchTargetLaunchBarLaunchConfigDialog. targetMethods in org.eclipse.launchbar.ui.internal that return ILaunchTarget Modifier and Type Method Description ILaunchTargetLaunchBarLaunchConfigDialog. getLaunchTarget()Constructors in org.eclipse.launchbar.ui.internal with parameters of type ILaunchTarget Constructor Description LaunchBarLaunchConfigDialog(org.eclipse.swt.widgets.Shell shell, org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy, ILaunchDescriptor descriptor, org.eclipse.debug.core.ILaunchMode mode, ILaunchTarget target, org.eclipse.debug.ui.ILaunchConfigurationTabGroup buildTabGroup) -
Uses of ILaunchTarget in org.eclipse.launchbar.ui.internal.target
Methods in org.eclipse.launchbar.ui.internal.target with parameters of type ILaunchTarget Modifier and Type Method Description voidLaunchTargetUIManager. editLaunchTarget(ILaunchTarget target)org.eclipse.jface.viewers.ILabelProviderLaunchTargetUIManager. getLabelProvider(ILaunchTarget target) -
Uses of ILaunchTarget in org.eclipse.launchbar.ui.target
Fields in org.eclipse.launchbar.ui.target declared as ILaunchTarget Modifier and Type Field Description protected ILaunchTargetLaunchTargetWizard. launchTargetMethods in org.eclipse.launchbar.ui.target that return ILaunchTarget Modifier and Type Method Description ILaunchTargetLaunchTargetWizard. getLaunchTarget()Methods in org.eclipse.launchbar.ui.target with parameters of type ILaunchTarget Modifier and Type Method Description voidILaunchTargetUIManager. editLaunchTarget(ILaunchTarget target)Open a dialog to edit the specified launch target.org.eclipse.jface.viewers.ILabelProviderILaunchTargetUIManager. getLabelProvider(ILaunchTarget target)Return a label provider that gives the test and image for the target.voidLaunchTargetWizard. setLaunchTarget(ILaunchTarget launchTarget)
-