|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sos.wizard.AbstractModel
|
+--sos.wizard.AbstractPage
|
+--sos.wizard.OptionPage
A generic page that contains a message. The message is
of type java.lang.Object; therefore, the message may be anything,
including text, gui components, and arrays.
OptionPageEditor| Field Summary |
| Fields inherited from interface sos.wizard.Page |
COMPLETE_PROPERTY, NAME_PROPERTY |
| Constructor Summary | |
OptionPage()
Creates a new instance of OptionPage with no name
or message. |
|
OptionPage(java.lang.Object name,
java.lang.Object message)
Creates a new instance of OptionPage with the specified
name and message. |
|
| Method Summary | |
java.lang.Object |
getMessage()
Returns this page's message. |
boolean |
isComplete()
Returns true if this page is considered complete, or finished. |
void |
setComplete(boolean complete)
Sets whether or not this page is complete. |
| Methods inherited from class sos.wizard.AbstractPage |
getValue, putValue, validate |
| Methods inherited from class sos.wizard.AbstractModel |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface sos.wizard.Model |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
public OptionPage()
OptionPage with no name
or message.
public OptionPage(java.lang.Object name,
java.lang.Object message)
OptionPage with the specified
name and message.
name - name of this pagemessage - this page's message| Method Detail |
public java.lang.Object getMessage()
public boolean isComplete()
Pagetrue if this page is considered complete, or finished.
true if this page is completepublic void setComplete(boolean complete)
complete - completion status of this pageisComplete()
|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||