Class SelectProjectDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.SelectProjectDialog
All Implemented Interfaces:
IDoubleClickListener, ISelectionChangedListener

public class SelectProjectDialog extends Dialog implements ISelectionChangedListener, IDoubleClickListener
Dialog used to display and select Module project(s).
Author:
Christopher Mindus
  • Constructor Details

    • SelectProjectDialog

      public SelectProjectDialog(Shell parent, String title, String prompt, boolean isMulti)
      Create the dialog.
      Parameters:
      parent - The parent shell.
      title - Title of dialog.
      prompt - Text prompt in dialog above tree, null for none.
  • Method Details