Class NavigationKeys
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.handler.NavigationKeys
set of navigation keys which have to be allowed.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget a set of navigation character keys.booleanisNavigationKey(int keyCode) check if key value is a navigation key.
-
Constructor Details
-
NavigationKeys
public NavigationKeys()default constructor.
-
-
Method Details