Uses of Annotation Type
org.gjt.sp.jedit.EditBus.EBHandler
Packages that use EditBus.EBHandler
Package
Description
This package contains jEdit 4's core classes.
jEdit's file system browser.
Classes related to implementation of the BufferSets feature of jEdit.
Various GUI controls and dialog boxes.
Widget Factory classes for Status Bar Widgets
The jEdit help viewer.
Classes for generation of dynamic menus
The plugin manager.
Search and replace classes.
Classes related to jEdit's TextArea.
-
Uses of EditBus.EBHandler in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidEditPane.handleBufferUpdate(BufferUpdate msg) voidMacros.Recorder.handleBufferUpdate(BufferUpdate bmsg) voidView.handleBufferUpdate(BufferUpdate msg) voidView.handleEditPaneUpdate(EditPaneUpdate msg) voidEditPane.handlePropertiesChanged(PropertiesChanged msg) voidView.handlePropertiesChanged(PropertiesChanged msg) voidvoidView.handleViewUpdate(ViewUpdate msg) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.browser
Methods in org.gjt.sp.jedit.browser with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidVFSBrowser.handleBufferUpdate(BufferUpdate bmsg) voidVFSBrowser.handlePluginUpdate(PluginUpdate pmsg) voidVFSBrowser.handlePropertiesChanged(PropertiesChanged msg) voidVFSBrowser.handleVFSUpdate(VFSUpdate msg) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.bufferset
Methods in org.gjt.sp.jedit.bufferset with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidBufferSetManager.handleEditPaneUpdate(EditPaneUpdate message) voidBufferSetManager.handlePropertiesChanged(PropertiesChanged msg) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidMarkerViewer.handleBufferUpdate(BufferUpdate bu) voidDockableWindowManager.handleDockableWindowUpdate(DockableWindowUpdate msg) voidDockableWindowManagerImpl.handleDockableWindowUpdate(DockableWindowUpdate msg) voidMarkerViewer.handleEditPaneUpdate(EditPaneUpdate epu) voidDockableWindowManager.handlePluginUpdate(PluginUpdate pmsg) voidDockableWindowManagerImpl.handlePluginUpdate(PluginUpdate pmsg) voidBufferSwitcher.handlePropertiesChanged(PropertiesChanged msg) voidDockableWindowManager.handlePropertiesChanged(PropertiesChanged msg) voidDockableWindowManagerImpl.handlePropertiesChanged(PropertiesChanged msg) voidLogViewer.handlePropertiesChanged(PropertiesChanged msg) voidRegisterViewer.handleRegisterChanged(RegisterChanged msg) voidMarkerViewer.handleViewUpdate(ViewUpdate vu) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.gui.statusbar
Methods in org.gjt.sp.jedit.gui.statusbar with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidLastModifiedWidgetFactory.LastModifiedWidget.handleMessage(BufferUpdate message) voidLastModifiedWidgetFactory.LastModifiedWidget.handleMessage(EditPaneUpdate message) voidSelectionLengthWidgetFactory.SelectionLengthWidget.handleViewUpdate(ViewUpdate viewUpdate) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.help
Methods in org.gjt.sp.jedit.help with annotations of type EditBus.EBHandler -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.pluginmgr
Methods in org.gjt.sp.jedit.pluginmgr with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidPluginManager.handlePluginUpdate(PluginUpdate msg) voidPluginManager.handlePropertiesChanged(PropertiesChanged message) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.search
Methods in org.gjt.sp.jedit.search with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidHyperSearchResult.GotoDelayed.handleBufferUpdate(BufferUpdate msg) voidHyperSearchResults.handleBufferUpdate(BufferUpdate bmsg) voidSearchDialog.handleSearchSettingsChanged(EBMessage msg) -
Uses of EditBus.EBHandler in org.gjt.sp.jedit.textarea
Methods in org.gjt.sp.jedit.textarea with annotations of type EditBus.EBHandlerModifier and TypeMethodDescriptionvoidJEditTextArea.handlePropertiesChanged(PropertiesChanged msg)