public class DesignerStartupHook extends java.lang.Object implements LaunchHook
| Constructor and Description |
|---|
DesignerStartupHook() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initI18N() |
static void |
initializeFontSize() |
static void |
main(java.lang.String[] args) |
void |
setup(LaunchStep step,
LaunchContext launch)
Called during the last phase (startup step) of the bootstrap launcher.
|
void |
startup()
Called after setup() to start the application.
|
void |
staticSetup()
This setup will be called first, before setup(), but only the first time in a given JVM.
|
public static void main(java.lang.String[] args)
public static void initializeFontSize()
public void staticSetup()
throws java.lang.Exception
LaunchHookstaticSetup in interface LaunchHookjava.lang.Exceptionpublic void setup(LaunchStep step, LaunchContext launch) throws java.lang.Exception
LaunchHooksetup in interface LaunchHookstep - 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.java.lang.Exceptionpublic void startup()
LaunchHookstartup in interface LaunchHookprotected void initI18N()