org.gudy.azureus2.plugins.ui
Interface UIPluginViewToolBarListener

All Superinterfaces:
UIToolBarActivationListener, UIToolBarEnablerBase

public interface UIPluginViewToolBarListener
extends UIToolBarActivationListener, UIToolBarEnablerBase

Author:
Vuze
See Also:
UIPluginView.setToolBarListener(UIPluginViewToolBarListener)

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
 
Method Summary
 void refreshToolBarItems(Map<String,Long> list)
          Fill in list with the toolbar ids and states you wish to set
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
toolBarItemActivated
 

Method Detail

refreshToolBarItems

void refreshToolBarItems(Map<String,Long> list)
Fill in list with the toolbar ids and states you wish to set

Parameters:
list -
Since:
4.6.0.5