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

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
      extended by de.cau.cs.kieler.sim.kiem.ui.launching.AbstractLaunchConfigurationTabGroup
All Implemented Interfaces:
ILaunchConfigurationTabGroup

public class AbstractLaunchConfigurationTabGroup
extends AbstractLaunchConfigurationTabGroup

The class AbstractLaunchConfigurationTabGroup creates the tabs for the launch configuration. By convention a CommonTab is required to be created.

Rating proposed yellow
(2011-07-15)

Field Summary
 
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
 
Constructor Summary
AbstractLaunchConfigurationTabGroup()
          Instantiates a new abstract launch configuration tab group.
 
Method Summary
 void createTabs(ILaunchConfigurationDialog dialog, 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

AbstractLaunchConfigurationTabGroup

public AbstractLaunchConfigurationTabGroup()
Instantiates a new abstract launch configuration tab group.

Method Detail

createTabs

public void createTabs(ILaunchConfigurationDialog dialog,
                       String mode)