com.aelitis.azureus.ui.swt.views.skin
Class ToolBarView.UIToolBarActivationListener_OffSWT

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.views.skin.ToolBarView.UIToolBarActivationListener_OffSWT
All Implemented Interfaces:
UIToolBarActivationListener
Enclosing class:
ToolBarView

public abstract static class ToolBarView.UIToolBarActivationListener_OffSWT
extends Object
implements UIToolBarActivationListener


Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
 
Constructor Summary
ToolBarView.UIToolBarActivationListener_OffSWT()
           
ToolBarView.UIToolBarActivationListener_OffSWT(long onlyOnActivationType)
           
 
Method Summary
abstract  void toolBarItemActivated_OffSWT(ToolBarItem item, long activationType, Object datasource)
           
 boolean toolBarItemActivated(ToolBarItem item, long activationType, Object datasource)
          XXX Should have been UIToolBarItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolBarView.UIToolBarActivationListener_OffSWT

public ToolBarView.UIToolBarActivationListener_OffSWT(long onlyOnActivationType)

ToolBarView.UIToolBarActivationListener_OffSWT

public ToolBarView.UIToolBarActivationListener_OffSWT()
Method Detail

toolBarItemActivated

public final boolean toolBarItemActivated(ToolBarItem item,
                                          long activationType,
                                          Object datasource)
Description copied from interface: UIToolBarActivationListener
XXX Should have been UIToolBarItem

Specified by:
toolBarItemActivated in interface UIToolBarActivationListener

toolBarItemActivated_OffSWT

public abstract void toolBarItemActivated_OffSWT(ToolBarItem item,
                                                 long activationType,
                                                 Object datasource)