Uses of Class
org.gjt.sp.util.Task
Packages that use Task
Package
Description
-
Uses of Task in org.gjt.sp.jedit.bufferio
Subclasses of Task in org.gjt.sp.jedit.bufferioModifier 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
Methods in org.gjt.sp.jedit.gui with parameters of type TaskModifier 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
Subclasses of Task in org.gjt.sp.jedit.ioModifier and TypeClassDescriptionclass
This worker will copy a file.class
The Task for asynchronous saving local file to disk ommiting VFS API stack.Methods in org.gjt.sp.jedit.io with parameters of type TaskModifier 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
Methods in org.gjt.sp.util with parameters of type TaskModifier 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
Method parameters in org.gjt.sp.util with type arguments of type TaskModifier and TypeMethodDescriptionvoid
TaskManager.cancelTasksByClass
(Class<? extends Task> clazz) cancel a task by its class