Class StringListSelectionDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.csstudio.ui.util.dialogs.StringListSelectionDialog
All Implemented Interfaces:
IShellProvider

public class StringListSelectionDialog extends Dialog
  • Field Details

    • dialogShell

      protected Shell dialogShell
  • Constructor Details

    • StringListSelectionDialog

      public StringListSelectionDialog(Shell parent, List<String> possibleValues, List<String> selectedValues, String title)
      Create a string list selection dialog.
      Parameters:
      parent -
      possibleValues - - a List of Values
      selectedValues - - a List of selected Values
      title -
  • Method Details