Uses of Interface
org.apache.axis2.tools.component.WizardComponents
-
Packages that use WizardComponents Package Description org.apache.axis2.tools.component org.apache.axis2.tools.idea org.apache.axis2.tools.java2wsdl org.apache.axis2.tools.wizardframe org.apache.ideaplugin.frames -
-
Uses of WizardComponents in org.apache.axis2.tools.component
Classes in org.apache.axis2.tools.component that implement WizardComponents Modifier and Type Class Description class
DefaultWizardComponents
this is used for default wizard componentsMethods in org.apache.axis2.tools.component that return WizardComponents Modifier and Type Method Description WizardComponents
WizardPanel. getWizardComponents()
Methods in org.apache.axis2.tools.component with parameters of type WizardComponents Modifier and Type Method Description void
WizardPanel. setWizardComponents(WizardComponents awizardComponents)
Constructors in org.apache.axis2.tools.component with parameters of type WizardComponents Constructor Description CancelAction(WizardComponents wizardComponents)
FinishAction(WizardComponents wizardComponents)
WizardPanel(WizardComponents wizardComponents)
WizardPanel(WizardComponents wizardComponents, String title)
-
Uses of WizardComponents in org.apache.axis2.tools.idea
Constructors in org.apache.axis2.tools.idea with parameters of type WizardComponents Constructor Description ChooserPanel(WizardComponents wizardComponents)
construct method for chooserPanelFirstPanel(WizardComponents wizardComponents, CodegenBean codegenBean)
SecondPanel(WizardComponents wizardComponents, CodegenBean codegenBean)
WSDL2JavaOutputPanel(WizardComponents wizardComponents, CodegenBean codegenBean, com.intellij.openapi.project.Project project)
-
Uses of WizardComponents in org.apache.axis2.tools.java2wsdl
Constructors in org.apache.axis2.tools.java2wsdl with parameters of type WizardComponents Constructor Description MiddlePanel(WizardComponents wizardComponents, WsdlgenBean wsdlgenBean)
ConstructorOptionPanel(WizardComponents wizardComponents, WsdlgenBean wsdlgenBean)
Construct methodOutputPanel(WizardComponents wizardComponents, WsdlgenBean wsdlgenBean, com.intellij.openapi.project.Project project)
Constructor -
Uses of WizardComponents in org.apache.axis2.tools.wizardframe
Methods in org.apache.axis2.tools.wizardframe that return WizardComponents Modifier and Type Method Description WizardComponents
WizardFrame. getWizardComponents()
Methods in org.apache.axis2.tools.wizardframe with parameters of type WizardComponents Modifier and Type Method Description void
WizardFrame. setWizardComponents(WizardComponents aWizardComponents)
-
Uses of WizardComponents in org.apache.ideaplugin.frames
Constructors in org.apache.ideaplugin.frames with parameters of type WizardComponents Constructor Description ClassFileLocationPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ConstructorLibraryAddingPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ServiceArchiveOutputLocationPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ConstructorServiceXMLEditPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ServiceXMLFileSelectionPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ConstructorServiceXMLGenerationPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
ConstructorWSDLFileSelectionPage(WizardComponents wizardComponents, ArchiveBean archiveBean)
Constructor
-