org.netbeans.spi.wizard
Class WizardPanelNavResult
java.lang.Object
org.netbeans.spi.wizard.DeferredWizardResult
org.netbeans.spi.wizard.WizardPanelNavResult
public abstract class WizardPanelNavResult
extends DeferredWizardResult
Result class for the methods in WizardPanel.
For immediate action, one of the two constantants PROCEED or REMAIN_ON_PAGE
should be returned. Otherwise an instance of a subclass should be returned
that computes a Boolean result.
- Author:
- stanley@stanleyknutson.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCEED
public static final WizardPanelNavResult PROCEED
- value for procced to next step in the wizard.
REMAIN_ON_PAGE
public static final WizardPanelNavResult REMAIN_ON_PAGE
- Value to remain on the current page in the wizard
WizardPanelNavResult
public WizardPanelNavResult(boolean useBusy)
WizardPanelNavResult
public WizardPanelNavResult()
isDeferredComputation
public boolean isDeferredComputation()