|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICHelpInvocationContext | |
---|---|
org.eclipse.cdt.internal.ui | |
org.eclipse.cdt.internal.ui.text | |
org.eclipse.cdt.ui |
Uses of ICHelpInvocationContext in org.eclipse.cdt.internal.ui |
---|
Methods in org.eclipse.cdt.internal.ui with parameters of type ICHelpInvocationContext | |
---|---|
CHelpBookDescriptor[] |
CHelpProviderManager.getCHelpBookDescriptors(ICHelpInvocationContext context)
|
IFunctionSummary |
CHelpProviderManager.getFunctionInfo(ICHelpInvocationContext context,
java.lang.String name)
|
ICHelpResourceDescriptor[] |
CHelpProviderManager.getHelpResources(ICHelpInvocationContext context,
java.lang.String name)
|
IFunctionSummary[] |
CHelpProviderManager.getMatchingFunctions(ICHelpInvocationContext context,
java.lang.String frag)
|
void |
CHelpProviderManager.serialize(ICHelpInvocationContext context)
|
Uses of ICHelpInvocationContext in org.eclipse.cdt.internal.ui.text |
---|
Methods in org.eclipse.cdt.internal.ui.text with parameters of type ICHelpInvocationContext | |
---|---|
IFunctionSummary |
CHelpSettings.getFunctionInfo(ICHelpInvocationContext context,
java.lang.String name)
|
ICHelpResourceDescriptor[] |
CHelpSettings.getHelpResources(ICHelpInvocationContext context,
java.lang.String name)
|
IFunctionSummary[] |
CHelpSettings.getMatchingFunctions(ICHelpInvocationContext context,
java.lang.String frag)
|
boolean |
CHelpBookDescriptor.matches(ICHelpInvocationContext context)
|
Uses of ICHelpInvocationContext in org.eclipse.cdt.ui |
---|
Methods in org.eclipse.cdt.ui with parameters of type ICHelpInvocationContext | |
---|---|
IFunctionSummary |
ICHelpProvider.getFunctionInfo(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String name)
get the matching function of a given name |
ICHelpResourceDescriptor[] |
ICHelpProvider.getHelpResources(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String name)
|
IFunctionSummary[] |
ICHelpProvider.getMatchingFunctions(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String prefix)
Get array of matching functions starting with this prefix |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |