@Deprecated public abstract class NaturalKey extends Key
NaturalKey
represent all keys on the keyboard not
known by convention as 'modifier keys'. These can either be keys that belong
to a natural language of some kind(e.g., "A", "1"), any Unicode character
(e.g., "backspace"), or they can be special controls keys used by computers
(e.g., "F10", "PageUp").
NaturalKey
objects are immutable. Clients are not permitted to
extend this class.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.