org.gudy.azureus2.plugins.ui.toolbar
Interface UIToolBarActivationListener

All Known Subinterfaces:
UIPluginViewToolBarListener
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_TagDiscovery, SBC_TagsOverview, SBC_TorrentDetailsView, SideBarEntrySWT, SubscriptionsView, SubscriptionViewInternal, TabbedEntry, ToolBarView.UIToolBarActivationListener_OffSWT, TorrentInfoView, UISWTViewImpl

public interface UIToolBarActivationListener


Field Summary
static long ACTIVATIONTYPE_HELD
           
static long ACTIVATIONTYPE_NORMAL
           
static long ACTIVATIONTYPE_RIGHTCLICK
           
 
Method Summary
 boolean toolBarItemActivated(ToolBarItem item, long activationType, 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,
                             Object datasource)
XXX Should have been UIToolBarItem