org.eclipse.jdt.ui.text.java.hover
Interface IJavaEditorTextHover
-
All Superinterfaces:
-
ITextHover
-
public interface IJavaEditorTextHover
- extends
ITextHover
Provides a hover popup which appears on top of an editor with relevant
display information. If the text hover does not provide information no
hover popup is shown.
Clients may implement this interface.
-
Since:
- 2.0
-
See Also:
-
IEditorPart
,
ITextHover
setEditor
void setEditor(
IEditorPart editor)
- Sets the editor on which the hover is shown.
-
-
-
Parameters:
-
editor
- the editor on which the hover popup should be shown
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.