All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.util.ViewColor

java.lang.Object
   |
   +----oplan.util.ViewColor

public class ViewColor
extends Object

Variable Index

 o backgroundColor
 o STATUS_BLANK
 o STATUS_COMPLETE
 o STATUS_EXECUTING
 o STATUS_IMPOSSIBLE
 o STATUS_NA
 o STATUS_POSSIBLE
 o STATUS_TBD
 o statusColor
 o statusName

Constructor Index

 o ViewColor()

Method Index

 o statusValue(String)
 o ViewColor()

Variables

 o statusColor
 public static final Color statusColor[]
 o statusName
 public static final String statusName[]
 o STATUS_BLANK
 public static final int STATUS_BLANK
 o STATUS_COMPLETE
 public static final int STATUS_COMPLETE
 o STATUS_EXECUTING
 public static final int STATUS_EXECUTING
 o STATUS_POSSIBLE
 public static final int STATUS_POSSIBLE
 o STATUS_IMPOSSIBLE
 public static final int STATUS_IMPOSSIBLE
 o STATUS_NA
 public static final int STATUS_NA
 o STATUS_TBD
 public static final int STATUS_TBD
 o backgroundColor
 public static final Color backgroundColor

Constructors

 o ViewColor
 public ViewColor()

Methods

 o ViewColor
 public static void ViewColor()
 o statusValue
 public static int statusValue(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index