TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.birt.ui.internal
Class BIRTTemplateReportWizard

java.lang.Object
  extended byorg.eclipse.jface.wizard.Wizard
      extended byorg.eclipse.hyades.ui.internal.wizard.HyadesWizard
          extended byorg.eclipse.hyades.ui.report.ReportGeneratorWizard
              extended byorg.eclipse.tptp.platform.report.birt.ui.internal.BIRTReportsWizard
                  extended byorg.eclipse.tptp.platform.report.birt.ui.internal.BIRTTemplateReportWizard
All Implemented Interfaces:
org.eclipse.hyades.ui.util.IDisposable, org.eclipse.jface.wizard.IWizard, org.eclipse.jface.wizard.IWizardNode, org.eclipse.ui.IWorkbenchWizard

public abstract class BIRTTemplateReportWizard
extends BIRTReportsWizard


Field Summary
protected  LocationPage locationPage
           
 
Fields inherited from class org.eclipse.tptp.platform.report.birt.ui.internal.BIRTReportsWizard
EDITOR_ID, sort
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
BIRTTemplateReportWizard()
           
 
Method Summary
protected  void addReportPages()
           
protected  org.eclipse.jface.viewers.IStructuredSelection adjustLocation()
           
protected  java.io.InputStream getReportTemplate()
           
protected  void initPages()
          Instantiates the wizard pages provided by this wizard.
 
Methods inherited from class org.eclipse.tptp.platform.report.birt.ui.internal.BIRTReportsWizard
generate, getActiveWorkbenchPage, getEditorId, getReportElement, getReportFile, getResourceLocator, imageDir, initGenerate, openEditor
 
Methods inherited from class org.eclipse.hyades.ui.report.ReportGeneratorWizard
addPages, getExtent, getWizard, isAvailable, isContentCreated, performFinish
 
Methods inherited from class org.eclipse.hyades.ui.internal.wizard.HyadesWizard
createPageControls, dispose, getSelection, getWorkbench, init, setPageHelpIds
 
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
clone, equals, finalize, 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
 

Field Detail

locationPage

protected LocationPage locationPage
Constructor Detail

BIRTTemplateReportWizard

public BIRTTemplateReportWizard()
Method Detail

addReportPages

protected void addReportPages()
                       throws java.lang.Exception
Throws:
java.lang.Exception

initPages

protected void initPages()
Description copied from class: HyadesWizard
Instantiates the wizard pages provided by this wizard.

Specified by:
initPages in class HyadesWizard

getReportTemplate

protected java.io.InputStream getReportTemplate()

adjustLocation

protected org.eclipse.jface.viewers.IStructuredSelection adjustLocation()

TPTP 4.2.0 Platform Project
Internal API Specification