Class ServiceArchiveWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.apache.axis2.tool.service.eclipse.ui.ServiceArchiveWizard
-
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard,org.eclipse.ui.INewWizard,org.eclipse.ui.IWorkbenchWizard
public class ServiceArchiveWizard extends org.eclipse.jface.wizard.Wizard implements org.eclipse.ui.INewWizard
-
-
Constructor Summary
Constructors Constructor Description ServiceArchiveWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPages()booleancanFinish()StringgetClassFileLocation()String[]getLibFileList()org.eclipse.jface.wizard.IWizardPagegetNextPage(org.eclipse.jface.wizard.IWizardPage page)StringgetWsdlFileGenerationStatus()voidinit(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)booleanperformFinish()voidsetClassFileLocation(String location)voidupdateServiceXMLGeneration(boolean status)voidupdateWsdlFileGenerationStatus(String message)-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, 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.IWizard
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
-
-
-
Method Detail
-
getWsdlFileGenerationStatus
public String getWsdlFileGenerationStatus()
- Returns:
- Returns the wsdlFileGenerationStatus.
-
updateWsdlFileGenerationStatus
public void updateWsdlFileGenerationStatus(String message)
- Parameters:
message- The wsdlFileGenerationStatus to set.
-
getClassFileLocation
public String getClassFileLocation()
-
getLibFileList
public String[] getLibFileList()
-
setClassFileLocation
public void setClassFileLocation(String location)
-
updateServiceXMLGeneration
public void updateServiceXMLGeneration(boolean status)
-
canFinish
public boolean canFinish()
- Specified by:
canFinishin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
canFinishin classorg.eclipse.jface.wizard.Wizard
-
getNextPage
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
- Specified by:
getNextPagein interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
getNextPagein classorg.eclipse.jface.wizard.Wizard
-
addPages
public void addPages()
- Specified by:
addPagesin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
addPagesin classorg.eclipse.jface.wizard.Wizard
-
performFinish
public boolean performFinish()
- Specified by:
performFinishin interfaceorg.eclipse.jface.wizard.IWizard- Specified by:
performFinishin classorg.eclipse.jface.wizard.Wizard
-
init
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)- Specified by:
initin interfaceorg.eclipse.ui.IWorkbenchWizard
-
-