public class XtextBrowserInformationControlAdapter extends Object implements IXtextBrowserInformationControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposeListener(org.eclipse.swt.events.DisposeListener listener) |
void |
addFocusListener(org.eclipse.swt.events.FocusListener listener) |
void |
addInputChangeListener(org.eclipse.jface.text.IInputChangedListener inputChangeListener) |
void |
addLocationListener(org.eclipse.swt.browser.LocationListener createLocationListener) |
org.eclipse.swt.graphics.Point |
computeSizeHint() |
void |
dispose() |
org.eclipse.jface.internal.text.html.BrowserInformationControlInput |
getInput() |
boolean |
hasDelayedInputChangeListener() |
boolean |
isFocusControl() |
void |
notifyDelayedInputChange(Object object) |
void |
removeDisposeListener(org.eclipse.swt.events.DisposeListener listener) |
void |
removeFocusListener(org.eclipse.swt.events.FocusListener listener) |
void |
setBackgroundColor(org.eclipse.swt.graphics.Color background) |
void |
setFocus() |
void |
setForegroundColor(org.eclipse.swt.graphics.Color foreground) |
void |
setInformation(String information)
Deprecated.
|
void |
setInput(Object input) |
void |
setLocation(org.eclipse.swt.graphics.Point location) |
void |
setSize(int width,
int height) |
void |
setSizeConstraints(int maxWidth,
int maxHeight) |
void |
setVisible(boolean visible) |
public void setVisible(boolean visible)
setVisible in interface org.eclipse.jface.text.IInformationControlpublic void setSizeConstraints(int maxWidth,
int maxHeight)
setSizeConstraints in interface org.eclipse.jface.text.IInformationControlpublic void setSize(int width,
int height)
setSize in interface org.eclipse.jface.text.IInformationControlpublic void setLocation(org.eclipse.swt.graphics.Point location)
setLocation in interface org.eclipse.jface.text.IInformationControl@Deprecated public void setInformation(String information)
setInformation in interface org.eclipse.jface.text.IInformationControlpublic void setForegroundColor(org.eclipse.swt.graphics.Color foreground)
setForegroundColor in interface org.eclipse.jface.text.IInformationControlpublic void setFocus()
setFocus in interface org.eclipse.jface.text.IInformationControlpublic void setBackgroundColor(org.eclipse.swt.graphics.Color background)
setBackgroundColor in interface org.eclipse.jface.text.IInformationControlpublic void removeFocusListener(org.eclipse.swt.events.FocusListener listener)
removeFocusListener in interface org.eclipse.jface.text.IInformationControlpublic void removeDisposeListener(org.eclipse.swt.events.DisposeListener listener)
removeDisposeListener in interface org.eclipse.jface.text.IInformationControlpublic boolean isFocusControl()
isFocusControl in interface org.eclipse.jface.text.IInformationControlpublic org.eclipse.swt.graphics.Point computeSizeHint()
computeSizeHint in interface org.eclipse.jface.text.IInformationControlpublic void addFocusListener(org.eclipse.swt.events.FocusListener listener)
addFocusListener in interface org.eclipse.jface.text.IInformationControlpublic void addDisposeListener(org.eclipse.swt.events.DisposeListener listener)
addDisposeListener in interface org.eclipse.jface.text.IInformationControlpublic void setInput(Object input)
setInput in interface IXtextBrowserInformationControlpublic void notifyDelayedInputChange(Object object)
notifyDelayedInputChange in interface IXtextBrowserInformationControlpublic boolean hasDelayedInputChangeListener()
hasDelayedInputChangeListener in interface IXtextBrowserInformationControlpublic org.eclipse.jface.internal.text.html.BrowserInformationControlInput getInput()
getInput in interface IXtextBrowserInformationControlpublic void dispose()
dispose in interface org.eclipse.jface.text.IInformationControldispose in interface IXtextBrowserInformationControlpublic void addLocationListener(org.eclipse.swt.browser.LocationListener createLocationListener)
addLocationListener in interface IXtextBrowserInformationControlpublic void addInputChangeListener(org.eclipse.jface.text.IInputChangedListener inputChangeListener)
addInputChangeListener in interface IXtextBrowserInformationControlCopyright © 2016. All Rights Reserved.