Uses of Class
org.gjt.sp.util.Task
-
Packages that use Task Package Description org.gjt.sp.jedit.bufferio Classes related to loading, saving, autosaving buffers.org.gjt.sp.jedit.gui Various GUI controls and dialog boxes.org.gjt.sp.jedit.io Virtual file system and multi-threaded I/O.org.gjt.sp.util Utility classes used by jEdit but that do not depend on jEdit itself. -
-
Uses of Task in org.gjt.sp.jedit.bufferio
Subclasses of Task in org.gjt.sp.jedit.bufferio Modifier and Type Class Description classBufferAutosaveRequestA buffer autosave request.classBufferInsertRequestA buffer insert request.classBufferIORequestA buffer I/O request.classBufferLoadRequestA buffer load request.classBufferSaveRequestA buffer save request.classIoTaskclassMarkersSaveRequestA save request for markers. -
Uses of Task in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui with parameters of type Task Modifier and Type Method Description voidTaskMonitor. done(Task task)voidTaskMonitor. maximumUpdated(Task task)voidTaskMonitor. running(Task task)voidTaskMonitor. statusUpdated(Task task)voidTaskMonitor. valueUpdated(Task task)voidTaskMonitor. waiting(Task task) -
Uses of Task in org.gjt.sp.jedit.io
Subclasses of Task in org.gjt.sp.jedit.io Modifier and Type Class Description classCopyFileWorkerThis worker will copy a file.classLocalFileSaveTaskThe Task for asynchronous saving local file to disk ommiting VFS API stack. -
Uses of Task in org.gjt.sp.util
Methods in org.gjt.sp.util with parameters of type Task Modifier and Type Method Description voidTaskAdapter. done(Task task)Deprecated.default voidTaskListener. done(Task task)voidTaskAdapter. maximumUpdated(Task task)Deprecated.default voidTaskListener. maximumUpdated(Task task)static voidThreadUtilities. runInBackground(Task task)Run the task in the threadpool.voidTaskAdapter. running(Task task)Deprecated.default voidTaskListener. running(Task task)voidTaskAdapter. statusUpdated(Task task)Deprecated.default voidTaskListener. statusUpdated(Task task)voidTaskAdapter. valueUpdated(Task task)Deprecated.default voidTaskListener. valueUpdated(Task task)voidTaskManager.TaskVisitor. visit(Task task)voidTaskAdapter. waiting(Task task)Deprecated.default voidTaskListener. waiting(Task task)Method parameters in org.gjt.sp.util with type arguments of type Task Modifier and Type Method Description voidTaskManager. cancelTasksByClass(java.lang.Class<? extends Task> clazz)cancel a task by its class
-