org.eclipse.xtext.ui.editor.hover.html
Class XtextBrowserInformationControl

java.lang.Object
  extended by org.eclipse.jface.text.AbstractInformationControl
      extended by org.eclipse.jface.internal.text.html.BrowserInformationControl
          extended by org.eclipse.xtext.ui.editor.hover.html.XtextBrowserInformationControl
All Implemented Interfaces:
org.eclipse.jface.text.IDelayedInputChangeProvider, org.eclipse.jface.text.IInformationControl, org.eclipse.jface.text.IInformationControlExtension, org.eclipse.jface.text.IInformationControlExtension2, org.eclipse.jface.text.IInformationControlExtension3, org.eclipse.jface.text.IInformationControlExtension4, org.eclipse.jface.text.IInformationControlExtension5, IXtextBrowserInformationControl

public class XtextBrowserInformationControl
extends org.eclipse.jface.internal.text.html.BrowserInformationControl
implements IXtextBrowserInformationControl

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

Constructor Summary
XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent, java.lang.String symbolicFontName, boolean resizable)
           
XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent, java.lang.String symbolicFontName, java.lang.String statusFieldText)
           
XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent, java.lang.String symbolicFontName, org.eclipse.jface.action.ToolBarManager toolBarManager)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.internal.text.html.BrowserInformationControl
addInputChangeListener, addLocationListener, computeSizeConstraints, computeSizeHint, computeTrim, createContent, dispose, getInput, hasContents, hasDelayedInputChangeListener, isAvailable, notifyDelayedInputChange, removeInputChangeListener, setBackgroundColor, setDelayedInputChangeListener, setForegroundColor, setInformation, setInput, setSize, setVisible, toString
 
Methods inherited from class org.eclipse.jface.text.AbstractInformationControl
addDisposeListener, addFocusListener, containsControl, create, getBounds, getInformationPresenterControlCreator, getShell, getSizeConstraints, getToolBarManager, isFocusControl, isResizable, isVisible, removeDisposeListener, removeFocusListener, restoresLocation, restoresSize, setFocus, setLocation, setSizeConstraints, setStatusText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.ui.editor.hover.html.IXtextBrowserInformationControl
addInputChangeListener, addLocationListener, dispose, getInput, hasDelayedInputChangeListener, notifyDelayedInputChange, setInput
 
Methods inherited from interface org.eclipse.jface.text.IInformationControl
addDisposeListener, addFocusListener, computeSizeHint, isFocusControl, removeDisposeListener, removeFocusListener, setBackgroundColor, setFocus, setForegroundColor, setInformation, setLocation, setSize, setSizeConstraints, setVisible
 

Constructor Detail

XtextBrowserInformationControl

public XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent,
                                      java.lang.String symbolicFontName,
                                      boolean resizable)

XtextBrowserInformationControl

public XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent,
                                      java.lang.String symbolicFontName,
                                      java.lang.String statusFieldText)

XtextBrowserInformationControl

public XtextBrowserInformationControl(org.eclipse.swt.widgets.Shell parent,
                                      java.lang.String symbolicFontName,
                                      org.eclipse.jface.action.ToolBarManager toolBarManager)