Package | Description |
---|---|
org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
Modifier and Type | Field and Description |
---|---|
static Class<? extends Scheduler> |
Scheduler.CURSOR_SENSITIVE_TASK_SCHEDULER
This implementations of
Scheduler reschedules all tasks when:
current document is changed (file opened, closed, editor tab switched),
text in the current document is changed,
cusor position is changed
|
static Class<? extends Scheduler> |
Scheduler.EDITOR_SENSITIVE_TASK_SCHEDULER
This implementations of
Scheduler reschedules all tasks when:
current document is changed (file opened, closed, editor tab switched),
text in the current document is changed
|
static Class<? extends Scheduler> |
Scheduler.SELECTED_NODES_SENSITIVE_TASK_SCHEDULER
This implementations of
Scheduler reschedules all tasks when
nodes selected in editor are changed. |
Modifier and Type | Method and Description |
---|---|
Class<? extends Scheduler> |
EmbeddingProvider.getSchedulerClass()
Returns
Scheduler class for this SchedulerTask. |
abstract Class<? extends Scheduler> |
SchedulerTask.getSchedulerClass()
Returns
Scheduler class for this SchedulerTask. |
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.