org.eclipse.cdt.make.ui.dialogs
Class GCCPerFileSCDProfilePage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.make.ui.dialogs.AbstractDiscoveryPage
          extended by org.eclipse.cdt.make.ui.dialogs.GCCPerFileSCDProfilePage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class GCCPerFileSCDProfilePage
extends AbstractDiscoveryPage

SCD per project profile property/preference page

Author:
vhirsl

Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
GCCPerFileSCDProfilePage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 
Methods inherited from class org.eclipse.cdt.make.ui.dialogs.AbstractDiscoveryPage
performApply, performDefaults, setContainer
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, performHelp, setDescription, setErrorMessage, setImageDescriptor, setMessage, setMessage, setTitle, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCCPerFileSCDProfilePage

public GCCPerFileSCDProfilePage()
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)