站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

EditorWarmUpTask (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class EditorWarmUpTask

java.lang.Object
  extended by org.netbeans.modules.editor.EditorWarmUpTask
All Implemented Interfaces:
Runnable

public class EditorWarmUpTask
extends Object
implements Runnable

"Warm-up" task for editor. Executed after IDE startup, it should pre-initialize some suitable parts of the module to improve first time usage experience - which might suffer from long response time due to class loading and various initialization. See org.netbeans.core.AfterStartWarmUp for details about how the task is run.


Constructor Summary
EditorWarmUpTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorWarmUpTask

public EditorWarmUpTask()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

org.netbeans.modules.editor/3 1.32.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.