Eclipse Platform
Release 3.1

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

Packages that use Priority
org.eclipse.ui.commands   
 

Uses of Priority in org.eclipse.ui.commands
 

Fields in org.eclipse.ui.commands declared as Priority
static Priority Priority.LEGACY
          Deprecated. An instance representing 'legacy' priority.
static Priority Priority.LOW
          Deprecated. An instance representing 'low' priority.
static Priority Priority.MEDIUM
          Deprecated. An instance representing 'medium' priority.
 

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(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority)
          Deprecated. Creates a new instance of this class.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.