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

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
All Implemented Interfaces:
ICOptionPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider
Direct Known Subclasses:
CPathContainerEntryPage, CPathIncludeSymbolEntryBasePage, CPathLibraryEntryPage, CPathOrderExportPage, CPathOutputEntryPage, CPathProjectsEntryPage, CPathSourceEntryPage

public abstract class CPathBasePage
extends AbstractCOptionPage


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CPathBasePage(java.lang.String title)
           
CPathBasePage(java.lang.String title, org.eclipse.jface.resource.ImageDescriptor image)
           
 
Method Summary
abstract  java.util.List getSelection()
           
abstract  boolean isEntryKind(int kind)
           
abstract  void setSelection(java.util.List selection)
           
 
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

CPathBasePage

public CPathBasePage(java.lang.String title)

CPathBasePage

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

getSelection

public abstract java.util.List getSelection()

setSelection

public abstract void setSelection(java.util.List selection)

isEntryKind

public abstract boolean isEntryKind(int kind)