Package com.biglybt.ui.swt.views.skin
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 com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
toolBarItemActivated
(ToolBarItem item, long activationType, Object datasource) XXX Should have been UIToolBarItemabstract void
toolBarItemActivated_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:UIToolBarActivationListener
XXX Should have been UIToolBarItem- Specified by:
toolBarItemActivated
in interfaceUIToolBarActivationListener
-
toolBarItemActivated_OffSWT
public abstract void toolBarItemActivated_OffSWT(ToolBarItem item, long activationType, Object datasource)
-