Class ExtendedFeatureEditorDialog

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

    public class ExtendedFeatureEditorDialog
    extends org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
    An extended selection dialog for multi-valued features
    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
      ExtendedFeatureEditorDialog​(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.viewers.ILabelProvider labelProvider, Object object, org.eclipse.emf.ecore.EClassifier eClassifier, List currentValues, String displayName, Collection choiceOfValues)
      Constructor
      ExtendedFeatureEditorDialog​(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.viewers.ILabelProvider labelProvider, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, String displayName, Collection choiceOfValues)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean close()
      • Methods inherited from class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog

        create, getFilter, getFoldedElements, isCaseIgnored, open, setAllowDuplicates, setEmptyListMessage, setEmptySelectionMessage, setFilter, setIgnoreCase, setMatchEmptyString, setMultipleSelection, setSize, setValidator
      • 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, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getBlockedHandler, getImage, setBlockedHandler, shortenText
      • Methods inherited from class org.eclipse.jface.window.Window

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

      • ExtendedFeatureEditorDialog

        public ExtendedFeatureEditorDialog​(org.eclipse.swt.widgets.Shell parent,
                                           org.eclipse.jface.viewers.ILabelProvider labelProvider,
                                           Object object,
                                           org.eclipse.emf.ecore.EClassifier eClassifier,
                                           List currentValues,
                                           String displayName,
                                           Collection choiceOfValues)
        Constructor
        Parameters:
        parent -
        labelProvider -
        object -
        eClassifier -
        currentValues -
        displayName -
        choiceOfValues -
      • ExtendedFeatureEditorDialog

        public ExtendedFeatureEditorDialog​(org.eclipse.swt.widgets.Shell parent,
                                           org.eclipse.jface.viewers.ILabelProvider labelProvider,
                                           org.eclipse.emf.ecore.EObject eObject,
                                           org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
                                           String displayName,
                                           Collection choiceOfValues)
        Constructor
        Parameters:
        parent -
        labelProvider -
        eObject -
        eStructuralFeature -
        displayName -
        choiceOfValues -
    • Method Detail

      • close

        public boolean close()
        Overrides:
        close in class org.eclipse.jface.dialogs.Dialog