|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.ceditor.CodeEditorPreloader
public final class CodeEditorPreloader
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.
Constructor Summary | |
---|---|
CodeEditorPreloader() |
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 |
Constructor Detail |
---|
public CodeEditorPreloader()
Method Detail |
---|
public static void preloadInit()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |