public class SelectHttpTemplateExtensionSourceInstanceDialog
extends org.eclipse.ui.dialogs.ListDialog
Dialog
to select a HttpTemplateExtensionSourceInstance
.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 |
---|
SelectHttpTemplateExtensionSourceInstanceDialog(org.eclipse.swt.widgets.Shell shell,
HttpTemplateExtensionSourceInstance[] instances)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
static HttpTemplateExtensionSourceInstance |
getHttpTemplateExtensionSourceInstance(org.eclipse.swt.widgets.Shell shell,
HttpTemplateExtensionSourceInstance[] instances)
Obtains the
HttpTemplateExtensionSourceInstance . |
createButtonsForButtonBar, createDialogArea, getHeightInChars, getTableStyle, getTableViewer, getWidthInChars, okPressed, setAddCancelButton, setContentProvider, setHeightInChars, setInput, setLabelProvider, setWidthInChars
configureShell, createMessageArea, getDialogBoundsSettings, getDialogBoundsStrategy, getInitialElementSelections, getInitialSelections, getMessage, getOkButton, getResult, isResizable, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setMessage, setResult, setSelectionResult, setTitle
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, 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 SelectHttpTemplateExtensionSourceInstanceDialog(org.eclipse.swt.widgets.Shell shell, HttpTemplateExtensionSourceInstance[] instances)
shell
- Shell
.instances
- HttpTemplateExtensionSourceInstance
listing to select
from.public static HttpTemplateExtensionSourceInstance getHttpTemplateExtensionSourceInstance(org.eclipse.swt.widgets.Shell shell, HttpTemplateExtensionSourceInstance[] instances)
HttpTemplateExtensionSourceInstance
.shell
- Parent Shell
.instances
- HttpTemplateExtensionSourceInstance
listing to select
from.HttpTemplateExtensionSourceInstance
selected, or
null
if none selected (cancelled).Copyright © 2005–2016. All rights reserved.