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
-
MIN_ROWS
-
-
defaultResourceBundle
-
-
label
-
-
resourceBundle
-
-
scrollPane
-
-
summaryTbl
-
-
summaryTblModel
-
-
com.symantec.itools.frameworks.wizard.WizardSummaryPanel()
-
-
com.symantec.itools.frameworks.wizard.WizardSummaryPanel(ResourceBundle)
-
-
addPadRows(Vector)
-
-
addWizardSummary(WizardSummary, Vector)
-
-
addWizardSummaryItem(WizardSummary. Item, Vector)
-
-
entering()
- Called by controller before the panel is displayed.
-
getPanelTitle()
-
MIN_ROWS
protected static final int MIN_ROWS
defaultResourceBundle
protected static java.util.ResourceBundle defaultResourceBundle
label
protected com.symantec.itools.swing.JWrappingLabel label
resourceBundle
protected com.symantec.itools.util.ResourceBundleAdapter resourceBundle
scrollPane
protected com.sun.java.swing.JScrollPane scrollPane
summaryTbl
protected com.sun.java.swing.JTable summaryTbl
summaryTblModel
protected com.symantec.itools.swing.models.StringTableModel summaryTblModel
WizardSummaryPanel
public WizardSummaryPanel()
WizardSummaryPanel
public WizardSummaryPanel(ResourceBundle bundle)
addPadRows
protected void addPadRows(Vector data)
addWizardSummary
protected void addWizardSummary(WizardSummary summary,
Vector data)
addWizardSummaryItem
protected void addWizardSummaryItem(WizardSummary.Item item,
Vector data)
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
getPanelTitle
public java.lang.String getPanelTitle()
-
- Overrides:
- getPanelTitle in class WizardPanel
All Packages Class Hierarchy This Package Previous Next Index