Uses of Class
org.gjt.sp.util.Task
Package
Description
-
Uses of Task in org.gjt.sp.jedit.bufferio
Modifier and TypeClassDescriptionclass
A buffer autosave request.class
A buffer insert request.class
A buffer I/O request.class
A buffer load request.class
A buffer save request.class
class
A save request for markers. -
Uses of Task in org.gjt.sp.jedit.gui
Modifier and TypeMethodDescriptionvoid
void
TaskMonitor.maximumUpdated
(Task task) void
void
TaskMonitor.statusUpdated
(Task task) void
TaskMonitor.valueUpdated
(Task task) void
-
Uses of Task in org.gjt.sp.jedit.io
Modifier and TypeClassDescriptionclass
This worker will copy a file.class
The Task for asynchronous saving local file to disk ommiting VFS API stack.Modifier and TypeMethodDescriptionstatic void
VFSManager.runInWorkThread
(Task run) Deprecated.You should not use this method, this threadpool links the AWT Threads and Work threads. -
Uses of Task in org.gjt.sp.util
Modifier and TypeMethodDescriptionvoid
void
void
TaskAdapter.maximumUpdated
(Task task) void
TaskListener.maximumUpdated
(Task task) static void
ThreadUtilities.runInBackground
(Task task) Run the task in the threadpool.void
void
void
TaskAdapter.statusUpdated
(Task task) void
TaskListener.statusUpdated
(Task task) void
TaskAdapter.valueUpdated
(Task task) void
TaskListener.valueUpdated
(Task task) void
void
void
Modifier and TypeMethodDescriptionvoid
TaskManager.cancelTasksByClass
(Class<? extends Task> clazz) cancel a task by its class