Class DesignerStartupHook
java.lang.Object
com.inductiveautomation.ignition.designer.DesignerStartupHook
- All Implemented Interfaces:
- LaunchHook
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidinitI18N()static voidstatic voidvoidsetup(LaunchStep step, LaunchContext launch) Called during the last phase (startup step) of the bootstrap launcher.voidstartup()Called after setup() to start the application.voidThis setup will be called first, before setup(), but only the first time in a given JVM.
- 
Constructor Details- 
DesignerStartupHookpublic DesignerStartupHook()
 
- 
- 
Method Details- 
main
- 
initializeFontSizepublic static void initializeFontSize()
- 
staticSetupDescription 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:
- Exception
 
- 
setupDescription 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:
- Exception
 
- 
startuppublic void startup()Description copied from interface:LaunchHookCalled after setup() to start the application.- Specified by:
- startupin interface- LaunchHook
 
- 
initI18Nprotected void initI18N()
 
-