PTP
Release 7.0

org.eclipse.ptp.pldt.common.editorHelp
Class CHelpResourceDescriptorImpl

java.lang.Object
  extended by 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
 
Method Summary
 org.eclipse.cdt.ui.ICHelpBook getCHelpBook()
           
 org.eclipse.help.IHelpResource[] getHelpResources()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.