public class ProfileSelectionDialog
extends org.eclipse.ui.dialogs.ElementListSelectionDialog
Profiles.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 |
|---|
ProfileSelectionDialog(org.eclipse.swt.widgets.Shell parent) |
| Modifier and Type | Method and Description |
|---|---|
org.modelversioning.emfprofile.Profile |
getResultProfile()
Returns the selected
Profile. |
void |
setElements(Object[] elements) |
create, getFilter, getFoldedElements, isCaseIgnored, open, setAllowDuplicates, setEmptyListMessage, setEmptySelectionMessage, setFilter, setIgnoreCase, setMatchEmptyString, setMultipleSelection, setSize, setValidatorgetFirstResult, setImage, setStatusLineAboveButtonsgetOkButton, getResult, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setMessage, setTitlecloseTray, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableapplyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getBlockedHandler, getImage, setBlockedHandler, shortenTextpublic ProfileSelectionDialog(org.eclipse.swt.widgets.Shell parent)
public void setElements(Object[] elements)
setElements in class org.eclipse.ui.dialogs.ElementListSelectionDialogIllegalArgumentException - if not all elements are of the type Profile.public org.modelversioning.emfprofile.Profile getResultProfile()
Profile.