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

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.GCCPerProjectSCDProfilePage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class GCCPerProjectSCDProfilePage
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
GCCPerProjectSCDProfilePage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getErrorMessage()
           
 boolean isValid()
           
 
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, 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

GCCPerProjectSCDProfilePage

public GCCPerProjectSCDProfilePage()
Method Detail

createControl

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

isValid

public boolean isValid()

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
getErrorMessage in class org.eclipse.jface.dialogs.DialogPage