org.eclipse.cdt.launch.internal
Class CApplicationLaunchShortcut
java.lang.Object
org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut
- All Implemented Interfaces:
- org.eclipse.debug.ui.ILaunchShortcut
public class CApplicationLaunchShortcut
- extends java.lang.Object
- implements org.eclipse.debug.ui.ILaunchShortcut
Method Summary |
void |
launch(org.eclipse.cdt.core.model.IBinary bin,
java.lang.String mode)
|
void |
launch(org.eclipse.ui.IEditorPart editor,
java.lang.String mode)
|
void |
launch(org.eclipse.jface.viewers.ISelection selection,
java.lang.String mode)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CApplicationLaunchShortcut
public CApplicationLaunchShortcut()
launch
public void launch(org.eclipse.ui.IEditorPart editor,
java.lang.String mode)
- Specified by:
launch
in interface org.eclipse.debug.ui.ILaunchShortcut
launch
public void launch(org.eclipse.jface.viewers.ISelection selection,
java.lang.String mode)
- Specified by:
launch
in interface org.eclipse.debug.ui.ILaunchShortcut
launch
public void launch(org.eclipse.cdt.core.model.IBinary bin,
java.lang.String mode)