Uses of Class
org.apache.axis2.tools.component.WizardPanel
-
Packages that use WizardPanel Package Description org.apache.axis2.tools.component org.apache.axis2.tools.idea org.apache.axis2.tools.java2wsdl org.apache.ideaplugin.frames -
-
Uses of WizardPanel in org.apache.axis2.tools.component
Methods in org.apache.axis2.tools.component with parameters of type WizardPanel Modifier and Type Method Description voidDefaultWizardComponents. addWizardPanel(int index, WizardPanel panel)voidDefaultWizardComponents. addWizardPanel(WizardPanel panel)voidWizard. addWizardPanel(int index, WizardPanel panel)voidWizard. addWizardPanel(WizardPanel panel)voidWizardComponents. addWizardPanel(int index, WizardPanel panel)voidWizardComponents. addWizardPanel(WizardPanel panel)voidDefaultWizardComponents. addWizardPanelAfter(WizardPanel panelToBePlacedAfter, WizardPanel panel)voidWizardComponents. addWizardPanelAfter(WizardPanel panelToBePlacedAfter, WizardPanel panel)voidDefaultWizardComponents. addWizardPanelAfterCurrent(WizardPanel panel)voidWizardComponents. addWizardPanelAfterCurrent(WizardPanel panel)voidDefaultWizardComponents. addWizardPanelBefore(WizardPanel panelToBePlacedBefore, WizardPanel panel)voidWizardComponents. addWizardPanelBefore(WizardPanel panelToBePlacedBefore, WizardPanel panel)intDefaultWizardComponents. getIndexOfPanel(WizardPanel panel)intWizardComponents. getIndexOfPanel(WizardPanel panel)WizardPanelDefaultWizardComponents. removeWizardPanel(WizardPanel panel)WizardPanelWizard. removeWizardPanel(WizardPanel panel)WizardPanelWizardComponents. removeWizardPanel(WizardPanel panel)WizardPanelDefaultWizardComponents. removeWizardPanelAfter(WizardPanel panel)WizardPanelWizardComponents. removeWizardPanelAfter(WizardPanel panel)WizardPanelDefaultWizardComponents. removeWizardPanelBefore(WizardPanel panel)WizardPanelWizardComponents. removeWizardPanelBefore(WizardPanel panel) -
Uses of WizardPanel in org.apache.axis2.tools.idea
Subclasses of WizardPanel in org.apache.axis2.tools.idea Modifier and Type Class Description classChooserPanelthis panel used for as chooser java2wsdl codegen option wsdl2java codegen option extend from wizardPanel calssclassFirstPanelclassSecondPanelclassWSDL2JavaOutputPanel -
Uses of WizardPanel in org.apache.axis2.tools.java2wsdl
Subclasses of WizardPanel in org.apache.axis2.tools.java2wsdl Modifier and Type Class Description classMiddlePanelthis is the first panel of java2wsdl wizardclassOptionPanelthis is the first panel of java2wsdl wizardclassOutputPanelthis class java 2 wsdl output wizard panel -
Uses of WizardPanel in org.apache.ideaplugin.frames
Subclasses of WizardPanel in org.apache.ideaplugin.frames Modifier and Type Class Description classClassFileLocationPageCreated by IntelliJ IDEA.classLibraryAddingPageclassServiceArchiveOutputLocationPageclassServiceXMLEditPageclassServiceXMLFileSelectionPageCreated by IntelliJ IDEA.classServiceXMLGenerationPageclassWSDLFileSelectionPageCreated by IntelliJ IDEA.
-