@Deprecated public abstract class Key extends Object implements Comparable
Key
is the abstract base class for all objects representing
keys on the keyboard.
All Key
objects have a formal string representation, called
the 'name' of the key, available via the toString()
method.
All Key
objects, via the format()
method,
provide a version of their formal string representation translated by
platform and locale, suitable for display to a user.
Key
objects are immutable. Clients are not permitted to extend
this class.
Modifier and Type | Field and Description |
---|---|
protected int |
key
Deprecated.
The key from which this key was constructed.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object)
Deprecated.
|
boolean |
equals(Object object)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
Returns the formal string representation for this key.
|
protected final int key
KeyLookupFactory.getDefault()
.public final int compareTo(Object object)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.