Package | Description |
---|---|
org.gjt.sp.jedit.gui |
Various GUI controls and dialog boxes.
|
org.gjt.sp.util |
Utility classes used by jEdit but that do not depend on jEdit
itself.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusBar
The status bar used to display various information to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkThreadPool.addProgressListener(WorkThreadProgressListener listener)
Deprecated.
Adds a progress listener to this thread pool.
|
void |
WorkThreadPool.removeProgressListener(WorkThreadProgressListener listener)
Deprecated.
Removes a progress listener from this thread pool.
|