Class SingleValueSelectionDialog

  • All Implemented Interfaces:
    org.eclipse.jface.window.IShellProvider

    public class SingleValueSelectionDialog
    extends org.eclipse.ui.dialogs.SelectionStatusDialog
    Dialog to select a single value.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jface.window.Window

        org.eclipse.jface.window.Window.IExceptionHandler
    • Field Summary

      • Fields inherited from class 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
      • Fields inherited from class org.eclipse.jface.window.Window

        CANCEL, OK
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleValueSelectionDialog​(org.eclipse.swt.widgets.Shell parent, org.eclipse.swt.graphics.Image image, String title, Object value, Collection valueArea, org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider labelProvider, IValueValidator validator)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create()
      • Methods inherited from class org.eclipse.ui.dialogs.SelectionStatusDialog

        getFirstResult, setImage, setStatusLineAboveButtons
      • Methods inherited from class org.eclipse.ui.dialogs.SelectionDialog

        getOkButton, getResult, setDialogBoundsSettings, setInitialElementSelections, setInitialSelections, setMessage, setTitle
      • Methods inherited from class org.eclipse.jface.dialogs.TrayDialog

        closeTray, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable
      • Methods inherited from class org.eclipse.jface.dialogs.Dialog

        applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getBlockedHandler, getImage, setBlockedHandler, shortenText
      • Methods inherited from class org.eclipse.jface.window.Window

        getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
    • Constructor Detail

      • SingleValueSelectionDialog

        public SingleValueSelectionDialog​(org.eclipse.swt.widgets.Shell parent,
                                          org.eclipse.swt.graphics.Image image,
                                          String title,
                                          Object value,
                                          Collection valueArea,
                                          org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider labelProvider,
                                          IValueValidator validator)
        Constructor
    • Method Detail

      • create

        public void create()
        Overrides:
        create in class org.eclipse.ui.dialogs.SelectionStatusDialog