PTP
Release 7.0

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

java.lang.Object
  extended by org.eclipse.ptp.pldt.common.editorHelp.CHelpResourceDescriptorImpl

public class CHelpResourceDescriptorImpl
extends Object

Implementation of ICHelpResourceDescriptor, help information e.g. for an API


Constructor Summary
CHelpResourceDescriptorImpl(ICHelpBook helpBook, IFunctionSummary functionSummary, String pluginId)
          This is where the location of the html help file (to be displayed for an API) is located
 
Method Summary
 ICHelpBook getCHelpBook()
           
 IHelpResource[] getHelpResources()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CHelpResourceDescriptorImpl

public CHelpResourceDescriptorImpl(ICHelpBook helpBook,
                                   IFunctionSummary functionSummary,
                                   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 ICHelpBook getCHelpBook()

getHelpResources

public IHelpResource[] getHelpResources()

toString

public String toString()
Overrides:
toString in class Object

PTP
Release 7.0

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