com.togethersoft.openapi.ide.message
Interface IdeMessageType


public interface IdeMessageType

Defines the integer constants with the types of messages.

Author:
TogetherSoft

Field Summary
 final static intCRITICAL
           The critical type.
 final static intCRITICAL_MODAL
           The critical type (a message will be displayed in a modal dialog).
 final static intERROR
           The error type.
 final static intERROR_MODAL
           The error type (a message will be displayed in a modal dialog).
 final static intINFORMATION
           The information type.
 final static intINFORMATION_MODAL
           The information type (a message will be displayed in a modal dialog).
 final static intMODAL
           Request to show message box instead of text in the message pane.
 final static intWARNING
           The warning type.
 final static intWARNING_MODAL
           The warning type (a message will be displayed in a modal dialog).

Field Detail

CRITICAL

public final static int CRITICAL
The critical type. A message will be displayed in the message pane.

CRITICAL_MODAL

public final static int CRITICAL_MODAL
The critical type (a message will be displayed in a modal dialog).

ERROR

public final static int ERROR
The error type. A message will be displayed in the message pane.

ERROR_MODAL

public final static int ERROR_MODAL
The error type (a message will be displayed in a modal dialog).

INFORMATION

public final static int INFORMATION
The information type. A message will be displayed in the message pane.

INFORMATION_MODAL

public final static int INFORMATION_MODAL
The information type (a message will be displayed in a modal dialog).

MODAL

public final static int MODAL
Request to show message box instead of text in the message pane.

WARNING

public final static int WARNING
The warning type. A message will be displayed in the message pane.

WARNING_MODAL

public final static int WARNING_MODAL
The warning type (a message will be displayed in a modal dialog).