org.gudy.azureus2.ui.systray
Class SystemTraySWT
java.lang.Object
  
org.gudy.azureus2.ui.systray.SystemTraySWT
- All Implemented Interfaces: 
 - UIUpdatable, UIUpdatableAlways, MessageText.MessageTextListener
 
public class SystemTraySWT
- extends Object
- implements UIUpdatableAlways, MessageText.MessageTextListener
  
- Author:
 
  - Olivier Chalouhi
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
core
protected static AzureusCore core
gm
protected GlobalManager gm
enableTooltip
protected boolean enableTooltip
enableTooltipNextETA
protected boolean enableTooltipNextETA
getTray
public static SystemTraySWT getTray()
 
 
fillMenu
public void fillMenu(org.eclipse.swt.widgets.Menu menu)
 
 
dispose
public void dispose()
 
 
updateUI
public void updateUI()
- Description copied from interface: 
UIUpdatable 
- Update your UI!
- Specified by:
 updateUI in interface UIUpdatable
 
 
 
updateUI
public void updateUI(boolean is_visible)
- Specified by:
 updateUI in interface UIUpdatableAlways
 
 
updateLanguage
public void updateLanguage()
 
 
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
 
 
 
localeChanged
public void localeChanged(Locale oldLocale,
                          Locale newLocale)
- Specified by:
 localeChanged in interface MessageText.MessageTextListener