org.eclipse.xtext.xbase.ui.launching
Class JavaApplicationLaunchShortcut

java.lang.Object
  extended by org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
      extended by org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
          extended by org.eclipse.xtext.xbase.ui.launching.JavaApplicationLaunchShortcut
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut, org.eclipse.debug.ui.ILaunchShortcut2

public class JavaApplicationLaunchShortcut
extends org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut

Author:
Moritz Eysholdt - Initial contribution and API

Constructor Summary
JavaApplicationLaunchShortcut()
           
 
Method Summary
 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 org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
createConfiguration, findTypes, getConfigurationType, getEditorEmptyMessage, getSelectionEmptyMessage, getTypeSelectionTitle
 
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
chooseConfiguration, chooseType, findLaunchConfiguration, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, getShell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaApplicationLaunchShortcut

public JavaApplicationLaunchShortcut()
Method Detail

launch

public void launch(org.eclipse.jface.viewers.ISelection selection,
                   java.lang.String mode)
Specified by:
launch in interface org.eclipse.debug.ui.ILaunchShortcut
Overrides:
launch in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut

launch

public void launch(org.eclipse.ui.IEditorPart editor,
                   java.lang.String mode)
Specified by:
launch in interface org.eclipse.debug.ui.ILaunchShortcut
Overrides:
launch in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut