com.cmpware.ide.views
Class DisassembleView.profileBg

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

protected class DisassembleView.profileBg
extends java.lang.Object
implements org.eclipse.swt.custom.LineBackgroundListener

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


Constructor Summary
protected DisassembleView.profileBg()
           
 
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

DisassembleView.profileBg

protected DisassembleView.profileBg()
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