org.eclipse.swt.custom
Class StyledTextEvent

java.lang.Object
  |
  +--org.eclipse.swt.widgets.Event
        |
        +--org.eclipse.swt.custom.StyledTextEvent

class StyledTextEvent
extends Event


Field Summary
(package private)  Color lineBackground
           
(package private)  int newCharCount
           
(package private)  int newLineCount
           
(package private)  int replaceCharCount
           
(package private)  int replaceLineCount
           
(package private)  int[] segments
           
(package private)  StyleRange[] styles
           
 
Fields inherited from class org.eclipse.swt.widgets.Event
button, character, count, data, detail, display, doit, end, gc, height, item, keyCode, start, stateMask, text, time, type, widget, width, x, y
 
Constructor Summary
(package private) StyledTextEvent(StyledTextContent content)
           
 
Methods inherited from class org.eclipse.swt.widgets.Event
getBounds, setBounds, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styles

StyleRange[] styles

lineBackground

Color lineBackground

segments

int[] segments

replaceCharCount

int replaceCharCount

newCharCount

int newCharCount

replaceLineCount

int replaceLineCount

newLineCount

int newLineCount
Constructor Detail

StyledTextEvent

StyledTextEvent(StyledTextContent content)


comments?