Microsoft SDK for Java

populateDialog

The populateDialog method of the Win32SystemResourceDecoder Class contains the following signatures:

populateDialog(UIDialog dlg, int dlgId, int language)
populateDialog(UIDialog dlg, String dlgname, int language)

populateDialog(UIDialog dlg, int dlgId, int language)

Fills an existing dialog box, in the current locale with the specified identifier, with the data and/or controls as specified in the resource. This is useful for classes that are derived from com.ms.ui.UIDialog.

Syntax

public void populateDialog(UIDialog dlg, int dlgId, int language);

Parameters

dlg The dialog object to populate.
dlgId The identifier of the dialog resource containing the components.
language The language of the resources.

Remarks

Currently, this method is not implemented.

populateDialog(UIDialog dlg, String dlgname, int language)

Fills an existing dialog box, in the current locale with the specified name, with the data and/or controls as specified in the resource. This is useful for classes which are derived from com.ms.ui.UIDialog.

Syntax

public void populateDialog(UIDialog dlg, String dlgname, int language);

Parameters

dlg The dialog object to populate.
dlgname The name of the dialog resource containing the components.
language The language of the resources.

Remarks

Currently, this method is not implemented.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.