Package org.gjt.sp.jedit.msg
Class BufferChanging
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 21831 2012-06-18 22:54:17Z ezust $
-
Field Summary
Fields inherited from class org.gjt.sp.jedit.msg.EditPaneUpdate
BUFFER_CHANGED, BUFFER_CHANGING, BUFFERSET_CHANGED, CREATED, DESTROYED, POSITION_CHANGING
-
Constructor Summary
Constructors -
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
-