jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IDialog

All Known Subinterfaces:
IAskDialog, IBrowserDialog, IDocumentDialog, IExcelDialog, IFormDialog, IGridTableDialog, IMessageDialog, IOkCancelDialog, IRecordTreeDialog, IUploadDialog, IUrlDialog

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

RCS_ID

static final java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

static final java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Method Detail

show

void show(int width,
          int height)
Displayes (shows) the dialog by means of a popup client window.

Note: If neither one of the show(..) methods is invoked, the dialog will not be shown to the user!

Parameters:
width - preferred dialog width in pixels
height - preferred dialog height in pixels

show

void show()
Displayes (shows) the dialog by means of a popup client window.

Note: If neither one of the show(..) methods is invoked, the dialog will not be shown to the user!


jACOB 2.7 API Documentation.