oracle.jdeveloper.ceditor
Class CodeEditorPreloader
java.lang.Object
oracle.jdeveloper.ceditor.CodeEditorPreloader
- public final class CodeEditorPreloader
- extends java.lang.Object
The 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.
Method Summary |
static void |
preloadInit()
Public routine for doing the work of preloading the Code Editor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeEditorPreloader
public CodeEditorPreloader()
preloadInit
public static void preloadInit()
- Public routine for doing the work of preloading the Code Editor.
Copyright ©1997, 2003, Oracle. All rights reserved.