org.eclipse.cdt.debug.mi.internal.ui
Class CygwinDebuggerPage

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended by org.eclipse.cdt.debug.ui.AbstractCDebuggerPage
          extended by org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
              extended by org.eclipse.cdt.debug.mi.internal.ui.CygwinDebuggerPage
All Implemented Interfaces:
java.util.Observer, ICDebuggerPage, org.eclipse.debug.ui.ILaunchConfigurationTab

public class CygwinDebuggerPage
extends GDBDebuggerPage

CygWin-specific extension of GDBDebuggerPage.


Constructor Summary
CygwinDebuggerPage()
           
 
Method Summary
 void createTabs(org.eclipse.swt.widgets.TabFolder tabFolder)
           
 java.lang.String getName()
           
 
Methods inherited from class org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage
activated, createControl, createMainTab, createSolibBlock, createSolibTab, dispose, initializeFrom, isValid, performApply, setDefaults, update
 
Methods inherited from class org.eclipse.cdt.debug.ui.AbstractCDebuggerPage
getDebuggerIdentifier, init
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, deactivated, getControl, getErrorMessage, getImage, getMessage, launched, setLaunchConfigurationDialog
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
canSave, deactivated, getControl, getErrorMessage, getImage, getMessage, launched, setLaunchConfigurationDialog
 

Constructor Detail

CygwinDebuggerPage

public CygwinDebuggerPage()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Overrides:
getName in class GDBDebuggerPage

createTabs

public void createTabs(org.eclipse.swt.widgets.TabFolder tabFolder)
Overrides:
createTabs in class GDBDebuggerPage