Uses of Class
org.eclipse.ui.commands.Priority

Packages that use Priority
org.eclipse.ui.commands   
 

Uses of Priority in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return Priority
 Priority HandlerSubmission.getPriority()
          Deprecated. Returns the priority.
 

Constructors in org.eclipse.ui.commands with parameters of type Priority
HandlerSubmission(java.lang.String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, java.lang.String commandId, IHandler handler, Priority priority)
          Deprecated. Creates a new instance of this class.