|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchEvent.Direction | |
---|---|
oracle.javatools.ui.search | Provides a general purpose search or filter component. |
Uses of SearchEvent.Direction in oracle.javatools.ui.search |
---|
Methods in oracle.javatools.ui.search that return SearchEvent.Direction | |
---|---|
SearchEvent.Direction |
SearchEvent.getDirection() Returns the direction of the search. |
static SearchEvent.Direction |
SearchEvent.Direction.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static SearchEvent.Direction[] |
SearchEvent.Direction.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in oracle.javatools.ui.search with parameters of type SearchEvent.Direction | |
---|---|
void |
SearchField.doSearch(SearchCategory category, java.lang.String searchText, SearchEvent.Direction direction) Programmatically initiate a search. |
void |
SearchField.doSearch(SearchCategory category, java.lang.String searchText, SearchEvent.Direction direction, boolean force) Programmatically initiate a search. |
protected void |
SearchField.fireSearchPerformed(SearchEvent.Direction direction, boolean keypress) Fires the searchPerformed event to all registered listeners. |
void |
TextComponentSearchSupport.search(SearchEvent.Direction direction, java.lang.String text) Search for the given text in the given direction |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |