Class DesignerStartupHook
java.lang.Object
com.inductiveautomation.ignition.designer.DesignerStartupHook
- All Implemented Interfaces:
LaunchHook
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
DesignerStartupHook
public DesignerStartupHook()
-
-
Method Details
-
main
-
initializeFontSize
public static void initializeFontSize() -
staticSetup
Description copied from interface:LaunchHookThis setup will be called first, before setup(), but only the first time in a given JVM.- Specified by:
staticSetupin interfaceLaunchHook- Throws:
Exception
-
setup
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 interfaceLaunchHook- 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
-
startup
public void startup()Description copied from interface:LaunchHookCalled after setup() to start the application.- Specified by:
startupin interfaceLaunchHook
-
initI18N
protected void initI18N()
-