|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gui.dialog.DialogContentPane gui.dialog.FinishedContentPane
public class FinishedContentPane
This content pane could be used as the last content pane in a wizard. It may have a title and a text that is displayed to the user, and, of course, a previous content pane.
Default button operations: ON_CANCEL_DISPOSE_DIALOG | ON_YESOK_DISPOSE_DIALOG | ON_NO_SHOW_PREVIOUS_CONTENT
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gui.dialog.DialogContentPane |
---|
DialogContentPane.CheckError, DialogContentPane.IWizardSuitable, DialogContentPane.IWizardSuitableNoWizardButtons, DialogContentPane.Layout |
Field Summary | |
---|---|
private static java.lang.String |
MSG_FINISHING
|
Constructor Summary | |
---|---|
FinishedContentPane(JAPDialog a_parentDialog,
java.lang.String a_strText,
DialogContentPane a_previousContentPane)
|
|
FinishedContentPane(JAPDialog a_parentDialog,
java.lang.String a_strText,
java.lang.String a_strTitle,
DialogContentPane a_previousContentPane)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String MSG_FINISHING
Constructor Detail |
---|
public FinishedContentPane(JAPDialog a_parentDialog, java.lang.String a_strText, DialogContentPane a_previousContentPane)
public FinishedContentPane(JAPDialog a_parentDialog, java.lang.String a_strText, java.lang.String a_strTitle, DialogContentPane a_previousContentPane)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |