com.buglabs.dragonfly.ui.editors
Class BugScriptTextHover
java.lang.Object
com.buglabs.dragonfly.ui.editors.BugScriptTextHover
- All Implemented Interfaces:
- org.eclipse.jface.text.ITextHover
public class BugScriptTextHover
- extends java.lang.Object
- implements org.eclipse.jface.text.ITextHover
|
Method Summary |
java.lang.String |
getHoverInfo(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion hoverRegion)
|
org.eclipse.jface.text.IRegion |
getHoverRegion(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugScriptTextHover
public BugScriptTextHover()
getHoverInfo
public java.lang.String getHoverInfo(org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.IRegion hoverRegion)
- Specified by:
getHoverInfo in interface org.eclipse.jface.text.ITextHover
getHoverRegion
public org.eclipse.jface.text.IRegion getHoverRegion(org.eclipse.jface.text.ITextViewer textViewer,
int offset)
- Specified by:
getHoverRegion in interface org.eclipse.jface.text.ITextHover