com.alee.utils.swing
Interface DialogOptions

All Known Implementing Classes:
WebColorChooser, WebColorChooserDialog, WebColorChooserPanel, WebDirectoryChooser

public interface DialogOptions

This interface represents various dialogs return options.

Author:
Mikle Garin

Field Summary
static int CANCEL_OPTION
          Return value if cancel is chosen.
static int CLOSE_OPTION
          Return value if dialog was closed.
static int ERROR_OPTION
          Return value if an error occured.
static int NONE_OPTION
          Return value if no actions were taken.
static int OK_OPTION
          Return value if approve (yes, ok) is chosen.
 

Field Detail

CANCEL_OPTION

static final int CANCEL_OPTION
Return value if cancel is chosen.

See Also:
Constant Field Values

OK_OPTION

static final int OK_OPTION
Return value if approve (yes, ok) is chosen.

See Also:
Constant Field Values

CLOSE_OPTION

static final int CLOSE_OPTION
Return value if dialog was closed.

See Also:
Constant Field Values

NONE_OPTION

static final int NONE_OPTION
Return value if no actions were taken.

See Also:
Constant Field Values

ERROR_OPTION

static final int ERROR_OPTION
Return value if an error occured.

See Also:
Constant Field Values