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
,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
-
-
Field Summary
-
Fields inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
isActive()
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 com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
toolBarItemActivated
-
-