public class ViewInputActionHandler extends Object implements KeyInputActionHandler, MouseInputActionHandler
| Constructor and Description |
|---|
ViewInputActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
inputActionPerformed(AbstractViewInputHandler inputHandler,
KeyEventState keys,
String target,
ViewInputAttributes.ActionAttributes viewAction) |
boolean |
inputActionPerformed(AbstractViewInputHandler inputHandler,
KeyEvent event,
ViewInputAttributes.ActionAttributes viewAction) |
boolean |
inputActionPerformed(AbstractViewInputHandler inputHandler,
MouseEvent mouseEvent,
ViewInputAttributes.ActionAttributes viewAction) |
boolean |
inputActionPerformed(AbstractViewInputHandler inputHandler,
MouseWheelEvent mouseWheelEvent,
ViewInputAttributes.ActionAttributes viewAction) |
boolean |
inputActionPerformed(KeyEventState keys,
String target,
ViewInputAttributes.ActionAttributes viewAction) |
public boolean inputActionPerformed(AbstractViewInputHandler inputHandler, KeyEventState keys, String target, ViewInputAttributes.ActionAttributes viewAction)
inputActionPerformed in interface KeyInputActionHandlerpublic boolean inputActionPerformed(AbstractViewInputHandler inputHandler, KeyEvent event, ViewInputAttributes.ActionAttributes viewAction)
inputActionPerformed in interface KeyInputActionHandlerpublic boolean inputActionPerformed(AbstractViewInputHandler inputHandler, MouseEvent mouseEvent, ViewInputAttributes.ActionAttributes viewAction)
inputActionPerformed in interface MouseInputActionHandlerpublic boolean inputActionPerformed(AbstractViewInputHandler inputHandler, MouseWheelEvent mouseWheelEvent, ViewInputAttributes.ActionAttributes viewAction)
inputActionPerformed in interface MouseInputActionHandlerpublic boolean inputActionPerformed(KeyEventState keys, String target, ViewInputAttributes.ActionAttributes viewAction)
inputActionPerformed in interface MouseInputActionHandler