Class AlarmPaletteLoader
- java.lang.Object
- 
- com.inductiveautomation.ignition.alarming.designer.AlarmPaletteLoader
 
- 
 public class AlarmPaletteLoader extends java.lang.ObjectWhy isn't this in DesignerHook? Because if the Vision module isn't present, Java throws a hissy fit in the form of a ModuleLoadException for the whole alarm module. Putting it in a separate class fakes out Java and lets the rest of the classes function happily.
- 
- 
Constructor SummaryConstructors Constructor Description AlarmPaletteLoader(DesignerContext context)
 
- 
- 
- 
Constructor Detail- 
AlarmPaletteLoaderpublic AlarmPaletteLoader(DesignerContext context) 
 
- 
 
-