| Package | Description |
|---|---|
| org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
| org.gjt.sp.jedit.gui |
Various GUI controls and dialog boxes.
|
| Modifier and Type | Method and Description |
|---|---|
PluginJAR.PluginCacheEntry |
PluginJAR.generateCache() |
static PluginJAR.PluginCacheEntry |
PluginJAR.getPluginCache(PluginJAR plugin) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceManager.loadServices(PluginJAR plugin,
java.net.URL uri,
PluginJAR.PluginCacheEntry cache)
Loads a
services.xml file. |
| Modifier and Type | Method and Description |
|---|---|
void |
DockableWindowFactory.loadDockableWindows(PluginJAR plugin,
java.net.URL uri,
PluginJAR.PluginCacheEntry cache)
Plugins shouldn't need to call this method.
|