|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.ui.keys.Key
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.
EXPERIMENTAL
| Field Summary | |
protected String |
name
The formal string representation for this object. |
| Method Summary | |
int |
compareTo(Object object)
|
boolean |
equals(Object object)
|
int |
hashCode()
|
String |
toString()
Returns the formal string representation for this key. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected String name
| Method Detail |
public int compareTo(Object object)
compareTo in interface Comparablepublic boolean equals(Object object)
public int hashCode()
public String toString()
null.Object.toString()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||