org.eclipse.datatools.sqltools.sqleditor.internal.actions
Class SQLInformationProvider
java.lang.Object
   org.eclipse.datatools.sqltools.sqleditor.internal.actions.SQLInformationProvider
org.eclipse.datatools.sqltools.sqleditor.internal.actions.SQLInformationProvider
- All Implemented Interfaces: 
- org.eclipse.jface.text.information.IInformationProvider, org.eclipse.jface.text.information.IInformationProviderExtension2
- public class SQLInformationProvider 
- extends java.lang.Object- implements org.eclipse.jface.text.information.IInformationProvider, org.eclipse.jface.text.information.IInformationProviderExtension2
- Author:
- Hui Cao
 
| Method Summary | 
|  java.lang.String | getInformation(org.eclipse.jface.text.ITextViewer textViewer,
               org.eclipse.jface.text.IRegion subject)
 | 
|  org.eclipse.jface.text.IInformationControlCreator | getInformationPresenterControlCreator()
 | 
|  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 | 
 
SQLInformationProvider
public SQLInformationProvider(org.eclipse.ui.IEditorPart editor)
getSubject
public org.eclipse.jface.text.IRegion getSubject(org.eclipse.jface.text.ITextViewer textViewer,
                                                 int offset)
- 
- Specified by:
- getSubjectin interface- org.eclipse.jface.text.information.IInformationProvider
 
- 
 
getInformation
public java.lang.String getInformation(org.eclipse.jface.text.ITextViewer textViewer,
                                       org.eclipse.jface.text.IRegion subject)
- 
- Specified by:
- getInformationin interface- org.eclipse.jface.text.information.IInformationProvider
 
- 
 
getInformationPresenterControlCreator
public org.eclipse.jface.text.IInformationControlCreator getInformationPresenterControlCreator()
- 
- Specified by:
- getInformationPresenterControlCreatorin interface- org.eclipse.jface.text.information.IInformationProviderExtension2
 
-