|
Eclipse Platform Release 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.bindings.Trigger
The abstract class for any object that can be used as a trigger for a binding. This ensures that trigger conform to certain minimum requirements. Namely, triggers need to be hashable.
Constructor Summary | |
Trigger()
|
Method Summary | |
abstract boolean |
equals(Object object)
Tests whether this object is equal to another object. |
abstract int |
hashCode()
Computes the hash code for this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
public Trigger()
Method Detail |
public abstract boolean equals(Object object)
object
- The object with which to compare; may be null
.
true
if the objects are equal; false
otherwise.public abstract int hashCode()
|
Eclipse Platform Release 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.