org.eclipse.swt.custom
Class LineBackgroundEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.eclipse.swt.internal.SWTEventObject
              |
              +--org.eclipse.swt.events.TypedEvent
                    |
                    +--org.eclipse.swt.custom.LineBackgroundEvent
All Implemented Interfaces:
Serializable

public class LineBackgroundEvent
extends TypedEvent

Unsafe:

See Also:
Serialized Form

Field Summary
 Color lineBackground
          Enabled:
 int lineOffset
          Enabled:
 String lineText
          Enabled:
 
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LineBackgroundEvent(StyledTextEvent e)
          Suppressed:
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lineOffset

public int lineOffset
Enabled:


lineText

public String lineText
Enabled:


lineBackground

public Color lineBackground
Enabled:

Constructor Detail

LineBackgroundEvent

public LineBackgroundEvent(StyledTextEvent e)
Suppressed:



comments?