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 SummaryFieldsModifier and TypeFieldDescriptionline background colorintline start offsetline textFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widgetFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionLineBackgroundEvent(org.eclipse.swt.custom.StyledTextEvent e) Constructs a new instance of this class based on the information in the given event.
- 
Method SummaryMethods inherited from class org.eclipse.swt.events.TypedEventtoStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
lineOffsetpublic int lineOffsetline start offset
- 
lineTextline text
- 
lineBackgroundline background color
 
- 
- 
Constructor Details- 
LineBackgroundEventpublic 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
 
 
-