java.lang.Object
org.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EBPlugin
- All Implemented Interfaces:
EBComponent
Plugins extending this class are automatically added to the EditBus.
Otherwise, this class is identical to the
EditPlugin
class.- Version:
- $Id: EBPlugin.java 12504 2008-04-22 23:12:43Z ezust $
- Author:
- Slava Pestov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gjt.sp.jedit.EditPlugin
EditPlugin.Broken, EditPlugin.Deferred
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(EBMessage message) Handles a message sent on the EditBus.Methods inherited from class org.gjt.sp.jedit.EditPlugin
createBrowserMenuItems, createMenuItems, getClassName, getPluginHome, getPluginHome, getPluginHome, getPluginJAR, getResourceAsOutputStream, getResourceAsOutputStream, getResourceAsStream, getResourceAsStream, getResourcePath, getResourcePath, start, stop
-
Constructor Details
-
EBPlugin
protected EBPlugin()
-
-
Method Details
-
handleMessage
Handles a message sent on the EditBus.- Specified by:
handleMessage
in interfaceEBComponent
- Parameters:
message
- The message
-