org.eclipse.emf.mwe.internal.ui.debug.launching.ui
Class MWELaunchConfigTabGroup

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
      extended by org.eclipse.emf.mwe.internal.ui.debug.launching.ui.MWELaunchConfigTabGroup
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTabGroup

public class MWELaunchConfigTabGroup
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup

This class defines the available tabs of a workflow launch config dialog. Compared with the Java launch dialog there is a special main tab.
Carried over from Java are JavaArgumentsTab, JavaClasspathTab and CommonTab.
There are no JavaJRETab, SourceLookupTab and EnvironmentTab.


Field Summary
 
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
 
Constructor Summary
MWELaunchConfigTabGroup()
           
 
Method Summary
 void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog, java.lang.String mode)
           
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MWELaunchConfigTabGroup

public MWELaunchConfigTabGroup()
Method Detail

createTabs

public void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog,
                       java.lang.String mode)