Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.ide.help.BrowseSymbolResolver
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
abstract java.net.URL |
resolveBrowseSymbol(Context context,
java.lang.String browseSymbol)
Resolves the specified symbol to the URL that provides documentation for it
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
resolveBrowseSymbol
public abstract java.net.URL resolveBrowseSymbol(Context context,
java.lang.String browseSymbol)
Resolves the specified symbol to the URL that provides documentation for it
- Parameters:
context
- the context to use to search for the URLbrowseSymbol
- the symbol to find supporting documentation for
- Returns:
- URL to display in the help system; null if none is found
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.