Package | Description |
---|---|
oracle.javatools.editor.find |
Modifier and Type | Method and Description |
---|---|
FindCriteria.Direction |
FindCriteria.getDirection() |
static FindCriteria.Direction |
FindCriteria.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FindCriteria.Direction[] |
FindCriteria.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FindCriteria.setDirection(FindCriteria.Direction direction)
The direction in which to search
|