Uses of Interface
org.gjt.sp.util.ProgressObserver
Package
Description
-
Uses of ProgressObserver 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 ProgressObserver 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 boolean
VFS.copy
(ProgressObserver progress, String sourcePath, String targetPath, Component comp, boolean canStop) Copy a file to another using VFS.static boolean
VFS.copy
(ProgressObserver progress, String sourcePath, String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) Copy a file to another using VFS.static boolean
VFS.copy
(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop) Copy a file to another using VFS.static boolean
VFS.copy
(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) Copy a file to another using VFS. -
Uses of ProgressObserver in org.gjt.sp.jedit.pluginmgr
Modifier and TypeMethodDescriptionstatic MirrorList
MirrorList.mirrorListFromDisk
(ProgressObserver progressObserver) static MirrorList
MirrorList.mirrorListFromInternet
(ProgressObserver progressObserver) ModifierConstructorDescriptionMirrorList
(String xml, ProgressObserver observer) RemotePluginList
(ProgressObserver progressObserver, String id) -
Uses of ProgressObserver in org.gjt.sp.util
Modifier and TypeMethodDescriptionstatic boolean
IOUtilities.copyStream
(int bufferSize, ProgressObserver progress, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream.static boolean
IOUtilities.copyStream
(int bufferSize, ProgressObserver progress, String progressPrefix, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream.static boolean
IOUtilities.copyStream
(ProgressObserver progress, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream with a buffer of 4096 bytes.static boolean
IOUtilities.copyStream
(ProgressObserver progress, String progressPrefix, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream with a buffer of 4096 bytes.