Home
last modified time | relevance | path

Searched defs:triggerToolBarItem (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/common/
H A DToolBarItem.java31 public boolean triggerToolBarItem(ToolBarItem item, long activationType, in triggerToolBarItem() method
35 public boolean triggerToolBarItem(long activationType, Object datasource); in triggerToolBarItem() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/ui/toolbar/
H A DUIToolBarItem.java74 public boolean triggerToolBarItem(long activationType, Object datasource); in triggerToolBarItem() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/pluginsimpl/
H A DUIToolBarItemImpl.java132 public boolean triggerToolBarItem(long activationType, Object datasource) { in triggerToolBarItem() method in UIToolBarItemImpl
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/views/skin/
H A DToolBarView.java483 public boolean triggerToolBarItem(ToolBarItem item, long activationType, in triggerToolBarItem() method in ToolBarView