Uses of Class
com.jfx.MessageBoxFlag

Packages that use MessageBoxFlag
com.jfx   
 

Uses of MessageBoxFlag in com.jfx
 

Fields in com.jfx declared as MessageBoxFlag
static MessageBoxFlag MessageBoxFlag.MB_ABORTRETRYIGNORE
          The message box contains three push buttons: Abort, Retry, and Ignore.
static MessageBoxFlag MessageBoxFlag.MB_CANCELTRYCONTINUE
          Windows 2000: The message box contains three push buttons: Cancel, Try Again, Continue.
static MessageBoxFlag MessageBoxFlag.MB_DEFBUTTON2
          The second button is the default button.
static MessageBoxFlag MessageBoxFlag.MB_DEFBUTTON3
          The third button is the default button.
static MessageBoxFlag MessageBoxFlag.MB_DEFBUTTON4
          The fourth button is the default button.
static MessageBoxFlag MessageBoxFlag.MB_ICONEXCLAMATION
          An exclamation-point icon appears in the message box.
static MessageBoxFlag MessageBoxFlag.MB_ICONINFORMATION
          An icon consisting of a lowercase letter i in a circle appears in the message box.
static MessageBoxFlag MessageBoxFlag.MB_ICONQUESTION
          A question-mark icon appears in the message box.
static MessageBoxFlag MessageBoxFlag.MB_ICONSTOP
          A stop-sign icon appears in the message box.
static MessageBoxFlag MessageBoxFlag.MB_OK
          The message box contains one push button: OK.
static MessageBoxFlag MessageBoxFlag.MB_OKCANCEL
          The message box contains two push buttons: OK and Cancel.
static MessageBoxFlag MessageBoxFlag.MB_RETRYCANCEL
          The message box contains two push buttons: Retry and Cancel.
static MessageBoxFlag MessageBoxFlag.MB_YESNO
          The message box contains two push buttons: Yes and No.
static MessageBoxFlag MessageBoxFlag.MB_YESNOCANCEL
          The message box contains three push buttons: Yes, No, and Cancel.
 

Methods in com.jfx that return MessageBoxFlag
static MessageBoxFlag MessageBoxFlag.getMessageBoxFlag(int val)
           
 



Copyright © 2008-2009 Roman Gerasimenko.