Class symantec.itools.awt.DebugWizardController
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.DebugWizardController
Object
|
+----SimpleWizardController
|
+----symantec.itools.awt.DebugWizardController
- public class DebugWizardController
- extends SimpleWizardController
-
symantec.itools.awt.DebugWizardController(WizardInterface)
-
-
doCancel()
- Called when the CANCEL action has been validated.
-
doFinish()
- Called when the FINISH action has been validated.
-
doHelp()
- Called when the HELP action has been validated.
-
doPrepare()
- Called before the first page is shown.
-
getNextPage()
- Return the next page.
-
getPreviousPage()
- Return the previous page.
-
isCancelEnabled()
- Tells if the Cancel button must be enabled.
-
isFinishEnabled()
- Tells if the Finish button must be enabled.
-
isHelpEnabled()
- Tells if the Help button must be enabled.
-
isNextEnabled()
- Tells if the Next button must be enabled.
-
isPreviousEnabled()
- Tells if the Previous button must be enabled.
-
pageHidden(Component)
- Called before the page is hidden.
-
pageShown(Component)
- Called after a page is shown.
-
preparePage(Component, int)
- Called before a page is shown.
-
resetChainInfo()
- Reset the chain information set by setPreviousPageIndex,
setNextPageIndex, setPreviousPage, setNextPage, and
setXxxEnabled.
-
setCancelEnabled(boolean)
- Set the state of the Cancel button.
-
setFinishEnabled(boolean)
- Set the state of the Finish button.
-
setHelpEnabled(boolean)
- Set the state of the Help button.
-
setNextEnabled(boolean)
- Set the state of the Next button.
-
setNextPage(Component)
- Set a next page.
-
setNextPageIndex(int)
- Set an index for the next page.
-
setPreviousEnabled(boolean)
- Set the state of the Previous button.
-
setPreviousPage(Component)
- Set a previous page.
-
setPreviousPageIndex(int)
- Set an index for the previous page.
-
validatePage(Component, Component, int)
- Try to validate a page.
DebugWizardController
public DebugWizardController(WizardInterface wizard)
doCancel
public void doCancel()
- Called when the CANCEL action has been validated.
- Overrides:
- doCancel in class SimpleWizardController
doFinish
public void doFinish()
- Called when the FINISH action has been validated.
- Overrides:
- doFinish in class SimpleWizardController
doHelp
public void doHelp()
- Called when the HELP action has been validated.
- Overrides:
- doHelp in class SimpleWizardController
doPrepare
public void doPrepare()
- Called before the first page is shown.
- Overrides:
- doPrepare in class SimpleWizardController
getNextPage
public java.awt.Component getNextPage()
- Return the next page.
- Overrides:
- getNextPage in class SimpleWizardController
getPreviousPage
public java.awt.Component getPreviousPage()
- Return the previous page.
- Overrides:
- getPreviousPage in class SimpleWizardController
isCancelEnabled
public boolean isCancelEnabled()
- Tells if the Cancel button must be enabled.
- Overrides:
- isCancelEnabled in class SimpleWizardController
isFinishEnabled
public boolean isFinishEnabled()
- Tells if the Finish button must be enabled.
- Overrides:
- isFinishEnabled in class SimpleWizardController
isHelpEnabled
public boolean isHelpEnabled()
- Tells if the Help button must be enabled.
- Overrides:
- isHelpEnabled in class SimpleWizardController
isNextEnabled
public boolean isNextEnabled()
- Tells if the Next button must be enabled.
- Overrides:
- isNextEnabled in class SimpleWizardController
isPreviousEnabled
public boolean isPreviousEnabled()
- Tells if the Previous button must be enabled.
- Overrides:
- isPreviousEnabled in class SimpleWizardController
pageHidden
public void pageHidden(Component comp)
- Called before the page is hidden.
- Overrides:
- pageHidden in class SimpleWizardController
pageShown
public void pageShown(Component comp)
- Called after a page is shown.
- Overrides:
- pageShown in class SimpleWizardController
preparePage
public void preparePage(Component comp,
int action)
- Called before a page is shown.
- Overrides:
- preparePage in class SimpleWizardController
resetChainInfo
public void resetChainInfo()
- Reset the chain information set by setPreviousPageIndex,
setNextPageIndex, setPreviousPage, setNextPage, and
setXxxEnabled.
- Overrides:
- resetChainInfo in class SimpleWizardController
setCancelEnabled
public void setCancelEnabled(boolean status)
- Set the state of the Cancel button.
- Overrides:
- setCancelEnabled in class SimpleWizardController
setFinishEnabled
public void setFinishEnabled(boolean status)
- Set the state of the Finish button.
- Overrides:
- setFinishEnabled in class SimpleWizardController
setHelpEnabled
public void setHelpEnabled(boolean status)
- Set the state of the Help button.
- Overrides:
- setHelpEnabled in class SimpleWizardController
setNextEnabled
public void setNextEnabled(boolean status)
- Set the state of the Next button.
- Overrides:
- setNextEnabled in class SimpleWizardController
setNextPage
public void setNextPage(Component comp)
- Set a next page.
- Overrides:
- setNextPage in class SimpleWizardController
setNextPageIndex
public void setNextPageIndex(int index)
- Set an index for the next page.
- Overrides:
- setNextPageIndex in class SimpleWizardController
setPreviousEnabled
public void setPreviousEnabled(boolean status)
- Set the state of the Previous button.
- Overrides:
- setPreviousEnabled in class SimpleWizardController
setPreviousPage
public void setPreviousPage(Component comp)
- Set a previous page.
- Overrides:
- setPreviousPage in class SimpleWizardController
setPreviousPageIndex
public void setPreviousPageIndex(int index)
- Set an index for the previous page.
- Overrides:
- setPreviousPageIndex in class SimpleWizardController
validatePage
public boolean validatePage(Component comp,
Component target,
int action)
- Try to validate a page.
- Overrides:
- validatePage in class SimpleWizardController
All Packages Class Hierarchy This Package Previous Next Index