Class EditPlugin.Deferred
java.lang.Object
org.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EditPlugin.Deferred
- Enclosing class:
EditPlugin
A placeholder for a plugin that hasn't been loaded yet.
- Since:
- jEdit 2.1pre1
- Author:
- Slava Pestov, John Gellene (API documentation), Alan Ezust (API documentation)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class EditPlugin
EditPlugin.Broken, EditPlugin.Deferred -
Method Summary
-
Method Details
-
getClassName
- Overrides:
getClassNamein classEditPlugin- Returns:
- the plugin's class name. This might not be the same as
the class of the actual
EditPlugininstance, for example if the plugin is not loaded yet.
-
toString
-