|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a configuration page displayed as part of a configuration wizard that can be associated with either a data collector or an analysis type.
| Method Summary | |
|---|---|
void |
addErrorListener(IStatusListener statusListener)
Clients should be able to register listners that will be notified when there is a change in a page that might possibly cause an error. |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Create the controls of the page using 'parent' as the parent composite |
java.lang.String |
getDescription()
Return the description for this configuration page. |
java.lang.String |
getPageName()
Returns the page name of this page. |
java.lang.String |
getTitle()
Returns the title of the configuration page that will displayed as part of the wizard. |
org.eclipse.jface.resource.ImageDescriptor |
getWizardBanner()
Return the wizard banner for this page. |
void |
reset(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
This method is invoked to reset the values of controls displayed as part of the wizard page. |
| Method Detail |
public void reset(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
createControl(Composite)
launchConfiguration - The launch configuration that is currently selected.public void createControl(org.eclipse.swt.widgets.Composite parent)
parent - The parent compositepublic java.lang.String getPageName()
public java.lang.String getTitle()
public org.eclipse.jface.resource.ImageDescriptor getWizardBanner()
public java.lang.String getDescription()
public void addErrorListener(IStatusListener statusListener)
This class is obligated to:
statusListener.handleErrorEvent(String) when
there is an error in the current page.
statusListener.handleOKEvent () when there
are not errors in the current page.
statusListener - The listener object to be registered
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||