|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICHelpProvider
Represents the C/C++ help provider
Method Summary | |
---|---|
ICHelpBook[] |
getCHelpBooks()
Get available help books |
IFunctionSummary |
getFunctionInfo(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String name)
get the matching function of a given name |
ICHelpResourceDescriptor[] |
getHelpResources(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String name)
|
IFunctionSummary[] |
getMatchingFunctions(ICHelpInvocationContext context,
ICHelpBook[] helpBooks,
java.lang.String prefix)
Get array of matching functions starting with this prefix |
void |
initialize()
Initialize the completion contributor class |
Method Detail |
---|
void initialize()
ICHelpBook[] getCHelpBooks()
ICHelpBook[]
array of available help booksIFunctionSummary getFunctionInfo(ICHelpInvocationContext context, ICHelpBook[] helpBooks, java.lang.String name)
helpBooks
- the array of help books to be searched for helpname
- the function name for which help is needed
IFunctionSummary[] getMatchingFunctions(ICHelpInvocationContext context, ICHelpBook[] helpBooks, java.lang.String prefix)
helpBooks
- the array of help books to be searched for helpprefix
- the function name prefix
ICHelpResourceDescriptor[] getHelpResources(ICHelpInvocationContext context, ICHelpBook[] helpBooks, java.lang.String name)
helpBooks
- the array of help books to be searched for helpname
- the C/C++ element name for which help is needed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |