|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.custom
Class StyledTextEvent

java.lang.Objectorg.eclipse.swt.widgets.Event
org.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)
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC