Class StyledTextEvent
java.lang.Object
org.eclipse.swt.widgets.Event
org.eclipse.swt.custom.StyledTextEvent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) Bullet(package private) int(package private) int(package private) int(package private) boolean(package private) Color(package private) int(package private) int(package private) int[](package private) int(package private) int(package private) StyleRange(package private) StyleRange[](package private) int[](package private) int(package private) int(package private) int(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ranges
int[] ranges -
styles
StyleRange[] styles -
alignment
int alignment -
indent
int indent -
verticalIndent
int verticalIndent -
wrapIndent
int wrapIndent -
justify
boolean justify -
bullet
Bullet bullet -
bulletIndex
int bulletIndex -
tabStops
int[] tabStops -
lineBackground
Color lineBackground -
replaceCharCount
int replaceCharCount -
newCharCount
int newCharCount -
replaceLineCount
int replaceLineCount -
newLineCount
int newLineCount -
x
int x -
y
int y -
ascent
int ascent -
descent
int descent -
style
StyleRange style
-
-
Constructor Details
-
StyledTextEvent
StyledTextEvent(StyledTextContent content)
-