Package org.eclipse.ui.commands
Class Priority
java.lang.Object
org.eclipse.ui.commands.Priority
- All Implemented Interfaces:
Comparable
Deprecated.
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.
- MEDIUM
- LOW
- LEGACY
This class is not intended to be extended by clients.
- Since:
- 3.0
- See Also:
- Restriction:
- This class is scheduled for deletion.
-
Field Summary
-
Method Summary
-
Field Details
-
LEGACY
Deprecated.An instance representing 'legacy' priority. -
LOW
Deprecated.An instance representing 'low' priority. -
MEDIUM
Deprecated.An instance representing 'medium' priority.
-
-
Method Details
-
compareTo
Deprecated.- Specified by:
compareTo
in interfaceComparable
- See Also:
-
toString
Deprecated.
-
ISources
integer constants. This API is scheduled for deletion, see Bug 431177 for details