Uses of Interface
org.gvsig.gui.beans.wizard.WizardPanel
Packages that use WizardPanel
-
Uses of WizardPanel in org.gvsig.gui.beans.wizard
Methods in org.gvsig.gui.beans.wizard with parameters of type WizardPanelModifier and TypeMethodDescriptionvoidWizardPanelActionListener.cancel(WizardPanel wizardPanel) This event is thrown when the cancel button is clicked.voidWizardPanelActionListener.finish(WizardPanel wizardPanel) This event is thrown when the finish button is clicked.voidWizardPanelWithLogo.setWizardListener(WizardPanel wizardPanel) Constructors in org.gvsig.gui.beans.wizard with parameters of type WizardPanelModifierConstructorDescriptionWizardPanelCancelAction(jwizardcomponent.JWizardComponents wizardComponents, WizardPanel wizardPanel) WizardPanelFinishAction(jwizardcomponent.JWizardComponents wizardComponents, WizardPanel wizardPanel)