public class LineBackgroundEvent extends TypedEvent
| Modifier and Type | Field and Description | 
|---|---|
| Color | lineBackgroundline background color | 
| int | lineOffsetline start offset | 
| java.lang.String | lineTextline text | 
| (package private) static long | serialVersionUID | 
data, display, time, widget| Constructor and Description | 
|---|
| LineBackgroundEvent(StyledTextEvent e)Constructs a new instance of this class based on the
 information in the given event. | 
toStringpublic int lineOffset
public java.lang.String lineText
public Color lineBackground
static final long serialVersionUID
public LineBackgroundEvent(StyledTextEvent e)
e - the event containing the information