org.eclipse.cdt.internal.ui.typehierarchy
Class THInformationProvider
java.lang.Object
org.eclipse.cdt.internal.ui.typehierarchy.THInformationProvider
- All Implemented Interfaces:
- org.eclipse.jface.text.information.IInformationProvider, org.eclipse.jface.text.information.IInformationProviderExtension
public class THInformationProvider
- extends java.lang.Object
- implements org.eclipse.jface.text.information.IInformationProviderExtension, org.eclipse.jface.text.information.IInformationProvider
Method Summary |
java.lang.String |
getInformation(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion subject)
|
java.lang.Object |
getInformation2(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion subject)
|
org.eclipse.jface.text.IRegion |
getSubject(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THInformationProvider
public THInformationProvider(org.eclipse.ui.texteditor.ITextEditor editor)
getInformation2
public java.lang.Object getInformation2(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion subject)
- Specified by:
getInformation2
in interface org.eclipse.jface.text.information.IInformationProviderExtension
getInformation
public java.lang.String getInformation(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion subject)
- Specified by:
getInformation
in interface org.eclipse.jface.text.information.IInformationProvider
getSubject
public org.eclipse.jface.text.IRegion getSubject(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
- Specified by:
getSubject
in interface org.eclipse.jface.text.information.IInformationProvider