com.togethersoft.openapi.ide.window
Interface IdeDialogType


public interface IdeDialogType

Interface IdeDialogType stores the names of message types.

Author:
TogetherSoft

Field Summary
 final static intCRITICAL
           Critical error message.
 final static intERROR
           Error message.
 final static intINFORMATION
           Information message.
 final static intPLAIN
           Plain message.
 final static intQUESTION
           Question.
 final static intWARNING
           Warning message.

Field Detail

CRITICAL

public final static int CRITICAL
Critical error message.

ERROR

public final static int ERROR
Error message.

INFORMATION

public final static int INFORMATION
Information message.

PLAIN

public final static int PLAIN
Plain message.

QUESTION

public final static int QUESTION
Question.

WARNING

public final static int WARNING
Warning message.