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