Package com.biglybt.pif.ui
Interface UIPluginViewToolBarListener
- All Superinterfaces:
UIToolBarActivationListener
,UIToolBarEnablerBase
- All Known Implementing Classes:
BaseMdiEntry
,DownloadActivityView
,GeneralView
,MySharesView
,MyTorrentsSubView
,MyTorrentsSuperView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,MyTrackerView
,PeersGraphicView
,PeersView
,PieceBlocksView
,SBC_ActivityTableView
,SBC_AllTrackersView
,SBC_ArchivedDownloadsView
,SBC_ChatOverview
,SBC_DevicesView
,SBC_DiskOpsView
,SBC_DownloadHistoryView
,SBC_LibraryTableView
,SBC_LibraryTableView_Big
,SBC_LibraryView
,SBC_SubscriptionResultsView
,SBC_TagDiscovery
,SBC_TagsOverview
,SBC_TorrentDetailsView
,SideBarEntrySWT
,SubscriptionsView
,TabbedEntry
,TorrentInfoView
,TrackerView
,UISWTViewImpl
public interface UIPluginViewToolBarListener
extends UIToolBarActivationListener, UIToolBarEnablerBase
- See Also:
-
Field Summary
Fields inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
isActive()
void
refreshToolBarItems
(Map<String, Long> list) Fill in list with the toolbar ids and states you wish to setMethods inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
toolBarItemActivated
-
Method Details
-
refreshToolBarItems
Fill in list with the toolbar ids and states you wish to set- Parameters:
list
-- Since:
- 4.6.0.5
-
isActive
default boolean isActive()
-