Class WidgetsSelectDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.csstudio.opibuilder.visualparts.WidgetsSelectDialog
All Implemented Interfaces:
IShellProvider

public class WidgetsSelectDialog extends Dialog
Select widget dialog.
  • Constructor Details

    • WidgetsSelectDialog

      public WidgetsSelectDialog(Shell parentShell, int widgetCount, boolean onlyPVWidgets)
      Constructor
      Parameters:
      parentShell - the parent shell.
      widgetCount - Number of widgets that will be created (only for the warning dialog)
      onlyPVWidgets - true if only list PV widgets.
  • Method Details