Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwind.event |
Modifier and Type | Method and Description |
---|---|
InputHandler |
WorldWindowImpl.getInputHandler() |
InputHandler |
WorldWindow.getInputHandler()
Returns the input handler associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowImpl.setInputHandler(InputHandler inputHandler) |
void |
WorldWindow.setInputHandler(InputHandler inputHandler)
Sets the input handler to use for this instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTInputHandler |
Modifier and Type | Method and Description |
---|---|
InputHandler |
WorldWindowGLCanvas.getInputHandler() |
InputHandler |
WorldWindowGLJPanel.getInputHandler() |
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowGLCanvas.setInputHandler(InputHandler inputHandler) |
void |
WorldWindowGLJPanel.setInputHandler(InputHandler inputHandler) |
Modifier and Type | Class and Description |
---|---|
class |
NoOpInputHandler
Provides an input handler that does nothing.
|