|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
The main wizard for the codegen wizard
Field Summary |
Fields inherited from class org.eclipse.jface.wizard.Wizard |
DEFAULT_IMAGE |
Fields inherited from interface org.apache.axis2.util.CommandLineOptionConstants.Java2WSDLConstants |
CLASSNAME_OPTION, CLASSNAME_OPTION_LONG, CLASSPATH_OPTION, CLASSPATH_OPTION_LONG, OUTPUT_FILENAME_OPTION, OUTPUT_FILENAME_OPTION_LONG, OUTPUT_LOCATION_OPTION, OUTPUT_LOCATION_OPTION_LONG, SCHEMA_TARGET_NAMESPACE_OPTION, SCHEMA_TARGET_NAMESPACE_OPTION_LONG, SCHEMA_TARGET_NAMESPACE_PREFIX_OPTION, SCHEMA_TARGET_NAMESPACE_PREFIX_OPTION_LONG, SERVICE_NAME_OPTION, SERVICE_NAME_OPTION_LONG, TARGET_NAMESPACE_OPTION, TARGET_NAMESPACE_OPTION_LONG, TARGET_NAMESPACE_PREFIX_OPTION, TARGET_NAMESPACE_PREFIX_OPTION_LONG |
Constructor Summary | |
CodeGenWizard()
Constructor for CodeGenWizard. |
Method Summary | |
void |
addPages()
Adding the page to the wizard. |
boolean |
canFinish()
|
void |
copyDirectory(java.io.File srcDir,
java.io.File dstDir)
|
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page)
|
int |
getSelectedCodegenOptionType()
|
int |
getSelectedWizardType()
|
java.lang.String |
getWSDLname()
Get the selected WSDL from the WSDLselectionpage |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize from it. |
boolean |
performFinish()
This method is called when 'Finish' button is pressed in the wizard. |
void |
populateOptions()
populate the options page. |
void |
setDefaultNamespaces(java.lang.String fullyQualifiedClassName)
|
void |
setSelectedCodegenOptionType(int selectedCodegenOptionType)
|
void |
setSelectedWizardType(int selectedWizardType)
|
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 |
public CodeGenWizard()
Method Detail |
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
public boolean canFinish()
canFinish
in interface org.eclipse.jface.wizard.IWizard
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage
in interface org.eclipse.jface.wizard.IWizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
IWorkbenchWizard.init(IWorkbench, IStructuredSelection)
public int getSelectedWizardType()
public void setSelectedWizardType(int selectedWizardType)
selectedWizardType
- The selectedWizardType to set.public int getSelectedCodegenOptionType()
public void setSelectedCodegenOptionType(int selectedCodegenOptionType)
selectedCodegenOptionType
- The selectedCodegenOptionType to set.public java.lang.String getWSDLname()
public void populateOptions()
public void setDefaultNamespaces(java.lang.String fullyQualifiedClassName)
public void copyDirectory(java.io.File srcDir, java.io.File dstDir) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |