|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.TextAreaUpdate
public class TextAreaUpdate
Sent on the editbus when events are coming from the TextArea. This lets plugins like navigator remember position histories.
| Field Summary | |
|---|---|
static java.lang.String |
CARET_CHANGING
|
| Constructor Summary | |
|---|---|
TextAreaUpdate(JEditTextArea textArea,
java.lang.String what)
|
|
| Method Summary | |
|---|---|
JEditTextArea |
getTextArea()
|
java.lang.String |
getWhat()
|
| Methods inherited from class org.gjt.sp.jedit.EBMessage |
|---|
getSource, paramString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CARET_CHANGING
| Constructor Detail |
|---|
public TextAreaUpdate(JEditTextArea textArea,
java.lang.String what)
| Method Detail |
|---|
public java.lang.String getWhat()
public JEditTextArea getTextArea()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||