Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusBar.progressUpdate(WorkThreadPool threadPool,
int threadIndex) |
void |
StatusBar.statusUpdate(WorkThreadPool threadPool,
int threadIndex) |
Modifier and Type | Method and Description |
---|---|
static WorkThreadPool |
VFSManager.getIOThreadPool()
Returns the I/O thread pool.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkThreadProgressListener.progressUpdate(WorkThreadPool threadPool,
int threadIndex) |
void |
WorkThreadProgressListener.statusUpdate(WorkThreadPool threadPool,
int threadIndex) |
Constructor and Description |
---|
WorkThread(WorkThreadPool pool,
java.lang.ThreadGroup group,
java.lang.String name)
Deprecated.
|