java.lang.Object org.eclipse.ui.commands.Priority
ISources
public final class Priority
An instance of this interface represents a priority for use with instances of HandlerSubmission.
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.
IHandlerService.activateHandler(String, IHandler, Expression)
static Priority
LEGACY
LOW
MEDIUM
int
compareTo ( Object object)
String
toString ()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Priority LEGACY
public static final Priority LOW
public static final Priority MEDIUM
public int compareTo( Object object)
compareTo
Comparable
Comparable.compareTo(java.lang.Object)
public String toString()
toString
Object
Object.toString()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.