Class DesignerStartupHook

java.lang.Object
com.inductiveautomation.ignition.designer.DesignerStartupHook
All Implemented Interfaces:
LaunchHook

public class DesignerStartupHook extends Object implements LaunchHook
  • Constructor Details

    • DesignerStartupHook

      public DesignerStartupHook()
  • Method Details

    • main

      public static void main(String[] args)
    • initializeFontSize

      public static void initializeFontSize()
    • staticSetup

      public void staticSetup() throws Exception
      Description copied from interface: LaunchHook
      This setup will be called first, before setup(), but only the first time in a given JVM.
      Specified by:
      staticSetup in interface LaunchHook
      Throws:
      Exception
    • setup

      public void setup(LaunchStep step, LaunchContext launch) throws Exception
      Description copied from interface: LaunchHook
      Called 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:
      setup in 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
    • startup

      public void startup()
      Description copied from interface: LaunchHook
      Called after setup() to start the application.
      Specified by:
      startup in interface LaunchHook
    • initI18N

      protected void initI18N()