Package com.iizigo.java
Class JavaEditorTextHover
java.lang.Object
org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover
com.iizigo.java.JavaEditorTextHover
- All Implemented Interfaces:
- IJavaEditorTextHover,- ITextHover,- ITextHoverExtension,- ITextHoverExtension2
public class JavaEditorTextHover extends org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover
Processing of text hovers in the Java Editor.
Hovers on StringLiterals that are somehow linked to DesignerProp's are shown when no other Java hovers are present.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- getHoverInfo- (ITextViewer textViewer, IRegion hoverRegion) Old hover info.- getHoverInfo2- (ITextViewer textViewer, IRegion hoverRegion) Gets the Hover InfoDelegate method for- JavaInformationProvider.getInformationPresenterControlCreator()- Methods inherited from class org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover- getCodeAssist, getEditor, getEditorInputJavaElement, getHoverRegion, getJavaElementsAt, setEditor
- Constructor Details- JavaEditorTextHoverpublic JavaEditorTextHover()
 
- Method Details- getHoverInfo2Gets the Hover Info- Specified by:
- getHoverInfo2in interface- ITextHoverExtension2
- Overrides:
- getHoverInfo2in class- org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover
 
- getHoverInfoOld hover info.
- getHoverControlCreator- Specified by:
- getHoverControlCreatorin interface- ITextHoverExtension
- Overrides:
- getHoverControlCreatorin class- org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover
 
- getInformationPresenterControlCreatorDelegate method for- JavaInformationProvider.getInformationPresenterControlCreator()- Overrides:
- getInformationPresenterControlCreatorin class- org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover
- Returns:
- The information control creator or null if none is available.