org.eclipse.cdt.make.internal.ui
Class ErrorParserBlock

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.AbstractErrorParserBlock
              extended by org.eclipse.cdt.make.internal.ui.ErrorParserBlock
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider

public class ErrorParserBlock
extends AbstractErrorParserBlock


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
ErrorParserBlock(org.eclipse.core.runtime.Preferences preferences)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 void saveErrorParsers(org.eclipse.core.resources.IProject project, java.lang.String[] parserIDs)
          To be implemented. abstract method.
 void setContainer(ICOptionContainer container)
           
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock
getImage, performApply, performDefaults, updateValues
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
isValid
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
dispose, getControl, getDescription, getErrorMessage, 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, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Constructor Detail

ErrorParserBlock

public ErrorParserBlock(org.eclipse.core.runtime.Preferences preferences)
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 AbstractErrorParserBlock

saveErrorParsers

public void saveErrorParsers(org.eclipse.core.resources.IProject project,
                             java.lang.String[] parserIDs)
                      throws org.eclipse.core.runtime.CoreException
Description copied from class: AbstractErrorParserBlock
To be implemented. abstract method.

Throws:
org.eclipse.core.runtime.CoreException

setContainer

public void setContainer(ICOptionContainer container)
Specified by:
setContainer in interface ICOptionPage
Overrides:
setContainer in class AbstractCOptionPage