|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDialog
Base interface for all dialog implementations.
Specific dialogs are created by the respective creation method of
IClientContext, e.g.
IClientContext.createMessageDialog(String).
| 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 | |
|---|---|
void |
show()
Displayes (shows) the dialog by means of a popup client window. |
void |
show(int width,
int height)
Displayes (shows) the dialog by means of a popup client window. |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void show(int width,
int height)
Note: If neither one of the show(..) methods is invoked, the
dialog will not be shown to the user!
width - preferred dialog width in pixelsheight - preferred dialog height in pixelsvoid show()
Note: If neither one of the show(..) methods is invoked, the dialog will not
be shown to the user!
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||