Uses of Class
org.gjt.sp.jedit.msg.EditPaneUpdate
Packages that use EditPaneUpdate
Package
Description
-
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.gui.tray
Methods in org.gjt.sp.jedit.gui.tray with parameters of type EditPaneUpdateModifier and TypeMethodDescriptionvoid
JEditSwingTrayIcon.handleMessage
(EditPaneUpdate editPaneUpdate) Update tooltip to reflect the window titles currently available. -
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.