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
-
ERROR
-
-
INFORM
- Message levels
-
myWarn
-
-
WARN
-
-
StatusLabel(String)
- Constructor
-
setColor(int)
- Set Status color
INFORM
public static final int INFORM
- Message levels
WARN
public static final int WARN
ERROR
public static final int ERROR
myWarn
public int myWarn
StatusLabel
public StatusLabel(String labelText)
- Constructor
- Parameters:
-
String - Label for Choice
setColor
public void setColor(int level)
- Set Status color
- Parameters:
-
int - The message level
All Packages Class Hierarchy This Package Previous Next Index