com.aelitis.azureus.ui.swt.views.skin.sidebar
Class SideBarToolTips
java.lang.Object
  
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
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SideBarToolTips
public SideBarToolTips(SideBar sidebar,
                       org.eclipse.swt.widgets.Tree tree)
- Initialize
 
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