de.cau.cs.kieler.sim.kiem.ui.launching
Class KIEMLaunchShortcut

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.ui.launching.KIEMLaunchShortcut
All Implemented Interfaces:
ILaunchShortcut

public class KIEMLaunchShortcut
extends Object
implements ILaunchShortcut

The Class KIEMLaunchShortcut.

Rating proposed yellow
(2011-07-15)

Field Summary
static String KIEM_LAUNCH_TYPE
          The constant KIEM_LAUNCH_TYPE.
 
Constructor Summary
KIEMLaunchShortcut()
           
 
Method Summary
 void launch(IEditorPart editor, String mode)
          
 void launch(ISelection selection, String mode)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIEM_LAUNCH_TYPE

public static final String KIEM_LAUNCH_TYPE
The constant KIEM_LAUNCH_TYPE.

See Also:
Constant Field Values
Constructor Detail

KIEMLaunchShortcut

public KIEMLaunchShortcut()
Method Detail

launch

public void launch(ISelection selection,
                   String mode)

Specified by:
launch in interface ILaunchShortcut

launch

public void launch(IEditorPart editor,
                   String mode)

Specified by:
launch in interface ILaunchShortcut