All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.StatusLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Label
                   |
                   +----JObserve.GUI.StatusLabel

public class StatusLabel
extends Label
JObserve Status line


Variable Index

 o ERROR
 o INFORM
Message levels
 o myWarn
 o WARN

Constructor Index

 o StatusLabel(String)
Constructor

Method Index

 o setColor(int)
Set Status color

Variables

 o INFORM
 public static final int INFORM
Message levels

 o WARN
 public static final int WARN
 o ERROR
 public static final int ERROR
 o myWarn
 public int myWarn

Constructors

 o StatusLabel
 public StatusLabel(String labelText)
Constructor

Parameters:
String - Label for Choice

Methods

 o setColor
 public void setColor(int level)
Set Status color

Parameters:
int - The message level

All Packages  Class Hierarchy  This Package  Previous  Next  Index