Uses of Interface
org.gjt.sp.util.ProgressObserver
Packages that use ProgressObserver
Package
Description
-
Uses of ProgressObserver in org.gjt.sp.jedit.bufferio
Classes in org.gjt.sp.jedit.bufferio that implement ProgressObserverModifier 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
Classes in org.gjt.sp.jedit.io that implement ProgressObserverModifier 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 ProgressObserverModifier 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
Methods in org.gjt.sp.jedit.pluginmgr with parameters of type ProgressObserverModifier and TypeMethodDescriptionstatic MirrorList
MirrorList.mirrorListFromDisk
(ProgressObserver progressObserver) static MirrorList
MirrorList.mirrorListFromInternet
(ProgressObserver progressObserver) Constructors in org.gjt.sp.jedit.pluginmgr with parameters of type ProgressObserverModifierConstructorDescriptionMirrorList
(String xml, ProgressObserver observer) RemotePluginList
(ProgressObserver progressObserver, String id) -
Uses of ProgressObserver in org.gjt.sp.util
Classes in org.gjt.sp.util that implement ProgressObserverMethods in org.gjt.sp.util with parameters of type ProgressObserverModifier 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.