org.gudy.azureus2.plugins.ui
Interface UIPluginViewToolBarListener

All Superinterfaces:
UIToolBarActivationListener, UIToolBarEnablerBase
All Known Implementing Classes:
BaseMdiEntry, DownloadActivityView, GeneralView, MySharesView, MyTorrentsSubView, MyTorrentsSuperView, MyTorrentsView, MyTorrentsView_Big, MyTrackerView, PeersGraphicView, SBC_ActivityTableView, SBC_ArchivedDownloadsView, SBC_ChatOverview, SBC_DevicesODView, SBC_DevicesView, SBC_DownloadHistoryView, SBC_LibraryTableView, SBC_LibraryTableView_Big, SBC_LibraryView, SBC_SubscriptionResultsView, SBC_TagDiscovery, SBC_TagsOverview, SBC_TorrentDetailsView, SideBarEntrySWT, SubscriptionsView, SubscriptionViewInternalBrowser, TabbedEntry, TorrentInfoView, UISWTViewImpl

public interface UIPluginViewToolBarListener
extends UIToolBarActivationListener, UIToolBarEnablerBase

Author:
Vuze
See Also:
UIPluginView.setToolBarListener(UIPluginViewToolBarListener)

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
 
Method Summary
 void refreshToolBarItems(java.util.Map<java.lang.String,java.lang.Long> list)
          Fill in list with the toolbar ids and states you wish to set
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
toolBarItemActivated
 

Method Detail

refreshToolBarItems

void refreshToolBarItems(java.util.Map<java.lang.String,java.lang.Long> list)
Fill in list with the toolbar ids and states you wish to set

Parameters:
list -
Since:
4.6.0.5