|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.FormSheet
org.salespointframework.desktop.formsheets.MsgForm
@Deprecated public class MsgForm
A simple message FormSheet that will display a message in a JTextArea surrounded by a JScrollPane.
MsgForms use a FormSheetContentCreator
to create the FormSheet's contents.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.salespointframework.core.FormSheet |
---|
FormSheet.FormButton |
Field Summary |
---|
Fields inherited from class org.salespointframework.core.FormSheet |
---|
BTNID_CANCEL, BTNID_OK, BUTTONBAR_BOTTOM, BUTTONBAR_LEFT, BUTTONBAR_NONE, BUTTONBAR_RIGHT, BUTTONBAR_TOP, m_fCancelled |
Constructor Summary | |
---|---|
MsgForm(java.lang.String sCaption,
java.lang.String sMsg)
Deprecated. Create a new MsgForm. |
|
MsgForm(java.lang.String sCaption,
java.lang.String sMsg,
boolean fWaitResponse)
Deprecated. Create a new MsgForm. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MsgForm(java.lang.String sCaption, java.lang.String sMsg)
FormSheet.waitResponse()
" property will be set to true.
sCaption
- the FormSheet's caption.sMsg
- the message to be displayed. It can contain '\n's which will be
interpreted accordingly.public MsgForm(java.lang.String sCaption, java.lang.String sMsg, boolean fWaitResponse)
sCaption
- the FormSheet's caption.sMsg
- the message to be displayed. It can contain '\n's which will be
interpreted accordingly.fWaitResponse
- the initial value for the "FormSheet.waitResponse()
" property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |