Uses of Interface
gov.nasa.worldwind.awt.ViewInputHandler
-
Packages that use ViewInputHandler Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theView
interface.gov.nasa.worldwind.view.firstperson gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.examples.view -
-
Uses of ViewInputHandler in gov.nasa.worldwind
Methods in gov.nasa.worldwind that return ViewInputHandler Modifier and Type Method Description ViewInputHandler
View. getViewInputHandler()
Gets theViewInputHandler
being used to map input events toView
controls. -
Uses of ViewInputHandler in gov.nasa.worldwind.awt
Classes in gov.nasa.worldwind.awt that implement ViewInputHandler Modifier and Type Class Description class
AbstractViewInputHandler
class
BasicViewInputHandler
-
Uses of ViewInputHandler in gov.nasa.worldwind.view
Fields in gov.nasa.worldwind.view declared as ViewInputHandler Modifier and Type Field Description protected ViewInputHandler
BasicView. viewInputHandler
Methods in gov.nasa.worldwind.view that return ViewInputHandler Modifier and Type Method Description ViewInputHandler
BasicView. getViewInputHandler()
Methods in gov.nasa.worldwind.view with parameters of type ViewInputHandler Modifier and Type Method Description void
BasicView. setViewInputHandler(ViewInputHandler viewInputHandler)
-
Uses of ViewInputHandler in gov.nasa.worldwind.view.firstperson
Classes in gov.nasa.worldwind.view.firstperson that implement ViewInputHandler Modifier and Type Class Description class
FlyViewInputHandler
-
Uses of ViewInputHandler in gov.nasa.worldwind.view.orbit
Classes in gov.nasa.worldwind.view.orbit that implement ViewInputHandler Modifier and Type Class Description class
OrbitViewInputHandler
-
Uses of ViewInputHandler in gov.nasa.worldwindx.examples.view
Fields in gov.nasa.worldwindx.examples.view declared as ViewInputHandler Modifier and Type Field Description protected ViewInputHandler
ViewSwitch.AppFrame.ViewDisplay.ViewerClass. viewInputHandler
-