|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.swing.visuals.wizard2.SummaryPage
public class SummaryPage
A subclass of BaseWizardPage provided as a convenience class to be used as a summary page in a wizard.
The BaseWizardPage contains a single component, a JTextArea object, which can be accessed by invoking the method getTextArea.
Methods may be called on this object to add summary information.
Wizard,
BaseWizardPage,
JTextArea,
Serialized Form| Field Summary | |
|---|---|
protected javax.swing.JScrollPane |
scrollPane
The JScrollPane object that contains the textArea |
protected javax.swing.JTextArea |
textArea
A JTextArea object with the background color set to the same color as the SummaryPage, and line-wrapping
set to true. |
| Fields inherited from class com.sas.swing.visuals.wizard2.BaseWizardPage |
|---|
image, isBackEnabled, isNextEnabled, pageInfo, wizard |
| Fields inherited from interface com.sas.swing.visuals.wizard.WizardPageInterface |
|---|
EXPLICIT_SET, FIRST_TIME_SHOWN, NEXT, PREVIOUS |
| Constructor Summary | |
|---|---|
SummaryPage(Wizard wizard,
java.lang.String pageInfo)
Creates a SummaryPage with a BorderLayout layout manager, and a JTextArea object, textArea,
added to the center. |
|
| Method Summary | |
|---|---|
javax.swing.JScrollPane |
getScrollPane()
Returns the JScrollPane object that contains the textArea. |
javax.swing.JTextArea |
getTextArea()
Returns the JTextArea object, textArea. |
| Methods inherited from class com.sas.swing.visuals.wizard2.BaseWizardPage |
|---|
cleanup, getPageInfo, getStatusImage, hidePage, isButtonEnabled, setButtonEnabled, setPageInfo, setStatusImage, showPage |
| Field Detail |
|---|
protected javax.swing.JTextArea textArea
JTextArea object with the background color set to the same color as the SummaryPage, and line-wrapping
set to true.
protected javax.swing.JScrollPane scrollPane
JScrollPane object that contains the textArea
| Constructor Detail |
|---|
public SummaryPage(Wizard wizard,
java.lang.String pageInfo)
SummaryPage with a BorderLayout layout manager, and a JTextArea object, textArea,
added to the center.
wizard - the Wizard object to which this page belongspageInfo - a String specifying information about the page| Method Detail |
|---|
public javax.swing.JTextArea getTextArea()
JTextArea object, textArea.
textAreapublic javax.swing.JScrollPane getScrollPane()
JScrollPane object that contains the textArea.
scrollPane
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||