Package | Description |
---|---|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
Modifier and Type | Field and Description |
---|---|
static Priority[] |
Priority.ENUM_ARRAY
The ordered array of possible enumeration values (0=> Highest,
length-1=>Lowest)
|
static Priority |
Priority.HIGH
Indicates High priority as a Priority enumeration.
|
static Priority |
Priority.HIGHER
Indicates Higher priority as a Priority enumeration.
|
static Priority |
Priority.HIGHEST
Indicates Highest 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.NORMAL
Indicates Normal priority as a Priority enumeration.
|
Modifier and Type | Method and Description |
---|---|
static Priority |
Priority.get(int aValue)
Returns the correct instance of the Priority ENUM for aValue.
|
static Priority |
Priority.get(String aLiteral)
Returns the correct instance of the Priority ENUM for aLiteral.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.