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

Variable Index

 o controller

Constructor Index

 o com.symantec.itools.frameworks.wizard.WizardPanel()
 o com.symantec.itools.frameworks.wizard.WizardPanel(WizardController)

Method Index

 o cancel()
 o entering()
 o exiting()
 o finish()
 o getData(String)
 o getPanelTitle()
 o getSummary()
 o getWizardController()
 o getWizardSummary()
 o setAllCursors(Cursor)
 o setWizardController(WizardController)

Variables

 o controller
protected com.symantec.itools.frameworks.wizard.WizardController controller

Since: VCafe 3.0

Constructors

 o WizardPanel
protected WizardPanel()
 o WizardPanel
protected WizardPanel(WizardController c)

Methods

 o cancel
public void cancel()

Since:
VCafe 3.0
 o entering
public void entering()

Since:
VCafe 3.0
 o exiting
public boolean exiting()

Since:
VCafe 3.0
 o finish
public void finish()

Since:
VCafe 3.0
 o getData
public java.lang.Object getData(String dataName)

Parameters:
dataName - TODO
Since:
VCafe 3.0
 o getPanelTitle
public java.lang.String getPanelTitle()

Since:
VCafe 3.0
 o getSummary
public com.symantec.itools.frameworks.wizard.Summary getSummary()

Since:
VCafe 3.0
 o getWizardController
public com.symantec.itools.frameworks.wizard.WizardController getWizardController()

Since:
VCafe 3.0
 o getWizardSummary
public com.symantec.itools.frameworks.wizard.WizardSummary getWizardSummary()

Since:
VCafe 3.0
 o setAllCursors
public synchronized void setAllCursors(Cursor currentCursor)

Parameters:
currentCursor - TODO
Since:
VCafe 3.0
 o setWizardController
public void setWizardController(WizardController c)

Parameters:
c - TODO
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index