com.cmpware.ide.views
Class SourceCodeView.SourceCodeLineBackgroundListener

java.lang.Object
  extended by com.cmpware.ide.views.SourceCodeView.SourceCodeLineBackgroundListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.custom.LineBackgroundListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
SourceCodeView

protected class SourceCodeView.SourceCodeLineBackgroundListener
extends java.lang.Object
implements org.eclipse.swt.custom.LineBackgroundListener

This class defines the line background style for the source code display.


Constructor Summary
protected SourceCodeView.SourceCodeLineBackgroundListener()
           
 
Method Summary
 void lineGetBackground(org.eclipse.swt.custom.LineBackgroundEvent lbe)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceCodeView.SourceCodeLineBackgroundListener

protected SourceCodeView.SourceCodeLineBackgroundListener()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

lineGetBackground

public void lineGetBackground(org.eclipse.swt.custom.LineBackgroundEvent lbe)
Specified by:
lineGetBackground in interface org.eclipse.swt.custom.LineBackgroundListener