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 void
DefaultWizardComponents. addWizardPanel(int index, WizardPanel panel)
void
DefaultWizardComponents. addWizardPanel(WizardPanel panel)
void
Wizard. addWizardPanel(int index, WizardPanel panel)
void
Wizard. addWizardPanel(WizardPanel panel)
void
WizardComponents. addWizardPanel(int index, WizardPanel panel)
void
WizardComponents. addWizardPanel(WizardPanel panel)
void
DefaultWizardComponents. addWizardPanelAfter(WizardPanel panelToBePlacedAfter, WizardPanel panel)
void
WizardComponents. addWizardPanelAfter(WizardPanel panelToBePlacedAfter, WizardPanel panel)
void
DefaultWizardComponents. addWizardPanelAfterCurrent(WizardPanel panel)
void
WizardComponents. addWizardPanelAfterCurrent(WizardPanel panel)
void
DefaultWizardComponents. addWizardPanelBefore(WizardPanel panelToBePlacedBefore, WizardPanel panel)
void
WizardComponents. addWizardPanelBefore(WizardPanel panelToBePlacedBefore, WizardPanel panel)
int
DefaultWizardComponents. getIndexOfPanel(WizardPanel panel)
int
WizardComponents. getIndexOfPanel(WizardPanel panel)
WizardPanel
DefaultWizardComponents. removeWizardPanel(WizardPanel panel)
WizardPanel
Wizard. removeWizardPanel(WizardPanel panel)
WizardPanel
WizardComponents. removeWizardPanel(WizardPanel panel)
WizardPanel
DefaultWizardComponents. removeWizardPanelAfter(WizardPanel panel)
WizardPanel
WizardComponents. removeWizardPanelAfter(WizardPanel panel)
WizardPanel
DefaultWizardComponents. removeWizardPanelBefore(WizardPanel panel)
WizardPanel
WizardComponents. 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 class
ChooserPanel
this panel used for as chooser java2wsdl codegen option wsdl2java codegen option extend from wizardPanel calssclass
FirstPanel
class
SecondPanel
class
WSDL2JavaOutputPanel
-
Uses of WizardPanel in org.apache.axis2.tools.java2wsdl
Subclasses of WizardPanel in org.apache.axis2.tools.java2wsdl Modifier and Type Class Description class
MiddlePanel
this is the first panel of java2wsdl wizardclass
OptionPanel
this is the first panel of java2wsdl wizardclass
OutputPanel
this 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 class
ClassFileLocationPage
Created by IntelliJ IDEA.class
LibraryAddingPage
class
ServiceArchiveOutputLocationPage
class
ServiceXMLEditPage
class
ServiceXMLFileSelectionPage
Created by IntelliJ IDEA.class
ServiceXMLGenerationPage
class
WSDLFileSelectionPage
Created by IntelliJ IDEA.
-