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 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 ProgressObserver in org.gjt.sp.jedit.io
Classes in org.gjt.sp.jedit.io that implement ProgressObserverModifier 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 ProgressObserverModifier and TypeMethodDescriptionstatic booleanVFS.copy(ProgressObserver progress, String sourcePath, String targetPath, Component comp, boolean canStop) Copy a file to another using VFS.static booleanVFS.copy(ProgressObserver progress, String sourcePath, String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) Copy a file to another using VFS.static booleanVFS.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 booleanVFS.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 MirrorListMirrorList.mirrorListFromDisk(ProgressObserver progressObserver) static MirrorListMirrorList.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 booleanIOUtilities.copyStream(int bufferSize, ProgressObserver progress, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream.static booleanIOUtilities.copyStream(int bufferSize, ProgressObserver progress, String progressPrefix, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream.static booleanIOUtilities.copyStream(ProgressObserver progress, InputStream in, OutputStream out, boolean canStop) Copy an input stream to an output stream with a buffer of 4096 bytes.static booleanIOUtilities.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.