org.gudy.azureus2.ui.swt.views
Class DownloadActivityView
java.lang.Object
   org.gudy.azureus2.ui.swt.views.DownloadActivityView
org.gudy.azureus2.ui.swt.views.DownloadActivityView
- All Implemented Interfaces: 
- UIToolBarActivationListener, UIToolBarEnablerBase, UIPluginViewToolBarListener, UISWTViewEventListener, UISWTViewCoreEventListener, UISWTViewCoreEventListenerEx
- public class DownloadActivityView 
- extends Object- implements UISWTViewCoreEventListenerEx, UIPluginViewToolBarListener
aka "Speed" sub view
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MSGID_PREFIX
public static final String MSGID_PREFIX
- See Also:
- Constant Field Values
DownloadActivityView
public DownloadActivityView()
isCloneable
public boolean isCloneable()
- 
- Specified by:
- isCloneablein interface- UISWTViewCoreEventListenerEx
 
- 
 
getClone
public UISWTViewCoreEventListener getClone()
- 
- Specified by:
- getClonein interface- UISWTViewCoreEventListenerEx
 
- 
 
initialize
public void initialize(org.eclipse.swt.widgets.Composite parent)
- 
 
- 
 
fillPanel
public void fillPanel()
- 
 
- 
 
getComposite
public org.eclipse.swt.widgets.Composite getComposite()
- 
 
- 
 
dataSourceChanged
public void dataSourceChanged(Object newDataSource)
- 
 
- 
 
delete
public void delete()
- 
 
- 
 
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
- Description copied from interface: UISWTViewEventListener
- Triggers when an even listed in UISWTViewEvent occurs
 
- 
- Specified by:
- eventOccurredin interface- UISWTViewEventListener
 
- 
- Parameters:
- event- event that occurred
- Returns:
- meaning dependent upon event type
 
toolBarItemActivated
public boolean toolBarItemActivated(ToolBarItem item,
                                    long activationType,
                                    Object datasource)
- Description copied from interface: UIToolBarActivationListener
- XXX Should have been UIToolBarItem
 
- 
- Specified by:
- toolBarItemActivatedin interface- UIToolBarActivationListener
 
- 
 
refreshToolBarItems
public void refreshToolBarItems(Map<String,Long> list)
- Description copied from interface: UIPluginViewToolBarListener
- Fill in list with the toolbar ids and states you wish to set
 
- 
- Specified by:
- refreshToolBarItemsin interface- UIPluginViewToolBarListener
 
-