gui.dialog
Interface IDialogOptions

All Known Implementing Classes:
AccountSettingsPanel.AccountCreationPane, ActivePaymentDetails, BISelectionDialog, CaptchaContentPane, CaptchaDialog, CertDetailsDialog, ClipFrame, ConfigAssistant, DialogContentPane, FileChooserContentPane, FinishedContentPane, FlatrateDialog, JAPAbout, JAPAboutNew, JAPConf, JAPDialog, JAPInternalHelpViewer, JpiSelectionPane, MapBox, MethodSelectionPane, MixDetailsDialog, MultiCertOverview, PassivePaymentDetails, PassivePaymentPane, PasswordContentPane, PaymentInfoPane, SimpleWizardContentPane, TermsAndConditionsDialog, TermsAndConditionsInfoDialog, TermsAndConditionsPane, TransactionOverviewDialog, VolumePlanSelectionPane, WorkerContentPane

public interface IDialogOptions

Provides constants for creating dialogs and for evaluating user choices in dialogs. The constants correspond directly to JOptionPane and may be used there, too.

Author:
Rolf Wendolsky
See Also:
JOptionPane

Field Summary
static int MESSAGE_TYPE_ERROR
           
static int MESSAGE_TYPE_INFORMATION
           
static int MESSAGE_TYPE_PLAIN
           
static int MESSAGE_TYPE_QUESTION
           
static int MESSAGE_TYPE_WARNING
           
static int OPTION_TYPE_CANCEL
          This is an extra option type not available in JOptionPane.
static int OPTION_TYPE_DEFAULT
           
static int OPTION_TYPE_EMPTY
          This is an extra option type not available in JOptionPane.
static int OPTION_TYPE_OK_CANCEL
           
static int OPTION_TYPE_YES_NO
           
static int OPTION_TYPE_YES_NO_CANCEL
           
static int RETURN_VALUE_CANCEL
           
static int RETURN_VALUE_CLOSED
           
static int RETURN_VALUE_NO
           
static int RETURN_VALUE_OK
           
static int RETURN_VALUE_UNINITIALIZED
          This is an extra return value not available in JOptionPane.
static int RETURN_VALUE_YES
           
 

Field Detail

MESSAGE_TYPE_PLAIN

static final int MESSAGE_TYPE_PLAIN
See Also:
Constant Field Values

MESSAGE_TYPE_QUESTION

static final int MESSAGE_TYPE_QUESTION
See Also:
Constant Field Values

MESSAGE_TYPE_ERROR

static final int MESSAGE_TYPE_ERROR
See Also:
Constant Field Values

MESSAGE_TYPE_WARNING

static final int MESSAGE_TYPE_WARNING
See Also:
Constant Field Values

MESSAGE_TYPE_INFORMATION

static final int MESSAGE_TYPE_INFORMATION
See Also:
Constant Field Values

OPTION_TYPE_DEFAULT

static final int OPTION_TYPE_DEFAULT
See Also:
Constant Field Values

OPTION_TYPE_OK_CANCEL

static final int OPTION_TYPE_OK_CANCEL
See Also:
Constant Field Values

OPTION_TYPE_YES_NO_CANCEL

static final int OPTION_TYPE_YES_NO_CANCEL
See Also:
Constant Field Values

OPTION_TYPE_YES_NO

static final int OPTION_TYPE_YES_NO
See Also:
Constant Field Values

OPTION_TYPE_EMPTY

static final int OPTION_TYPE_EMPTY
This is an extra option type not available in JOptionPane. If set, no buttons are displayed.

See Also:
Constant Field Values

OPTION_TYPE_CANCEL

static final int OPTION_TYPE_CANCEL
This is an extra option type not available in JOptionPane. If set, only the cancel button is displayed.

See Also:
Constant Field Values

RETURN_VALUE_CANCEL

static final int RETURN_VALUE_CANCEL
See Also:
Constant Field Values

RETURN_VALUE_OK

static final int RETURN_VALUE_OK
See Also:
Constant Field Values

RETURN_VALUE_CLOSED

static final int RETURN_VALUE_CLOSED
See Also:
Constant Field Values

RETURN_VALUE_YES

static final int RETURN_VALUE_YES
See Also:
Constant Field Values

RETURN_VALUE_NO

static final int RETURN_VALUE_NO
See Also:
Constant Field Values

RETURN_VALUE_UNINITIALIZED

static final int RETURN_VALUE_UNINITIALIZED
This is an extra return value not available in JOptionPane.

See Also:
Constant Field Values