org.eclipse.xtext.ui.editor.hover.html
Interface IXtextBrowserInformationControl

All Superinterfaces:
org.eclipse.jface.text.IInformationControl
All Known Implementing Classes:
XbaseInformationControl, XtextBrowserInformationControl, XtextBrowserInformationControlAdapter

public interface IXtextBrowserInformationControl
extends org.eclipse.jface.text.IInformationControl

Since:
2.3
Author:
Holger Schill - Initial contribution and API
This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.
This class is not intended to be subclassed by clients.
This interface is not intended to be extended by clients.

Method Summary
 void addInputChangeListener(org.eclipse.jface.text.IInputChangedListener inputChangeListener)
           
 void addLocationListener(org.eclipse.swt.browser.LocationListener createLocationListener)
           
 void dispose()
           
 org.eclipse.jface.internal.text.html.BrowserInformationControlInput getInput()
           
 boolean hasDelayedInputChangeListener()
           
 void notifyDelayedInputChange(java.lang.Object object)
           
 void setInput(java.lang.Object input)
           
 
Methods inherited from interface org.eclipse.jface.text.IInformationControl
addDisposeListener, addFocusListener, computeSizeHint, isFocusControl, removeDisposeListener, removeFocusListener, setBackgroundColor, setFocus, setForegroundColor, setInformation, setLocation, setSize, setSizeConstraints, setVisible
 

Method Detail

getInput

org.eclipse.jface.internal.text.html.BrowserInformationControlInput getInput()
This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.

setInput

void setInput(java.lang.Object input)

notifyDelayedInputChange

void notifyDelayedInputChange(java.lang.Object object)

dispose

void dispose()
Specified by:
dispose in interface org.eclipse.jface.text.IInformationControl

addLocationListener

void addLocationListener(org.eclipse.swt.browser.LocationListener createLocationListener)

hasDelayedInputChangeListener

boolean hasDelayedInputChangeListener()

addInputChangeListener

void addInputChangeListener(org.eclipse.jface.text.IInputChangedListener inputChangeListener)