Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.help
Class BrowseSymbolResolver

java.lang.Object
  extended by oracle.ide.help.BrowseSymbolResolver


public abstract class BrowseSymbolResolver
extends java.lang.Object

Constructor Summary
BrowseSymbolResolver()
           

 

Method Summary
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

 

Constructor Detail

BrowseSymbolResolver

public BrowseSymbolResolver()

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 URL
browseSymbol - the symbol to find supporting documentation for
Returns:
URL to display in the help system; null if none is found

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.