com.cmpware.ide.views
Class SourceCodeView.noBg

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

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

This class defines no line background style for the disassebmler display.


Constructor Summary
protected SourceCodeView.noBg()
           
 
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.noBg

protected SourceCodeView.noBg()
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