Package org.eclipse.swt.custom
Class LineBackgroundEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.custom.LineBackgroundEvent
- All Implemented Interfaces:
Serializable
This event is sent when a line is about to be drawn.
-
Field Summary
Modifier and TypeFieldDescriptionline background colorint
line start offsetline textFields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLineBackgroundEvent
(org.eclipse.swt.custom.StyledTextEvent e) Constructs a new instance of this class based on the information in the given event. -
Method Summary
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
lineOffset
public int lineOffsetline start offset -
lineText
line text -
lineBackground
line background color
-
-
Constructor Details
-
LineBackgroundEvent
public LineBackgroundEvent(org.eclipse.swt.custom.StyledTextEvent e) Constructs a new instance of this class based on the information in the given event.- Parameters:
e
- the event containing the information
-