org.eclipse.nebula.widgets.nattable.ui.binding
Class MouseBinding

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.ui.binding.MouseBinding

public class MouseBinding
extends Object


Constructor Summary
MouseBinding(IMouseEventMatcher mouseEventMatcher, IMouseAction action)
           
 
Method Summary
 IMouseAction getAction()
           
 IMouseEventMatcher getMouseEventMatcher()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MouseBinding

public MouseBinding(IMouseEventMatcher mouseEventMatcher,
                    IMouseAction action)
Method Detail

getMouseEventMatcher

public IMouseEventMatcher getMouseEventMatcher()

getAction

public IMouseAction getAction()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.