|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.commands.Priority
ISources
integer constants.
public final class Priority
An instance of this interface represents a priority for use with instances of
HandlerSubmission
.
The order of precedence (from highest to lowest) is as follows. Submissions with higher priority will be preferred over those with lower priority.
This class is not intended to be extended by clients.
HandlerSubmission
,
org.eclipse.ui.ISources
,
IHandlerService.activateHandler(String,
IHandler, Expression, int)
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
Deprecated. |
int |
hashCode()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |