当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
EditorWarmUpTask (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor
Class EditorWarmUpTask
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorWarmUpTask
public EditorWarmUpTask()
run
public void run()
- Specified by:
run
in interface Runnable