public class EditPaneUpdate extends EBMessage
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.Object | BUFFER_CHANGEDThe current buffer in the EditPane has changed to show a different buffer. | 
| static java.lang.Object | BUFFER_CHANGINGEdit pane buffer is about to change. | 
| static java.lang.Object | BUFFERSET_CHANGEDThe bufferSet scope of the EditPane was changed. | 
| static java.lang.Object | CREATEDEdit pane created. | 
| static java.lang.Object | DESTROYEDEdit pane destroyed. | 
| static java.lang.Object | POSITION_CHANGINGEdit pane caret position is about to change in a major way | 
| Constructor and Description | 
|---|
| EditPaneUpdate(EditPane editPane,
              java.lang.Object what)Creates a new edit pane update message. | 
| Modifier and Type | Method and Description | 
|---|---|
| EditPane | getEditPane()Returns the edit pane involved. | 
| java.lang.Object | getWhat()Returns what caused this edit pane update. | 
| java.lang.String | paramString() | 
public static final java.lang.Object CREATED
public static final java.lang.Object DESTROYED
public static final java.lang.Object BUFFER_CHANGED
public static final java.lang.Object POSITION_CHANGING
public static final java.lang.Object BUFFER_CHANGING
public static final java.lang.Object BUFFERSET_CHANGED
public EditPaneUpdate(EditPane editPane, java.lang.Object what)
editPane - The edit panewhat - What happenedpublic java.lang.Object getWhat()
public EditPane getEditPane()
public java.lang.String paramString()
paramString in class EBMessage