JavaHelpDriver Class

com.bea.ide.lang.java.driver
JavaHelpDriver Class

public class JavaHelpDriver

    extends Object
    implements IHelpDriver

Java-specific implementation of an IHelpDriver.


Hierarchy
Object
  JavaHelpDriver
All Implemented Interfaces

IHelpDriver

Constructor Summary

JavaHelpDriver()

 

Method Summary

public URI[]
getHelpContextList(IElement el)
Obtain the context help uri associated with this element
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.ide.ui.help.IHelpDriver
getHelpContextList
 

Constructor Detail

JavaHelpDriver

public JavaHelpDriver()
 

Method Detail

getHelpContextList(IElement) Method

public URI[] getHelpContextList(IElement el)
Obtain the context help uri associated with this element

Parameters

el
the element for which context-sensitive help is desired. Note that some implementations may ignore the IElement and determine the context ID in some other way.

Returns

an ordered list of opaque URIs which are help context URNs