|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
org.eclipse.ui.navigator | Provides the Common Navigator framework. |
Uses of Priority in org.eclipse.ui.navigator |
---|
Fields in org.eclipse.ui.navigator declared as Priority | |
static Priority |
Priority.HIGHEST
Indicates Highest priority as a Priority enumeration. |
static Priority |
Priority.HIGHER
Indicates Higher priority as a Priority enumeration. |
static Priority |
Priority.HIGH
Indicates High priority as a Priority enumeration. |
static Priority |
Priority.NORMAL
Indicates Normal priority as a Priority enumeration. |
static Priority |
Priority.LOW
Indicates Low priority as a Priority enumeration. |
static Priority |
Priority.LOWER
Indicates Lower priority as a Priority enumeration. |
static Priority |
Priority.LOWEST
Indicates Lowest priority as a Priority enumeration. |
static Priority[] |
Priority.ENUM_ARRAY
The ordered array of possible enumeration values (0=> Highest, length-1=>Lowest) |
Methods in org.eclipse.ui.navigator that return Priority | |
static Priority |
Priority.get(String aLiteral)
Returns the correct instance of the Priority ENUM for aLiteral. |
static Priority |
Priority.get(int aValue)
Returns the correct instance of the Priority ENUM for aValue. |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.