org.eclipse.cdt.internal.ui.util
Class CHelpDisplayContext
java.lang.Object
org.eclipse.cdt.internal.ui.util.CHelpDisplayContext
- All Implemented Interfaces:
- org.eclipse.help.IContext
public class CHelpDisplayContext
- extends java.lang.Object
- implements org.eclipse.help.IContext
- Since:
- 2.1
Constructor Summary |
CHelpDisplayContext(org.eclipse.help.IContext context,
org.eclipse.ui.texteditor.ITextEditor editor,
java.lang.String selected)
|
Method Summary |
static void |
displayHelp(java.lang.String contextId,
org.eclipse.ui.texteditor.ITextEditor editor)
|
org.eclipse.help.IHelpResource[] |
getRelatedTopics()
|
java.lang.String |
getText()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHelpDisplayContext
public CHelpDisplayContext(org.eclipse.help.IContext context,
org.eclipse.ui.texteditor.ITextEditor editor,
java.lang.String selected)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
displayHelp
public static void displayHelp(java.lang.String contextId,
org.eclipse.ui.texteditor.ITextEditor editor)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getRelatedTopics
public org.eclipse.help.IHelpResource[] getRelatedTopics()
- Specified by:
getRelatedTopics
in interface org.eclipse.help.IContext
getText
public java.lang.String getText()
- Specified by:
getText
in interface org.eclipse.help.IContext