Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.custom
Class StyledTextEvent  view StyledTextEvent download StyledTextEvent.java

java.lang.Object
  extended byorg.eclipse.swt.widgets.Event
      extended byorg.eclipse.swt.custom.StyledTextEvent

class StyledTextEvent
extends org.eclipse.swt.widgets.Event


Field Summary
(package private)  org.eclipse.swt.graphics.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

org.eclipse.swt.graphics.Color lineBackground

segments

int[] segments

replaceCharCount

int replaceCharCount

newCharCount

int newCharCount

replaceLineCount

int replaceLineCount

newLineCount

int newLineCount
Constructor Detail

StyledTextEvent

StyledTextEvent(StyledTextContent content)