org.eclipse.ptp.pldt.common.editorHelp
Class CHelpResourceDescriptorImpl
java.lang.Object
org.eclipse.ptp.pldt.common.editorHelp.CHelpResourceDescriptorImpl
- All Implemented Interfaces:
- org.eclipse.cdt.ui.ICHelpResourceDescriptor
public class CHelpResourceDescriptorImpl
- extends java.lang.Object
- implements org.eclipse.cdt.ui.ICHelpResourceDescriptor
Implementation of ICHelpResourceDescriptor, help information e.g. for an API
|
Constructor Summary |
CHelpResourceDescriptorImpl(org.eclipse.cdt.ui.ICHelpBook helpBook,
org.eclipse.cdt.ui.IFunctionSummary functionSummary,
java.lang.String pluginId)
This is where the location of the html help file (to be displayed for an
API) is located |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CHelpResourceDescriptorImpl
public CHelpResourceDescriptorImpl(org.eclipse.cdt.ui.ICHelpBook helpBook,
org.eclipse.cdt.ui.IFunctionSummary functionSummary,
java.lang.String pluginId)
- This is where the location of the html help file (to be displayed for an
API) is located
- Parameters:
helpBook - functionSummary - pluginId -
getCHelpBook
public org.eclipse.cdt.ui.ICHelpBook getCHelpBook()
- Specified by:
getCHelpBook in interface org.eclipse.cdt.ui.ICHelpResourceDescriptor
getHelpResources
public org.eclipse.help.IHelpResource[] getHelpResources()
- Specified by:
getHelpResources in interface org.eclipse.cdt.ui.ICHelpResourceDescriptor
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.