Eclipse PDE
Release 3.3

org.eclipse.pde.ui.launcher
Class EclipseLauncherTabGroup

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
      extended byorg.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
          extended byorg.eclipse.pde.ui.launcher.EclipseLauncherTabGroup
All Implemented Interfaces:
ILaunchConfigurationTabGroup

public class EclipseLauncherTabGroup
extends AbstractPDELaunchConfigurationTabGroup

Creates and initializes the tabs for the Eclipse Application launch configuration.

This class may be instantiated or subclassed by clients.

Since:
3.3

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

Constructor Detail

EclipseLauncherTabGroup

public EclipseLauncherTabGroup()
Method Detail

createTabs

public void createTabs(ILaunchConfigurationDialog dialog,
                       String mode)

Eclipse PDE
Release 3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.