org.eclipse.cdt.internal.ui.dialogs.cpaths
Class CPathIncludeSymbolEntryBasePage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
          extended by org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathBasePage
              extended by org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryBasePage
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider
Direct Known Subclasses:
CPathIncludeSymbolEntryPage, CPathIncludeSymbolEntryPerFilePage

public abstract class CPathIncludeSymbolEntryBasePage
extends CPathBasePage


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CPathIncludeSymbolEntryBasePage(java.lang.String title)
           
CPathIncludeSymbolEntryBasePage(java.lang.String title, org.eclipse.jface.resource.ImageDescriptor image)
           
 
Method Summary
abstract  java.util.List getCPaths()
           
abstract  void init(org.eclipse.cdt.core.model.ICElement cElement, java.util.List cPaths)
           
 
Methods inherited from class org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathBasePage
getSelection, isEntryKind, setSelection
 
Methods inherited from class org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
createControl, isValid, performApply, performDefaults, 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

CPathIncludeSymbolEntryBasePage

public CPathIncludeSymbolEntryBasePage(java.lang.String title)

CPathIncludeSymbolEntryBasePage

public CPathIncludeSymbolEntryBasePage(java.lang.String title,
                                       org.eclipse.jface.resource.ImageDescriptor image)
Method Detail

init

public abstract void init(org.eclipse.cdt.core.model.ICElement cElement,
                          java.util.List cPaths)

getCPaths

public abstract java.util.List getCPaths()