Class Priority

java.lang.Object
org.eclipse.ui.commands.Priority
All Implemented Interfaces:
Comparable

@Deprecated public final class Priority extends Object implements Comparable
Deprecated.
This concept is now captured in the ISources integer constants. This API is scheduled for deletion, see Bug 431177 for details

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.

  1. MEDIUM
  2. LOW
  3. LEGACY

This class is not intended to be extended by clients.

Since:
3.0
See Also:
Restriction:
This class is scheduled for deletion.