java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.EditPaneUpdate
org.gjt.sp.jedit.msg.PositionChanging
org.gjt.sp.jedit.msg.BufferChanging
An EBMessage sent by the EditPane just before the buffer changes.
jEdit core emits this whenever the EditPane's buffer changes.
Known plugins to be using this: BufferLocal, Navigator.
- Since:
- jEdit 4.3pre4
- Version:
- $Id: BufferChanging.java 25325 2020-05-09 08:34:40Z kpouer $
-
Field Summary
Fields inherited from class org.gjt.sp.jedit.msg.EditPaneUpdate
BUFFER_CHANGED, BUFFER_CHANGING, BUFFERSET_CHANGED, CREATED, DESTROYED, POSITION_CHANGING
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gjt.sp.jedit.msg.EditPaneUpdate
getEditPane, getWhat, paramString
-
Constructor Details
-
BufferChanging
- Parameters:
editPane
- the editPane that sent the messagenewBuffer
- the buffer that will soon be displayed.
-
-
Method Details
-
getBuffer
- Returns:
- the new buffer that is about to be displayed
-