public class NavigationKeysImpl extends Object implements NavigationKeysInterface
| Constructor and Description |
|---|
NavigationKeysImpl()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
getNavigationChars()
get a set of navigation character keys.
|
boolean |
isNavigationKey(int pkeyCode)
check if key value is a navigation key.
|
public Set<Integer> getNavigationChars()
NavigationKeysInterfacegetNavigationChars in interface NavigationKeysInterfacepublic boolean isNavigationKey(int pkeyCode)
NavigationKeysInterfaceisNavigationKey in interface NavigationKeysInterfacepkeyCode - code of the keyCopyright © 2015–2017. All rights reserved.