Uses of Class
com.jfx.MessageBoxID

Packages that use MessageBoxID
com.jfx   
 

Uses of MessageBoxID in com.jfx
 

Fields in com.jfx declared as MessageBoxID
static MessageBoxID MessageBoxID.IDABORT
          Abort button was selected.
static MessageBoxID MessageBoxID.IDCANCEL
          Cancel button was selected.
static MessageBoxID MessageBoxID.IDCONTINUE
          Continue button was selected.
static MessageBoxID MessageBoxID.IDIGNORE
          Ignore button was selected.
static MessageBoxID MessageBoxID.IDNO
          No button was selected.
static MessageBoxID MessageBoxID.IDOK
          OK button was selected.
static MessageBoxID MessageBoxID.IDRETRY
          Retry button was selected.
static MessageBoxID MessageBoxID.IDTRYAGAIN
          Try Again button was selected.
static MessageBoxID MessageBoxID.IDYES
          Yes button was selected.
 

Methods in com.jfx that return MessageBoxID
static MessageBoxID MessageBoxID.getMessageBoxID(int val)
           
 



Copyright © 2008-2009 Roman Gerasimenko.