public final class CodeEditorPreloader
extends java.lang.Object
CodeEditorPreloader
helps to speed up the process of bringing up a Code Editor by using the pre-load-on-idle facility put in by Kiks to initialize some of the dependent classes on an idle thread. Rather than adding the classes individually to the class list and writing preload routines for them one-by-one, it was easier to put all of the code for doing the pre-loading for the code editor here.Constructor and Description |
---|
CodeEditorPreloader() |
Modifier and Type | Method and Description |
---|---|
static void |
preloadInit()
Public routine for doing the work of preloading the Code Editor.
|