public abstract class AbstractLaunchDelegate extends Object implements ILaunchShortcut, ILaunchShortcut2, ILaunchConfigurationDelegate
Constructor and Description |
---|
AbstractLaunchDelegate() |
Modifier and Type | Method and Description |
---|---|
IResource |
getLaunchableResource(IEditorPart editorpart) |
IResource |
getLaunchableResource(ISelection selection) |
ILaunchConfiguration[] |
getLaunchConfigurations(IEditorPart editorpart) |
ILaunchConfiguration[] |
getLaunchConfigurations(ISelection selection) |
void |
launch(IEditorPart editor,
String mode) |
void |
launch(ISelection selection,
String mode) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
launch
public final void launch(IEditorPart editor, String mode)
launch
in interface ILaunchShortcut
public final void launch(ISelection selection, String mode)
launch
in interface ILaunchShortcut
public final IResource getLaunchableResource(IEditorPart editorpart)
getLaunchableResource
in interface ILaunchShortcut2
public final IResource getLaunchableResource(ISelection selection)
getLaunchableResource
in interface ILaunchShortcut2
public final ILaunchConfiguration[] getLaunchConfigurations(IEditorPart editorpart)
getLaunchConfigurations
in interface ILaunchShortcut2
public final ILaunchConfiguration[] getLaunchConfigurations(ISelection selection)
getLaunchConfigurations
in interface ILaunchShortcut2