public class ExtraInfoDialog
extends org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
Constructor and Description |
---|
ExtraInfoDialog(org.eclipse.swt.widgets.Shell parentShell)
The Constructor
|
Modifier and Type | Method and Description |
---|---|
DataComponent |
getDataComponent()
This operation retrieves the DataComponent that is currently rendered by
the ExtraInfoDialog.
|
void |
setCloseListener(IWidgetClosedListener listener)
This operation sets a listener, an IWidgetClosedListener, that is waiting
to be notified with the widget is closed and whether it was closed OK or
if it was cancelled.
|
void |
setDataComponent(DataComponent comp)
This operation sets the DataComponent that the dialog should render.
|
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public ExtraInfoDialog(org.eclipse.swt.widgets.Shell parentShell)
parentShell
- The shell into which the dialog should be rendered.public DataComponent getDataComponent()
public void setDataComponent(DataComponent comp)
comp
- The DataComponentpublic void setCloseListener(IWidgetClosedListener listener)
listener
- An IWidgetClosedListener