org.eclipse.cdt.ui.dialogs
Class NullIndexerBlock

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
          extended by org.eclipse.cdt.ui.dialogs.AbstractIndexerPage
              extended by org.eclipse.cdt.ui.dialogs.NullIndexerBlock
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class NullIndexerBlock
extends AbstractIndexerPage

Author:
Bogdan Gheorghe

Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
NullIndexerBlock()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.util.Properties getProperties()
          Return the properties according to the selections on the page.
 void setProperties(java.util.Properties properties)
          Use the properties to initialize the controls of the page.
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractIndexerPage
getCurrentProject, performApply, performDefaults, updateEnablement
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
isValid, 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
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

NullIndexerBlock

public NullIndexerBlock()
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
createControl in class AbstractIndexerPage

getProperties

public java.util.Properties getProperties()
Description copied from class: AbstractIndexerPage
Return the properties according to the selections on the page.

Overrides:
getProperties in class AbstractIndexerPage

setProperties

public void setProperties(java.util.Properties properties)
Description copied from class: AbstractIndexerPage
Use the properties to initialize the controls of the page. Fill in defaults for properties that are missing.

Overrides:
setProperties in class AbstractIndexerPage