Package com.biglybt.pif.ui.toolbar
Interface UIToolBarActivationListener
-
- All Known Subinterfaces:
UIPluginViewToolBarListener
- 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
,ToolBarView.UIToolBarActivationListener_OffSWT
,TorrentInfoView
,TrackerView
,UISWTViewImpl
public interface UIToolBarActivationListener
-
-
Field Summary
Fields Modifier and Type Field Description static long
ACTIVATIONTYPE_HELD
static long
ACTIVATIONTYPE_NORMAL
static long
ACTIVATIONTYPE_RIGHTCLICK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
XXX Should have been UIToolBarItem
-
-
-
Field Detail
-
ACTIVATIONTYPE_NORMAL
static final long ACTIVATIONTYPE_NORMAL
- See Also:
- Constant Field Values
-
ACTIVATIONTYPE_HELD
static final long ACTIVATIONTYPE_HELD
- See Also:
- Constant Field Values
-
ACTIVATIONTYPE_RIGHTCLICK
static final long ACTIVATIONTYPE_RIGHTCLICK
- See Also:
- Constant Field Values
-
-
Method Detail
-
toolBarItemActivated
boolean toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
XXX Should have been UIToolBarItem
-
-