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

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

public abstract class AbstractDiscoveryPage
extends org.eclipse.jface.dialogs.DialogPage

Abstract SCD profile page

Author:
vhirsl

Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
AbstractDiscoveryPage()
           
AbstractDiscoveryPage(java.lang.String title)
           
AbstractDiscoveryPage(java.lang.String title, org.eclipse.jface.resource.ImageDescriptor image)
           
 
Method Summary
 void performApply()
           
 void performDefaults()
           
 void setContainer(AbstractDiscoveryOptionsBlock container)
           
 
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
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl
 

Constructor Detail

AbstractDiscoveryPage

public AbstractDiscoveryPage()

AbstractDiscoveryPage

public AbstractDiscoveryPage(java.lang.String title)
Parameters:
title -

AbstractDiscoveryPage

public AbstractDiscoveryPage(java.lang.String title,
                             org.eclipse.jface.resource.ImageDescriptor image)
Parameters:
title -
image -
Method Detail

setContainer

public void setContainer(AbstractDiscoveryOptionsBlock container)
Parameters:
container - The fContainer to set.

performApply

public void performApply()

performDefaults

public void performDefaults()