Uses of Interface
org.gjt.sp.jedit.EBComponent
Package
Description
-
Uses of EBComponent in org.gjt.sp.jedit
Modifier and TypeClassDescriptionclass
Plugins extending this class are automatically added to the EditBus.Modifier and TypeMethodDescriptionstatic void
EditBus.addToBus
(EBComponent comp) Adds a component to the bus.static void
EditBus.removeFromBus
(EBComponent comp) Removes a component from the bus. -
Uses of EBComponent in org.gjt.sp.jedit.gui
Modifier and TypeClassDescriptionclass
Saves and loads dockable layouts to disk -
Uses of EBComponent in org.gjt.sp.jedit.msg
ModifierConstructorDescriptionEditorExiting
(EBComponent source) Creates a new editor exiting message.EditorStarted
(EBComponent source) Creates a new editor started message.PropertiesChanged
(EBComponent source) Creates a new properties changed message.PropertiesChanging
(EBComponent source, PropertiesChanging.State state) Creates a new properties changing message.RegisterChanged
(EBComponent source, char name) Creates a new registers changed message.SearchSettingsChanged
(EBComponent source) Creates a new search and replace settings changed message. -
Uses of EBComponent in org.gjt.sp.jedit.print
Modifier and TypeClassDescriptionclass
Draws a line across the text area indicating where a printing page break would be.