Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.ceditor
Class CodeEditorPreloader

java.lang.Object
  extended by oracle.ide.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.


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

CodeEditorPreloader

public CodeEditorPreloader()

Method Detail

preloadInit

public static void preloadInit()
Public routine for doing the work of preloading the Code Editor.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.