org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
Class StatusType

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.StatusType

public class StatusType
extends Object

Creation-Date: 15.05.2007, 16:47:58

Author:
Thomas Morgner

Field Summary
static StatusType ERROR
           
static StatusType INFORMATION
           
static StatusType NONE
           
static StatusType WARNING
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final StatusType ERROR

WARNING

public static final StatusType WARNING

INFORMATION

public static final StatusType INFORMATION

NONE

public static final StatusType NONE
Method Detail

toString

public String toString()
Overrides:
toString in class Object