org.eclipse.cdt.ui
Interface ICHelpResourceDescriptor


public interface ICHelpResourceDescriptor

This interface represents Help Resources found in the certain Help Book provided by certain CHelpProvider

Since:
2.1
See Also:
ICHelpProvider

Method Summary
 ICHelpBook getCHelpBook()
          represents the Help Book, where help resources represented by getHelpResources() method were found
 org.eclipse.help.IHelpResource[] getHelpResources()
          gets the array of help resources found in the HelpBook represented by getCHelpBook() method
 

Method Detail

getCHelpBook

ICHelpBook getCHelpBook()
represents the Help Book, where help resources represented by getHelpResources() method were found

Returns:
ICHelpBook interface representing the help book where help was found

getHelpResources

org.eclipse.help.IHelpResource[] getHelpResources()
gets the array of help resources found in the HelpBook represented by getCHelpBook() method

Returns:
the IHelpResource[] array