Class ToolBarView.UIToolBarActivationListener_OffSWT
java.lang.Object
com.biglybt.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
FieldsFields inherited from interface UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleantoolBarItemActivated(ToolBarItem item, long activationType, Object datasource) XXX Should have been UIToolBarItemabstract voidtoolBarItemActivated_OffSWT(ToolBarItem item, long activationType, Object datasource)
-
Field Details
-
onlyOnActivationType
private long onlyOnActivationType
-
-
Constructor Details
-
UIToolBarActivationListener_OffSWT
public UIToolBarActivationListener_OffSWT(long onlyOnActivationType) -
UIToolBarActivationListener_OffSWT
public UIToolBarActivationListener_OffSWT()
-
-
Method Details
-
toolBarItemActivated
Description copied from interface:UIToolBarActivationListenerXXX Should have been UIToolBarItem- Specified by:
toolBarItemActivatedin interfaceUIToolBarActivationListener
-
toolBarItemActivated_OffSWT
public abstract void toolBarItemActivated_OffSWT(ToolBarItem item, long activationType, Object datasource)
-