public class MapEntryDialog<K,V>
extends org.eclipse.jface.dialogs.StatusDialog
Modifier and Type | Class and Description |
---|---|
static class |
MapEntryDialog.AbstractEntryConverter<K,V> |
static interface |
MapEntryDialog.EntryConverter<K,V> |
static class |
MapEntryDialog.StringEntryConverter |
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, 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 |
---|
MapEntryDialog(org.eclipse.swt.widgets.Shell parent) |
MapEntryDialog(org.eclipse.swt.widgets.Shell parent,
MapEntryDialog.EntryConverter<K,V> converter) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite parent) |
MapEntryDialog.EntryConverter<K,V> |
getConverter() |
java.util.Map.Entry<K,V> |
getEntry() |
boolean |
isHelpAvailable() |
protected boolean |
isResizable() |
protected void |
okPressed() |
void |
setEntry(java.util.Map.Entry<? extends K,? extends V> entry) |
configureShell, create, createButtonBar, createButtonsForButtonBar, getStatus, setImage, setStatusLineAboveButtons, setTitle, updateButtonsEnableState, updateStatus
closeTray, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
public MapEntryDialog(org.eclipse.swt.widgets.Shell parent)
public MapEntryDialog(org.eclipse.swt.widgets.Shell parent, MapEntryDialog.EntryConverter<K,V> converter)
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
createDialogArea
in class org.eclipse.jface.dialogs.Dialog
protected void okPressed()
okPressed
in class org.eclipse.jface.dialogs.Dialog
public final MapEntryDialog.EntryConverter<K,V> getConverter()
public boolean isHelpAvailable()
isHelpAvailable
in class org.eclipse.jface.dialogs.TrayDialog
protected boolean isResizable()
isResizable
in class org.eclipse.jface.dialogs.Dialog