クラス
jp.hishidama.win32.api.Win32Exception の使用

Win32Exception を使用しているパッケージ
jp.hishidama.win32 ウィンドウズAPIラッパークラス. 
jp.hishidama.win32.api ウィンドウズAPIクラス. 
 

jp.hishidama.win32 での Win32Exception の使用
 

Win32Exception を返す jp.hishidama.win32 のメソッド
 Win32Exception JWnd.getLastError()
          Win32Exception取得.
static Win32Exception JWnd.getLastErrorStatic()
          Win32Exception取得(staticメソッド用).
 

jp.hishidama.win32.api での Win32Exception の使用
 

Win32Exception をスローする jp.hishidama.win32.api のメソッド
static boolean WinUser.CheckDlgButton(long hdlg, int nIDButton, int uCheck)
          ダイアログボックス:チェックボタン設定.
static boolean WinUser.CheckRadioButton(long hdlg, int nIDFirstButton, int nIDLastButton, int nIDCheckButton)
          ダイアログボックス:ラジオボタン設定.
static boolean WinUser.ClientToScreen(long wnd, Point point)
          スクリーン座標変換.
static boolean WinUser.EnableScrollBar(long wnd, int bar, int arrows)
          スクロールバー可否設定.
static boolean WinUser.EnableWindow(long wnd, boolean enable)
          入力可否設定.
static boolean WinUser.EnumChildWindows(long hwnd, List list)
          子ウィンドウ列挙.
static boolean WinUser.EnumWindows(List list)
          トップレベルウィンドウ列挙.
static long WinUser.FindWindow(String className, String windowName)
          トップレベルウィンドウ検索.
static String WinUser.getClassName(long hwnd)
          ウィンドウクラス名取得.
static boolean WinUser.GetClientRect(long wnd, Rectangle r)
          クライアント領域取得.
static int WinUser.GetDlgCtrlID(long hctl)
          ダイアログボックス:コントロール識別子取得.
static long WinUser.GetDlgItem(long hdlg, int id)
          ダイアログボックス:コントロール取得.
static int WinUser.GetDlgItemInt(long hdlg, int id, boolean[] translated, boolean signed)
          ダイアログボックス:コントロール数値取得.
static String WinUser.GetDlgItemText(long hdlg, int id, int len)
          ダイアログボックス:コントロールテキスト取得.
static long WinUser.GetNextDlgGroupItem(long hdlg, long hctl, boolean previous)
          ダイアログボックス:グループ内の次コントロール取得.
static long WinUser.GetNextDlgTabItem(long hdlg, long hctl, boolean previous)
          ダイアログボックス:タブ移動可能な次コントロール取得.
static long WinUser.GetNextWindow(long hwnd, int cmd)
          次ウィンドウ取得.
static long WinUser.GetParent(long wnd)
          親ウィンドウ取得.
static long WinUser.GetTopWindow(long hwnd)
          一番上の子ウィンドウ取得.
static long WinUser.GetWindow(long wnd, int cmd)
          ウィンドウ取得.
static int WinUser.GetWindowLong(long hwnd, int index)
          ウィンドウ情報取得.
static boolean WinUser.GetWindowRect(long wnd, Rectangle r)
          ウィンドウ領域取得.
static String WinUser.getWindowText(long wnd)
          ウィンドウテキスト取得.
static int WinUser.GetWindowTextLength(long wnd)
          ウィンドウテキスト長取得.
static int WinUser.MessageBox(long wnd, String text, String caption, int type)
          メッセージボックス.
static boolean WinUser.MoveWindow(long hwnd, int x, int y, int width, int height, boolean repaint)
          ウィンドウ移動.
static boolean WinUser.ScreenToClient(long wnd, Point point)
          クライアント座標変換.
static long WinUser.SetActiveWindow(long wnd)
          アクティブウィンドウ設定.
static boolean WinUser.SetDlgItemInt(long hdlg, int id, int value, boolean signed)
          ダイアログボックス:コントロール数値設定.
static boolean WinUser.SetDlgItemText(long hdlg, int id, String text)
          ダイアログボックス:コントロールテキスト設定.
static long WinUser.SetFocus(long wnd)
          キーボードフォーカス設定.
static long WinUser.SetParent(long wnd, long wndParent)
          親ウィンドウ設定.
static int WinUser.SetWindowLong(long hwnd, int index, int value)
          ウィンドウ情報設定.
static boolean WinUser.SetWindowPos(long hwnd, long hWndInsertAfter, int x, int y, int cx, int cy, int flags)
          ウィンドウ位置設定.
static boolean WinUser.SetWindowText(long wnd, String string)
          ウィンドウテキスト設定.
static boolean WinUser.ShowScrollBar(long wnd, int bar, boolean show)
          スクロールバー表示状態設定.