Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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