org.gudy.azureus2.ui.swt.views.table.impl
Class TableTooltips

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.table.impl.TableTooltips
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public class TableTooltips
extends java.lang.Object
implements org.eclipse.swt.widgets.Listener

Author:
TuxPaper

Constructor Summary
TableTooltips(TableViewSWT tv, org.eclipse.swt.widgets.Composite composite)
          Initialize
 
Method Summary
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTooltips

public TableTooltips(TableViewSWT tv,
                     org.eclipse.swt.widgets.Composite composite)
Initialize

Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener