|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.cdt.ui.dialogs.AbstractCOptionPage
org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathBasePage
org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathIncludeSymbolEntryBasePage
public abstract class CPathIncludeSymbolEntryBasePage
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 |
---|
public CPathIncludeSymbolEntryBasePage(java.lang.String title)
public CPathIncludeSymbolEntryBasePage(java.lang.String title, org.eclipse.jface.resource.ImageDescriptor image)
Method Detail |
---|
public abstract void init(org.eclipse.cdt.core.model.ICElement cElement, java.util.List cPaths)
public abstract java.util.List getCPaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |