Uses of Class
org.apache.axis2.tools.component.CancelAction
-
Packages that use CancelAction Package Description org.apache.axis2.tools.component org.apache.axis2.tools.wizardframe -
-
Uses of CancelAction in org.apache.axis2.tools.component
Methods in org.apache.axis2.tools.component that return CancelAction Modifier and Type Method Description CancelAction
DefaultWizardComponents. getCancelAction()
CancelAction
WizardComponents. getCancelAction()
Methods in org.apache.axis2.tools.component with parameters of type CancelAction Modifier and Type Method Description void
DefaultWizardComponents. setCancelAction(CancelAction aCancelAction)
void
WizardComponents. setCancelAction(CancelAction aCancelAction)
-
Uses of CancelAction in org.apache.axis2.tools.wizardframe
Methods in org.apache.axis2.tools.wizardframe that return CancelAction Modifier and Type Method Description protected CancelAction
WizardFrame. createCancelAction()
-