|
||||||||||
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.ui.dialogs.AbstractIndexerPage
public abstract class AbstractIndexerPage
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.core.resources.IProject |
getCurrentProject()
|
java.util.Properties |
getProperties()
Return the properties according to the selections on the page. |
void |
performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
getProperties() will be called instead. |
void |
performDefaults()
setProperties(Properties) will be called instead. |
void |
setProperties(java.util.Properties properties)
Use the properties to initialize the controls of the page. |
void |
updateEnablement()
|
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, 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 |
Method Detail |
---|
public final org.eclipse.core.resources.IProject getCurrentProject()
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
createControl
in class AbstractCOptionPage
public void setProperties(java.util.Properties properties)
public java.util.Properties getProperties()
public final void performApply(org.eclipse.core.runtime.IProgressMonitor monitor)
getProperties()
will be called instead.
performApply
in interface ICOptionPage
performApply
in class AbstractCOptionPage
public final void performDefaults()
setProperties(Properties)
will be called instead.
performDefaults
in interface ICOptionPage
performDefaults
in class AbstractCOptionPage
public void updateEnablement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |