org.eclipse.cdt.internal.ui
Class CHelpProviderManager
java.lang.Object
org.eclipse.cdt.internal.ui.CHelpProviderManager
public class CHelpProviderManager
- extends java.lang.Object
This class is used to manage external plugins that contribute
C/C++ help information through the CHelpProvider extension point
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefault
public static CHelpProviderManager getDefault()
getFunctionInfo
public IFunctionSummary getFunctionInfo(ICHelpInvocationContext context,
java.lang.String name)
getMatchingFunctions
public IFunctionSummary[] getMatchingFunctions(ICHelpInvocationContext context,
java.lang.String frag)
getHelpResources
public ICHelpResourceDescriptor[] getHelpResources(ICHelpInvocationContext context,
java.lang.String name)
getCHelpBookDescriptors
public CHelpBookDescriptor[] getCHelpBookDescriptors(ICHelpInvocationContext context)
serialize
public void serialize(ICHelpInvocationContext context)