org.openoffice.ide.eclipse.core.wizards.pages
Class PackageExportWizardPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.openoffice.ide.eclipse.core.wizards.pages.PackageExportWizardPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class PackageExportWizardPage
extends org.eclipse.jface.wizard.WizardPage

Page of the OpenOffice.org package export wizard.

Author:
cedricbosdo

Field Summary
static java.lang.String LAST_EXPORT_DIR
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
PackageExportWizardPage(java.lang.String pPageName, org.eclipse.jface.viewers.IStructuredSelection pSelection)
          Constructor.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite pParent)
          
 java.io.File getOutputPath()
           
 java.lang.String getPackageExtension()
           
 IUnoidlProject getProject()
           
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

Field Detail

LAST_EXPORT_DIR

public static final java.lang.String LAST_EXPORT_DIR
See Also:
Constant Field Values
Constructor Detail

PackageExportWizardPage

public PackageExportWizardPage(java.lang.String pPageName,
                               org.eclipse.jface.viewers.IStructuredSelection pSelection)
Constructor.

Parameters:
pPageName - the wizard page name
pSelection - the selection to export.
Method Detail

getProject

public IUnoidlProject getProject()
Returns:
the project to export.

getOutputPath

public java.io.File getOutputPath()
Returns:
the path where to export the project.

getPackageExtension

public java.lang.String getPackageExtension()
Returns:
the extension of the package to generate.

createControl

public void createControl(org.eclipse.swt.widgets.Composite pParent)