com.aptana.ide.debug.internal.ui
Class JSLaunchShortcut

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.JSLaunchShortcut
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut

public class JSLaunchShortcut
extends java.lang.Object
implements org.eclipse.debug.ui.ILaunchShortcut

Author:
Max Stepanov

Constructor Summary
JSLaunchShortcut()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSLaunchShortcut

public JSLaunchShortcut()
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
See Also:
ILaunchShortcut.launch(org.eclipse.jface.viewers.ISelection, java.lang.String)

launch

public void launch(org.eclipse.ui.IEditorPart editor,
                   java.lang.String mode)
Specified by:
launch in interface org.eclipse.debug.ui.ILaunchShortcut
See Also:
ILaunchShortcut.launch(org.eclipse.ui.IEditorPart, java.lang.String)