|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageDialog
Base interface for message dialog implementations.
A message ask dialog can be created by means of:
IClientContext.createMessageDialog(String)
IClientContext.createMessageDialog(Message)
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the dialog message. |
void |
println(java.lang.String messageLine)
Appends a new message line to the message text. |
| Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog |
|---|
show, show |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void println(java.lang.String messageLine)
Example:
IMessageDialog dialog = context.createMessageDialog("The following items are out of stock:");
dialog.println("- Item A");
dialog.println("- Item C");
dialog.println("- Item G");
dialog.show();
messageLine - the new message line to appendjava.lang.String getMessage()
IClientContext.createMessageDialog(Message).
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||