Package net.officefloor.eclipse.launch
Class OfficeFloorLaunchShortcut
- java.lang.Object
-
- net.officefloor.eclipse.launch.OfficeFloorLaunchShortcut
-
- All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut
public class OfficeFloorLaunchShortcut extends java.lang.Object implements org.eclipse.debug.ui.ILaunchShortcut
ILaunchShortcut
for theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorLaunchShortcut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
launch(org.eclipse.jface.viewers.ISelection selection, java.lang.String mode)
void
launch(org.eclipse.ui.IEditorPart editor, java.lang.String mode)
-
-
-
Method Detail
-
launch
public void launch(org.eclipse.jface.viewers.ISelection selection, java.lang.String mode)
- Specified by:
launch
in interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
launch
public void launch(org.eclipse.ui.IEditorPart editor, java.lang.String mode)
- Specified by:
launch
in interfaceorg.eclipse.debug.ui.ILaunchShortcut
-
-