org.apache.axis2.tool.service.eclipse.ui
Class ServiceArchiveWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.apache.axis2.tool.service.eclipse.ui.ServiceArchiveWizard
All Implemented Interfaces:
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


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ServiceArchiveWizard()
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 String getClassFileLocation()
           
 String[] getLibFileList()
           
 org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
           
 String getWsdlFileGenerationStatus()
           
 void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
           
 boolean performFinish()
           
 void setClassFileLocation(String location)
           
 void updateServiceXMLGeneration(boolean status)
           
 void updateWsdlFileGenerationStatus(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
 

Constructor Detail

ServiceArchiveWizard

public ServiceArchiveWizard()
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:
canFinish in interface org.eclipse.jface.wizard.IWizard
Overrides:
canFinish in class org.eclipse.jface.wizard.Wizard

getNextPage

public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
Specified by:
getNextPage in interface org.eclipse.jface.wizard.IWizard
Overrides:
getNextPage in class org.eclipse.jface.wizard.Wizard

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

init

public void init(org.eclipse.ui.IWorkbench workbench,
                 org.eclipse.jface.viewers.IStructuredSelection selection)
Specified by:
init in interface org.eclipse.ui.IWorkbenchWizard


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.