|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.wizard.DeferredWizardResult
org.netbeans.spi.wizard.WizardPanelNavResult
public abstract class WizardPanelNavResult
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.
Field Summary | |
---|---|
static WizardPanelNavResult |
PROCEED
value for procced to next step in the wizard. |
static WizardPanelNavResult |
REMAIN_ON_PAGE
Value to remain on the current page in the wizard |
Fields inherited from class org.netbeans.spi.wizard.DeferredWizardResult |
---|
useBusy |
Constructor Summary | |
---|---|
WizardPanelNavResult()
|
Method Summary | |
---|---|
boolean |
isDeferredComputation()
|
Methods inherited from class org.netbeans.spi.wizard.DeferredWizardResult |
---|
abort, canAbort, isUseBusy, setUseBusy, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final WizardPanelNavResult PROCEED
public static final WizardPanelNavResult REMAIN_ON_PAGE
Constructor Detail |
---|
public WizardPanelNavResult()
Method Detail |
---|
public boolean isDeferredComputation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |