Uses of Interface
org.eclipse.cdt.ui.ICHelpBook

Packages that use ICHelpBook
org.eclipse.cdt.internal.ui.text   
org.eclipse.cdt.ui   
 

Uses of ICHelpBook in org.eclipse.cdt.internal.ui.text
 

Methods in org.eclipse.cdt.internal.ui.text that return ICHelpBook
 ICHelpBook CHelpBookDescriptor.getCHelpBook()
           
 

Uses of ICHelpBook in org.eclipse.cdt.ui
 

Methods in org.eclipse.cdt.ui that return ICHelpBook
 ICHelpBook ICHelpResourceDescriptor.getCHelpBook()
          represents the Help Book, where help resources represented by getHelpResources() method were found
 ICHelpBook[] ICHelpProvider.getCHelpBooks()
          Get available help books
 

Methods in org.eclipse.cdt.ui with parameters of type ICHelpBook
 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