Packages | Enumerations

AlarmGUIType.java File Reference

Packages

package  alma.acsplugins.alarmsystem.gui.table

Enumerations

enum  alma::acsplugins::alarmsystem::gui::table.AlarmGUIType {
  alma::acsplugins::alarmsystem::gui::table.PRIORITY_0 = (Color.white,Color.red,"Priority 0","flag_red.png"), alma::acsplugins::alarmsystem::gui::table.PRIORITY_1 = (Color.black, new Color(255,165,31),"Priority 1","flag_orange.png"), alma::acsplugins::alarmsystem::gui::table.PRIORITY_2 = (Color.black,Color.yellow,"Priority 2","flag_light_yellow.png"), alma::acsplugins::alarmsystem::gui::table.PRIORITY_3 = (Color.black,new Color(255,255,198),"Priority 3","flag_yellow.png"),
  alma::acsplugins::alarmsystem::gui::table.INACTIVE = (Color.black,new Color(188,255,188),"Inactive","flag_green.png")
}
 All Classes Namespaces Files Functions Variables Enumerations Properties