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

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

public class CPathIncludeSymbolEntryPerFilePage
extends CPathIncludeSymbolEntryBasePage


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CPathIncludeSymbolEntryPerFilePage(IStatusChangeListener context)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.util.List getCPaths()
           
 org.eclipse.swt.graphics.Image getImage()
           
 java.util.List getSelection()
           
 void init(org.eclipse.cdt.core.model.ICElement cElement, java.util.List cPaths)
           
 boolean isEntryKind(int kind)
           
 void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void performDefaults()
           
 void setSelection(java.util.List selElements)
           
 
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, 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

CPathIncludeSymbolEntryPerFilePage

public CPathIncludeSymbolEntryPerFilePage(IStatusChangeListener context)
Method Detail

createControl

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

getImage

public org.eclipse.swt.graphics.Image getImage()
Specified by:
getImage in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
getImage in class org.eclipse.jface.dialogs.DialogPage

init

public void init(org.eclipse.cdt.core.model.ICElement cElement,
                 java.util.List cPaths)
Specified by:
init in class CPathIncludeSymbolEntryBasePage

getSelection

public java.util.List getSelection()
Specified by:
getSelection in class CPathBasePage

setSelection

public void setSelection(java.util.List selElements)
Specified by:
setSelection in class CPathBasePage

isEntryKind

public boolean isEntryKind(int kind)
Specified by:
isEntryKind in class CPathBasePage

performApply

public void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
                  throws org.eclipse.core.runtime.CoreException
Specified by:
performApply in interface ICOptionPage
Specified by:
performApply in class AbstractCOptionPage
Throws:
org.eclipse.core.runtime.CoreException

performDefaults

public void performDefaults()
Specified by:
performDefaults in interface ICOptionPage
Specified by:
performDefaults in class AbstractCOptionPage

getCPaths

public java.util.List getCPaths()
Specified by:
getCPaths in class CPathIncludeSymbolEntryBasePage