public class Dialog extends Common
ICC_ALL, ICC_ANIMATE_CLASS, ICC_BAR_CLASSES, ICC_COOL_CLASSES, ICC_DATE_CLASSES, ICC_HOTKEY_CLASS, ICC_INTERNET_CLASSES, ICC_LINK_CLASS, ICC_LISTVIEW_CLASSES, ICC_NATIVEFNTCTL_CLASS, ICC_PAGESCROLLER_CLASS, ICC_PROGRESS_CLASS, ICC_STANDARD_CLASSES, ICC_TAB_CLASSES, ICC_TREEVIEW_CLASSES, ICC_UPDOWN_CLASS, ICC_USEREX_CLASSES, ICC_WIN95_CLASSES| Constructor and Description | 
|---|
| Dialog(). | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getDialogBaseUnits(). | 
| int | getDlgCtrlID(long hWnd). | 
| long | getDlgItem(long hWnd,
          int itemId). | 
| int | getDlgItemInt(long hWnd,
             int itemId,
             boolean pbool,
             boolean flag2). | 
| String | getDlgItemTextA(long hWnd,
               int itemId). | 
| int | isDlgButtonChecked(long hWnd,
                  int itemId). | 
| boolean | setDlgItemInt(long hWnd,
             int itenId,
             int intValue,
             boolean flag). | 
| boolean | setDlgItemText(long hWnd,
              int itemId,
              String text). | 
getCommCtl32, getDlg32, getKernel32, getShell32, getUser32, initCommonControls, longToHmenu, longToHwnd, makeLong, makeLParam, makeWParam, postMessage, sendMessagepublic final long getDialogBaseUnits()
public final int getDlgCtrlID(long hWnd)
hWnd - .public final long getDlgItem(long hWnd,
              int itemId)
hWnd - .itemId - .public final int getDlgItemInt(long hWnd,
                int itemId,
                boolean pbool,
                boolean flag2)
hWnd - .itemId - .pbool - .flag2 - .public final String getDlgItemTextA(long hWnd, int itemId)
hWnd - .itemId - .public final int isDlgButtonChecked(long hWnd,
                     int itemId)
hWnd - .itemId - .public final boolean setDlgItemInt(long hWnd,
                    int itenId,
                    int intValue,
                    boolean flag)
hWnd - .itenId - .intValue - .flag - .public final boolean setDlgItemText(long hWnd,
                     int itemId,
                     String text)
hWnd - .itemId - .text - .Copyright © 2013. All rights reserved.