Class com.symantec.itools.frameworks.wizard.WizardPanel
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.frameworks.wizard.WizardPanel
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----com.symantec.itools.frameworks.wizard.WizardPanel
- public class WizardPanel
- extends JPanel
- implements WizardPage, WizardSummaryPage
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
-
controller
-
-
com.symantec.itools.frameworks.wizard.WizardPanel()
-
-
com.symantec.itools.frameworks.wizard.WizardPanel(WizardController)
-
-
cancel()
-
-
entering()
-
-
exiting()
-
-
finish()
-
-
getData(String)
-
-
getPanelTitle()
-
-
getSummary()
-
-
getWizardController()
-
-
getWizardSummary()
-
-
setAllCursors(Cursor)
-
-
setWizardController(WizardController)
-
controller
protected com.symantec.itools.frameworks.wizard.WizardController controller
-
- Since:
VCafe 3.0
WizardPanel
protected WizardPanel()
WizardPanel
protected WizardPanel(WizardController c)
cancel
public void cancel()
-
- Since:
- VCafe 3.0
entering
public void entering()
-
- Since:
- VCafe 3.0
exiting
public boolean exiting()
-
- Since:
- VCafe 3.0
finish
public void finish()
-
- Since:
- VCafe 3.0
getData
public java.lang.Object getData(String dataName)
-
- Parameters:
- dataName - TODO
- Since:
- VCafe 3.0
getPanelTitle
public java.lang.String getPanelTitle()
-
- Since:
- VCafe 3.0
getSummary
public com.symantec.itools.frameworks.wizard.Summary getSummary()
-
- Since:
- VCafe 3.0
getWizardController
public com.symantec.itools.frameworks.wizard.WizardController getWizardController()
-
- Since:
- VCafe 3.0
getWizardSummary
public com.symantec.itools.frameworks.wizard.WizardSummary getWizardSummary()
-
- Since:
- VCafe 3.0
setAllCursors
public synchronized void setAllCursors(Cursor currentCursor)
-
- Parameters:
- currentCursor - TODO
- Since:
- VCafe 3.0
setWizardController
public void setWizardController(WizardController c)
-
- Parameters:
- c - TODO
- Since:
- VCafe 3.0
All Packages Class Hierarchy This Package Previous Next Index