Class StyledTextEvent

java.lang.Object
org.eclipse.swt.widgets.Event
org.eclipse.swt.custom.StyledTextEvent

class StyledTextEvent extends Event
  • 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