public class CHelpBookImpl
extends java.lang.Object
implements org.eclipse.cdt.ui.ICHelpBook
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,org.eclipse.cdt.ui.IFunctionSummary> |
funcName2FuncInfo |
| Constructor and Description |
|---|
CHelpBookImpl(java.lang.String pluginId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
func(java.lang.String fname,
java.lang.String desc,
java.lang.String retType,
java.lang.String args)
Convenience function for filling in table info
|
int |
getCHelpType() |
org.eclipse.cdt.ui.IFunctionSummary |
getFunctionInfo(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String name)
Get available info on the give function by name
|
org.eclipse.cdt.ui.ICHelpResourceDescriptor[] |
getHelpResources(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String name)
Get the HelpBook information for the given name (e.g. a function/API)
|
org.eclipse.cdt.ui.IFunctionSummary[] |
getMatchingFunctions(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String prefix)
Return a list of functions that begin with the given prefix
|
java.lang.String |
getTitle() |
protected void |
setTitle(java.lang.String title) |
protected java.util.Map<java.lang.String,org.eclipse.cdt.ui.IFunctionSummary> funcName2FuncInfo
public CHelpBookImpl(java.lang.String pluginId)
pluginId - public java.lang.String getTitle()
getTitle in interface org.eclipse.cdt.ui.ICHelpBookprotected void setTitle(java.lang.String title)
title - public int getCHelpType()
getCHelpType in interface org.eclipse.cdt.ui.ICHelpBookpublic org.eclipse.cdt.ui.IFunctionSummary getFunctionInfo(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String name)
context - name - public org.eclipse.cdt.ui.IFunctionSummary[] getMatchingFunctions(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String prefix)
context - prefix - public org.eclipse.cdt.ui.ICHelpResourceDescriptor[] getHelpResources(org.eclipse.cdt.ui.text.ICHelpInvocationContext context,
java.lang.String name)
context - name - public void func(java.lang.String fname,
java.lang.String desc,
java.lang.String retType,
java.lang.String args)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.