Package | Description |
---|---|
org.eclipse.ui.commands |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Priority |
HandlerSubmission.getPriority()
Deprecated.
Returns the priority.
|
Constructor and Description |
---|
HandlerSubmission(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
String commandId,
IHandler handler,
Priority priority)
Deprecated.
Creates a new instance of this class.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.