Package com.iizigo.prop.editor.dialog
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 SummaryConstructorsConstructorDescription- SelectProjectDialog- (Shell parent, String title, String prompt, boolean isMulti) Create the dialog.
- Method SummaryModifier and TypeMethodDescription- void- doubleClick- (DoubleClickEvent event) Double-click.- open()Open the dialog.- voidSelection changes.
- Constructor Details- SelectProjectDialogCreate the dialog.- Parameters:
- parent- The parent shell.
- title- Title of dialog.
- prompt- Text prompt in dialog above tree, null for none.
 
 
- Method Details- openOpen the dialog.- Returns:
- The array of projects, or null for none.
 
- selectionChangedSelection changes.- Specified by:
- selectionChangedin interface- ISelectionChangedListener
- Parameters:
- event- The selection event.
 
- doubleClickDouble-click.- Specified by:
- doubleClickin interface- IDoubleClickListener