Class 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:
    HandlerSubmission, ISources, IHandlerService.activateHandler(String, org.eclipse.core.commands.IHandler, Expression)
    Restriction:
    This class is scheduled for deletion.