Class DesignerStartupHook
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.DesignerStartupHook
 
- 
- All Implemented Interfaces:
- LaunchHook
 
 public class DesignerStartupHook extends java.lang.Object implements LaunchHook 
- 
- 
Constructor SummaryConstructors Constructor Description DesignerStartupHook()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitI18N()static voidinitializeFontSize()static voidmain(java.lang.String[] args)voidsetup(LaunchStep step, LaunchContext launch)Called during the last phase (startup step) of the bootstrap launcher.voidstartup()Called after setup() to start the application.voidstaticSetup()This setup will be called first, before setup(), but only the first time in a given JVM.
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] args) 
 - 
initializeFontSizepublic static void initializeFontSize() 
 - 
staticSetuppublic void staticSetup() throws java.lang.ExceptionDescription copied from interface:LaunchHookThis setup will be called first, before setup(), but only the first time in a given JVM.- Specified by:
- staticSetupin interface- LaunchHook
- Throws:
- java.lang.Exception
 
 - 
setuppublic void setup(LaunchStep step, LaunchContext launch) throws java.lang.Exception Description copied from interface:LaunchHookCalled during the last phase (startup step) of the bootstrap launcher. Gives the launching app a chance to do long-running and/or fragile things while the loading splash screen is still up.- Specified by:
- setupin interface- LaunchHook
- Parameters:
- step- The step being displayed. Use this step to affect the message, progress, indeterminate indication, etc of the loading splash screen.
- launch- The launch context contains information gathered during the loading phase that should be relevant to the starting application.
- Throws:
- java.lang.Exception
 
 - 
startuppublic void startup() Description copied from interface:LaunchHookCalled after setup() to start the application.- Specified by:
- startupin interface- LaunchHook
 
 - 
initI18Nprotected void initI18N() 
 
- 
 
-