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 TypeMethodDescriptionvoidBufferSetManager.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 TypeMethodDescriptionvoidLastModifiedWidgetFactory.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 TypeMethodDescriptionvoidJEditSwingTrayIcon.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 TypeClassDescriptionclassAn EBMessage sent by the EditPane just before the buffer changes.classAn 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.