Uses of Class
org.gjt.sp.jedit.msg.EditPaneUpdate
Packages that use EditPaneUpdate
Package
Description
This package contains jEdit 4's core classes.
Classes related to implementation of the BufferSets feature of jEdit.
Various GUI controls and dialog boxes.
Widget Factory classes for Status Bar Widgets
EditBus messages.
-
Uses of EditPaneUpdate in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type EditPaneUpdate -
Uses of EditPaneUpdate in org.gjt.sp.jedit.bufferset
Methods in org.gjt.sp.jedit.bufferset with parameters of type EditPaneUpdateModifier and TypeMethodDescriptionvoid
BufferSetManager.handleEditPaneUpdate
(EditPaneUpdate message) -
Uses of EditPaneUpdate in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui with parameters of type EditPaneUpdate -
Uses of EditPaneUpdate in org.gjt.sp.jedit.gui.statusbar
Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type EditPaneUpdateModifier and TypeMethodDescriptionvoid
LastModifiedWidgetFactory.LastModifiedWidget.handleMessage
(EditPaneUpdate message) -
Uses of EditPaneUpdate in org.gjt.sp.jedit.msg
Subclasses of EditPaneUpdate in org.gjt.sp.jedit.msgModifier and TypeClassDescriptionclass
An EBMessage sent by the EditPane just before the buffer changes.class
An EBMessage associated with an EditPane that is sent just before its caret position changes in a "major way" to another location in the same Buffer.