org.eclipse.cdt.ui.dialogs
Class IndexerOptionPropertyPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.preference.PreferencePage
          extended by org.eclipse.ui.dialogs.PropertyPage
              extended by org.eclipse.cdt.ui.dialogs.IndexerOptionPropertyPage
All Implemented Interfaces:
ICOptionContainer, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPropertyPage

public class IndexerOptionPropertyPage
extends org.eclipse.ui.dialogs.PropertyPage
implements ICOptionContainer


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
IndexerOptionPropertyPage()
           
 
Method Summary
 org.eclipse.core.runtime.Preferences getPreferences()
          Returns the preference store.
 org.eclipse.core.resources.IProject getProject()
           
 boolean performOk()
           
 void updateContainer()
           
 
Methods inherited from class org.eclipse.ui.dialogs.PropertyPage
getElement, setElement
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, computeSize, createControl, getContainer, getPreferenceStore, isValid, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getMessageType, getShell, getTitle, setDescription, setImageDescriptor, setMessage, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

IndexerOptionPropertyPage

public IndexerOptionPropertyPage()
Method Detail

performOk

public boolean performOk()
Specified by:
performOk in interface org.eclipse.jface.preference.IPreferencePage
Overrides:
performOk in class org.eclipse.jface.preference.PreferencePage

getProject

public org.eclipse.core.resources.IProject getProject()
Specified by:
getProject in interface ICOptionContainer

getPreferences

public org.eclipse.core.runtime.Preferences getPreferences()
Description copied from interface: ICOptionContainer
Returns the preference store.

Specified by:
getPreferences in interface ICOptionContainer
Returns:
the preference store, or null if none

updateContainer

public void updateContainer()
Specified by:
updateContainer in interface ICOptionContainer