ICY Version 1.0.1.0
Static Public Member Functions | Static Public Attributes

icy.gui.dialog.MessageDialog Class Reference

List of all members.

Static Public Member Functions

static void showDialog (final String message)
static void showDialog (final String message, final int messageType)
static void showDialog (final String title, final String message)
static void showDialog (final String title, final String message, final int messageType)

Static Public Attributes

static final int ERROR_MESSAGE = JOptionPane.ERROR_MESSAGE
static final int INFORMATION_MESSAGE = JOptionPane.INFORMATION_MESSAGE
static final int WARNING_MESSAGE = JOptionPane.WARNING_MESSAGE
static final int QUESTION_MESSAGE = JOptionPane.QUESTION_MESSAGE
static final int PLAIN_MESSAGE = JOptionPane.PLAIN_MESSAGE

Detailed Description

Author:
stephane

Member Data Documentation

final int icy.gui.dialog.MessageDialog.INFORMATION_MESSAGE = JOptionPane.INFORMATION_MESSAGE [static]

Used for information messages.

final int icy.gui.dialog.MessageDialog.PLAIN_MESSAGE = JOptionPane.PLAIN_MESSAGE [static]

No icon is used.

final int icy.gui.dialog.MessageDialog.QUESTION_MESSAGE = JOptionPane.QUESTION_MESSAGE [static]

Used for questions.

final int icy.gui.dialog.MessageDialog.WARNING_MESSAGE = JOptionPane.WARNING_MESSAGE [static]

Used for warning messages.


The documentation for this class was generated from the following file:
 All Classes Functions Variables