public interface TextAreaEvent
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionOrigin of the eventint
Lenght of the modified contentint
Absolute position before the eventWhen the document changegetType()
-
Method Details
-
getOffset
int getOffset()Absolute position before the event -
getLength
int getLength()Lenght of the modified content -
getDocument
AutoCompletableTextArea getDocument()Origin of the event -
getType
TextAreaEvent.Type getType() -
getOldFile
AutoCompletableTextArea getOldFile()When the document change -
getNewFile
AutoCompletableTextArea getNewFile()
-