Class com.symantec.itools.frameworks.wizard.WizardSummaryPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.frameworks.wizard.WizardSummaryPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----com.symantec.itools.frameworks.wizard.WizardSummaryPanel

public class WizardSummaryPanel
extends WizardPanel

Version:
2.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Variable Index

 o MIN_ROWS
 o defaultResourceBundle
 o label
 o resourceBundle
 o scrollPane
 o summaryTbl
 o summaryTblModel

Constructor Index

 o com.symantec.itools.frameworks.wizard.WizardSummaryPanel()
 o com.symantec.itools.frameworks.wizard.WizardSummaryPanel(ResourceBundle)

Method Index

 o addPadRows(Vector)
 o addWizardSummary(WizardSummary, Vector)
 o addWizardSummaryItem(WizardSummary. Item, Vector)
 o entering()
Called by controller before the panel is displayed.
 o getPanelTitle()

Variables

 o MIN_ROWS
protected static final int MIN_ROWS
 o defaultResourceBundle
protected static java.util.ResourceBundle defaultResourceBundle
 o label
protected com.symantec.itools.swing.JWrappingLabel label
 o resourceBundle
protected com.symantec.itools.util.ResourceBundleAdapter resourceBundle
 o scrollPane
protected com.sun.java.swing.JScrollPane scrollPane
 o summaryTbl
protected com.sun.java.swing.JTable summaryTbl
 o summaryTblModel
protected com.symantec.itools.swing.models.StringTableModel summaryTblModel

Constructors

 o WizardSummaryPanel
public WizardSummaryPanel()
 o WizardSummaryPanel
public WizardSummaryPanel(ResourceBundle bundle)

Methods

 o addPadRows
protected void addPadRows(Vector data)
 o addWizardSummary
protected void addWizardSummary(WizardSummary summary,
                                Vector data)
 o addWizardSummaryItem
protected void addWizardSummaryItem(WizardSummary.Item item,
                                    Vector data)
 o entering
public void entering()
Called by controller before the panel is displayed. Only current panel is called.

Overrides:
entering in class WizardPanel
Since:
VCafe 3.0
 o getPanelTitle
public java.lang.String getPanelTitle()

Overrides:
getPanelTitle in class WizardPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index