org.processmining.framework.ui
Class Message
java.lang.Object
org.processmining.framework.ui.Message
public class Message
- extends java.lang.Object
- Version:
- 1.0
- Author:
- Peter van den Brand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)