org.processmining.framework.ui
Class Message

java.lang.Object
  extended by org.processmining.framework.ui.Message

public class Message
extends java.lang.Object

Version:
1.0
Author:
Peter van den Brand

Field Summary
static int CLEAR_MESSAGES
           
static int DEBUG
           
static int ERROR
           
static int NORMAL
           
static int NUM_TYPES
           
static int TEST
           
static java.lang.String[] TYPE_NAMES
           
static int WARNING
           
 
Method Summary
static void add(java.lang.String message)
           
static void add(java.lang.String message, int status)
           
static void addActionListener(java.awt.event.ActionListener l)
           
static void clearMessages()
           
static void removeActionListener(java.awt.event.ActionListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

TEST

public static final int TEST
See Also:
Constant Field Values

NUM_TYPES

public static final int NUM_TYPES
See Also:
Constant Field Values

CLEAR_MESSAGES

public static final int CLEAR_MESSAGES
See Also:
Constant Field Values

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES
Method Detail

addActionListener

public static void addActionListener(java.awt.event.ActionListener l)

removeActionListener

public static void removeActionListener(java.awt.event.ActionListener l)

clearMessages

public static void clearMessages()

add

public static void add(java.lang.String message)

add

public static void add(java.lang.String message,
                       int status)