|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.hyades.ui.internal.wizard.HyadesWizard
org.eclipse.hyades.ui.report.ReportGeneratorWizard
public abstract class ReportGeneratorWizard
This class is the base class for the reportGenerators extension.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
ReportGeneratorWizard()
Constructor |
|
| Method Summary | |
|---|---|
void |
addPages()
|
abstract org.eclipse.core.resources.IFile |
generate(org.eclipse.core.runtime.IProgressMonitor monitor)
Generate the report. |
java.lang.String |
getEditorId()
Returns the editor ID to determine the editor to show the generated report. |
org.eclipse.swt.graphics.Point |
getExtent()
|
java.lang.String |
getId()
|
org.eclipse.jface.wizard.IWizard |
getWizard()
|
abstract boolean |
isAvailable(org.eclipse.jface.viewers.ISelection selection)
Return true if the wizard is available for the workbench selection. |
boolean |
isContentCreated()
|
boolean |
performFinish()
The performFinish() method will be called by the wizard that contains this wizard. |
void |
setId(java.lang.String id)
|
| Methods inherited from class org.eclipse.hyades.ui.internal.wizard.HyadesWizard |
|---|
createPageControls, dispose, getSelection, getWorkbench, init |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.wizard.IWizardNode |
|---|
dispose |
| Methods inherited from interface org.eclipse.jface.wizard.IWizard |
|---|
canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
| Constructor Detail |
|---|
public ReportGeneratorWizard()
| Method Detail |
|---|
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.WizardIWizard.addPages()public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.WizardIWizard.performFinish()public java.lang.String getEditorId()
public abstract org.eclipse.core.resources.IFile generate(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.Exception
monitor - that will display a progress bar during the generation.
java.lang.Exceptionpublic org.eclipse.swt.graphics.Point getExtent()
getExtent in interface org.eclipse.jface.wizard.IWizardNodeIWizardNode.getExtent()public org.eclipse.jface.wizard.IWizard getWizard()
getWizard in interface org.eclipse.jface.wizard.IWizardNodeIWizardNode.getWizard()public boolean isContentCreated()
isContentCreated in interface org.eclipse.jface.wizard.IWizardNodeIWizardNode.isContentCreated()public abstract boolean isAvailable(org.eclipse.jface.viewers.ISelection selection)
public java.lang.String getId()
public void setId(java.lang.String id)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||