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 TypeClassDescriptionclassA buffer autosave request.classA buffer insert request.classA buffer I/O request.classA buffer load request.classA buffer save request.classclassA 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 TypeMethodDescriptionvoidvoidTaskMonitor.maximumUpdated(Task task) voidvoidTaskMonitor.statusUpdated(Task task) voidTaskMonitor.valueUpdated(Task task) void -
Uses of Task in org.gjt.sp.jedit.io
Subclasses of Task in org.gjt.sp.jedit.ioModifier and TypeClassDescriptionclassThis worker will copy a file.classThe 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 voidVFSManager.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 TypeMethodDescriptionvoidvoidvoidTaskAdapter.maximumUpdated(Task task) voidTaskListener.maximumUpdated(Task task) static voidThreadUtilities.runInBackground(Task task) Run the task in the threadpool.voidvoidvoidTaskAdapter.statusUpdated(Task task) voidTaskListener.statusUpdated(Task task) voidTaskAdapter.valueUpdated(Task task) voidTaskListener.valueUpdated(Task task) voidvoidvoidMethod parameters in org.gjt.sp.util with type arguments of type TaskModifier and TypeMethodDescriptionvoidTaskManager.cancelTasksByClass(Class<? extends Task> clazz) cancel a task by its class