org.eclipse.cdt.internal.ui.dialogs.cpaths
Class NewIncludesSymbolsTabBlock

java.lang.Object
  extended by org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock
      extended by org.eclipse.cdt.internal.ui.dialogs.cpaths.AbstractPathOptionBlock
          extended by org.eclipse.cdt.internal.ui.dialogs.cpaths.NewIncludesSymbolsTabBlock
All Implemented Interfaces:
IStatusChangeListener, ICOptionContainer

public class NewIncludesSymbolsTabBlock
extends AbstractPathOptionBlock
implements IStatusChangeListener


Constructor Summary
NewIncludesSymbolsTabBlock(IStatusChangeListener context, int pageToShow)
           
 
Method Summary
 org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
           
 void statusChanged(org.eclipse.core.runtime.IStatus status)
          Called to annonce that the given status has changed
 
Methods inherited from class org.eclipse.cdt.internal.ui.dialogs.cpaths.AbstractPathOptionBlock
configureCProject, getPreferences, getProject, getRawCPath, hasChangesInCPathFile, hasChangesInDialog, init, initializeTimeStamps, setCurrentPage, updateContainer
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock
getCurrentPage, getErrorMessage, getPageIndex, isValid, performApply, performDefaults, setOptionContainer, setVisible, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewIncludesSymbolsTabBlock

public NewIncludesSymbolsTabBlock(IStatusChangeListener context,
                                  int pageToShow)
Method Detail

createContents

public org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
Overrides:
createContents in class TabFolderOptionBlock

statusChanged

public void statusChanged(org.eclipse.core.runtime.IStatus status)
Description copied from interface: IStatusChangeListener
Called to annonce that the given status has changed

Specified by:
statusChanged in interface IStatusChangeListener