|
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.ui.commands.Priority
ISources
integer constants.
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
,
ISources
,
IHandlerService.activateHandler(String,
IHandler, Expression, int)
Field Summary | |
---|---|
static Priority |
LEGACY
Deprecated. An instance representing 'legacy' priority. |
static Priority |
LOW
Deprecated. An instance representing 'low' priority. |
static Priority |
MEDIUM
Deprecated. An instance representing 'medium' priority. |
Method Summary | |
---|---|
int |
compareTo(Object object)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Priority LEGACY
public static final Priority LOW
public static final Priority MEDIUM
Method Detail |
public int compareTo(Object object)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
public String toString()
Object.toString()
|
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.