public class EclipseExtraInfoWidget extends java.lang.Object implements IExtraInfoWidget
This class implements the IExtraInfoWidget interface for Eclipse. It creates an ExtraInfoDialog in sync with the Eclipse workbench and it delegates all listener management to the dialog.
Constructor and Description |
---|
EclipseExtraInfoWidget()
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
display()
(non-Javadoc)
|
Form |
getForm()
(non-Javadoc)
|
void |
setCloseListener(IWidgetClosedListener listener)
(non-Javadoc)
|
void |
setForm(Form form)
(non-Javadoc)
|
public void display()
display
in interface IExtraInfoWidget
IExtraInfoWidget.display()
public void setForm(Form form)
setForm
in interface IExtraInfoWidget
form
- The Form.
IExtraInfoWidget.setForm(Form form)
public Form getForm()
getForm
in interface IExtraInfoWidget
The Form.
IExtraInfoWidget.getForm()
public void setCloseListener(IWidgetClosedListener listener)
setCloseListener
in interface IExtraInfoWidget
IExtraInfoWidget.setCloseListener(IWidgetClosedListener listener)