public class ResourceSelectionDialog extends ElementTreeSelectionDialog
Window.IExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
m_bExpandAll |
protected ResourceSelectionProvider |
m_provider |
protected String |
m_strHelpID |
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
Modifier | Constructor and Description |
---|---|
protected |
ResourceSelectionDialog() |
|
ResourceSelectionDialog(Shell parentShell,
ResourceSelectionProvider provider,
String strTitle,
String strMessage,
String strHelpID,
boolean bAllowMultiple,
boolean bExpandAll) |
|
ResourceSelectionDialog(Shell parentShell,
ResourceSelectionProvider provider,
String strTitle,
String strMessage,
String strHelpID,
boolean bAllowMultiple,
boolean bExpandAll,
SelectionListener newLocationListsner) |
Modifier and Type | Method and Description |
---|---|
protected Control |
createContents(Composite parent) |
protected Control |
createDialogArea(Composite parent) |
protected TreeViewer |
createTreeViewer(Composite parent) |
protected IDialogSettings |
getDialogBoundsSettings() |
protected int |
getDialogBoundsStrategy() |
void |
setFilter(ViewerFilter filter) |
access$setResult, access$superButtonPressed, addFilter, cancelPressed, computeResult, create, doCreateTreeViewer, getTreeViewer, handleShellCloseEvent, open, setAllowMultiple, setComparator, setDoubleClickSelects, setEmptyListMessage, setInitialSelection, setInput, setSize, setSorter, setValidator, updateOKStatus
configureShell, createButtonBar, getFirstResult, okPressed, setImage, setResult, setStatusLineAboveButtons, updateButtonsEnableState, updateStatus
createButtonsForButtonBar, createMessageArea, getInitialElementSelections, getInitialSelections, getMessage, getOkButton, getResult, isResizable, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setMessage, setResult, setSelectionResult, setTitle
closeTray, createHelpControl, getLayout, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
applyDialogFont, buttonPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, 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, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
protected ResourceSelectionProvider m_provider
protected boolean m_bExpandAll
protected String m_strHelpID
protected ResourceSelectionDialog()
public ResourceSelectionDialog(Shell parentShell, ResourceSelectionProvider provider, String strTitle, String strMessage, String strHelpID, boolean bAllowMultiple, boolean bExpandAll, SelectionListener newLocationListsner)
public ResourceSelectionDialog(Shell parentShell, ResourceSelectionProvider provider, String strTitle, String strMessage, String strHelpID, boolean bAllowMultiple, boolean bExpandAll)
protected Control createContents(Composite parent)
createContents
in class Dialog
Dialog.createContents(org.eclipse.swt.widgets.Composite)
protected TreeViewer createTreeViewer(Composite parent)
createTreeViewer
in class ElementTreeSelectionDialog
ElementTreeSelectionDialog.createTreeViewer(org.eclipse.swt.widgets.Composite)
protected Control createDialogArea(Composite parent)
createDialogArea
in class ElementTreeSelectionDialog
public void setFilter(ViewerFilter filter)
protected int getDialogBoundsStrategy()
getDialogBoundsStrategy
in class SelectionDialog
protected IDialogSettings getDialogBoundsSettings()
getDialogBoundsSettings
in class SelectionDialog
© Copyright IBM Corp. 2013. All rights reserved.