com.aelitis.azureus.ui.swt.views.skin.sidebar
Class SideBarToolTips

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.views.skin.sidebar.SideBarToolTips
All Implemented Interfaces:
UIUpdatable, org.eclipse.swt.widgets.Listener

public class SideBarToolTips
extends Object
implements org.eclipse.swt.widgets.Listener, UIUpdatable

Author:
TuxPaper

Constructor Summary
SideBarToolTips(SideBar sidebar, org.eclipse.swt.widgets.Tree tree)
          Initialize
 
Method Summary
 String getUpdateUIName()
          A name for this UIUpdatable so we can track who's being bad
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 void updateUI()
          Update your UI!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideBarToolTips

public SideBarToolTips(SideBar sidebar,
                       org.eclipse.swt.widgets.Tree tree)
Initialize

Method Detail

handleEvent

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

getUpdateUIName

public String getUpdateUIName()
Description copied from interface: UIUpdatable
A name for this UIUpdatable so we can track who's being bad

Specified by:
getUpdateUIName in interface UIUpdatable
Returns:
some name

updateUI

public void updateUI()
Description copied from interface: UIUpdatable
Update your UI!

Specified by:
updateUI in interface UIUpdatable