Uses of Interface
com.biglybt.ui.common.ToolBarItem
-
-
Uses of ToolBarItem in com.biglybt.pif.ui.toolbar
Methods in com.biglybt.pif.ui.toolbar with parameters of type ToolBarItem Modifier and Type Method Description boolean
UIToolBarActivationListener. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
XXX Should have been UIToolBarItem -
Uses of ToolBarItem in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type ToolBarItem Modifier and Type Method Description boolean
SBC_ChatOverview. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
-
Uses of ToolBarItem in com.biglybt.ui.common
Methods in com.biglybt.ui.common with parameters of type ToolBarItem Modifier and Type Method Description boolean
ToolBarItem.ToolBarItemListener. triggerToolBarItem(ToolBarItem item, long activationType, java.lang.Object datasource)
void
ToolBarItem.ToolBarItemListener. uiFieldChanged(ToolBarItem item)
-
Uses of ToolBarItem in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type ToolBarItem Modifier and Type Method Description boolean
SBC_DevicesView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_DiskOpsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
-
Uses of ToolBarItem in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement ToolBarItem Modifier and Type Class Description class
UIToolBarItemImpl
A Toolbar item implementation, independent of UI (SWT)Methods in com.biglybt.ui.swt.pifimpl that return ToolBarItem Modifier and Type Method Description ToolBarItem[]
UIToolBarManagerCore. getAllSWTToolBarItems()
ToolBarItem[]
UIToolBarManagerImpl. getAllSWTToolBarItems()
Methods in com.biglybt.ui.swt.pifimpl with parameters of type ToolBarItem Modifier and Type Method Description boolean
UISWTViewImpl. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
-
Uses of ToolBarItem in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type ToolBarItem Modifier and Type Method Description boolean
SBC_SubscriptionResultsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SubscriptionsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
-
Uses of ToolBarItem in com.biglybt.ui.swt.toolbar
Methods in com.biglybt.ui.swt.toolbar that return ToolBarItem Modifier and Type Method Description ToolBarItem
ToolBarItemSO. getBase()
-
Uses of ToolBarItem in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type ToolBarItem Modifier and Type Method Description boolean
DownloadActivityView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
GeneralView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
MySharesView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
MyTorrentsSuperView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
MyTorrentsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
MyTrackerView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
PeersGraphicView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
PeersView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
TorrentInfoView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
TrackerView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
-
Uses of ToolBarItem in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that return ToolBarItem Modifier and Type Method Description private ToolBarItem
ToolBarView. createItem(ToolBarView tbv, java.lang.String id, java.lang.String imageid, java.lang.String textID)
Methods in com.biglybt.ui.swt.views.skin with parameters of type ToolBarItem Modifier and Type Method Description private void
ToolBarView. createItemSO(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap, ToolBarItem item, java.lang.String templatePrefix, int position)
boolean
SBC_ActivityTableView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_AllTrackersView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_ArchivedDownloadsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_DownloadHistoryView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_LibraryTableView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_LibraryView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_TagDiscovery. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_TagsOverview. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
SBC_TorrentDetailsView. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
ToolBarView.UIToolBarActivationListener_OffSWT. toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
abstract void
ToolBarView.UIToolBarActivationListener_OffSWT. toolBarItemActivated_OffSWT(ToolBarItem item, long activationType, java.lang.Object datasource)
boolean
ToolBarView. triggerToolBarItem(ToolBarItem item, long activationType, java.lang.Object datasource)
private boolean
ToolBarView. triggerViewToolBar(ToolBarItem item, long activationType, java.lang.Object datasource)
void
ToolBarView. uiFieldChanged(ToolBarItem item)
-