Package gov.nasa.worldwind.awt
Class ViewInputActionHandler
- java.lang.Object
-
- gov.nasa.worldwind.awt.ViewInputActionHandler
-
- All Implemented Interfaces:
KeyInputActionHandler,MouseInputActionHandler
- Direct Known Subclasses:
BasicViewInputHandler.HorizontalTransActionListener,BasicViewInputHandler.HorizTransMouseActionListener,BasicViewInputHandler.MoveToMouseActionListener,BasicViewInputHandler.ResetHeadingActionListener,BasicViewInputHandler.ResetHeadingPitchActionListener,BasicViewInputHandler.RotateActionListener,BasicViewInputHandler.RotateMouseActionListener,BasicViewInputHandler.StopViewActionListener,BasicViewInputHandler.VerticalTransActionListener,BasicViewInputHandler.VertTransMouseActionListener,BasicViewInputHandler.VertTransMouseWheelActionListener,FlyViewInputHandler.ResetPitchActionListener,FlyViewInputHandler.RollActionListener,OrbitViewInputHandler.ResetRollActionListener
public class ViewInputActionHandler extends java.lang.Object implements KeyInputActionHandler, MouseInputActionHandler
-
-
Constructor Summary
Constructors Constructor Description ViewInputActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninputActionPerformed(AbstractViewInputHandler inputHandler, KeyEventState keys, java.lang.String target, ViewInputAttributes.ActionAttributes viewAction)booleaninputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.KeyEvent event, ViewInputAttributes.ActionAttributes viewAction)booleaninputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.MouseEvent mouseEvent, ViewInputAttributes.ActionAttributes viewAction)booleaninputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.MouseWheelEvent mouseWheelEvent, ViewInputAttributes.ActionAttributes viewAction)booleaninputActionPerformed(KeyEventState keys, java.lang.String target, ViewInputAttributes.ActionAttributes viewAction)
-
-
-
Method Detail
-
inputActionPerformed
public boolean inputActionPerformed(AbstractViewInputHandler inputHandler, KeyEventState keys, java.lang.String target, ViewInputAttributes.ActionAttributes viewAction)
- Specified by:
inputActionPerformedin interfaceKeyInputActionHandler
-
inputActionPerformed
public boolean inputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.KeyEvent event, ViewInputAttributes.ActionAttributes viewAction)
- Specified by:
inputActionPerformedin interfaceKeyInputActionHandler
-
inputActionPerformed
public boolean inputActionPerformed(KeyEventState keys, java.lang.String target, ViewInputAttributes.ActionAttributes viewAction)
- Specified by:
inputActionPerformedin interfaceMouseInputActionHandler
-
inputActionPerformed
public boolean inputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.MouseEvent mouseEvent, ViewInputAttributes.ActionAttributes viewAction)
- Specified by:
inputActionPerformedin interfaceMouseInputActionHandler
-
inputActionPerformed
public boolean inputActionPerformed(AbstractViewInputHandler inputHandler, java.awt.event.MouseWheelEvent mouseWheelEvent, ViewInputAttributes.ActionAttributes viewAction)
- Specified by:
inputActionPerformedin interfaceMouseInputActionHandler
-
-