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 java.lang.Object implements UIToolBarActivationListener
-
-
Field Summary
Fields Modifier and Type Field Description private long
onlyOnActivationType
-
Fields inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
-
Constructor Summary
Constructors Constructor Description UIToolBarActivationListener_OffSWT()
UIToolBarActivationListener_OffSWT(long onlyOnActivationType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
XXX Should have been UIToolBarItemabstract void
toolBarItemActivated_OffSWT(ToolBarItem item, long activationType, java.lang.Object datasource)
-
-
-
Method Detail
-
toolBarItemActivated
public final boolean toolBarItemActivated(ToolBarItem item, long activationType, java.lang.Object datasource)
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, java.lang.Object datasource)
-
-