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 Summary
ConstructorsConstructorDescriptionSelectProjectDialog(Shell parent, String title, String prompt, boolean isMulti) Create the dialog.Method Summary
Modifier and TypeMethodDescriptionvoiddoubleClick(DoubleClickEvent event) Double-click.open()Open the dialog.voidSelection changes.
Constructor Details
SelectProjectDialog
Method Details
open
selectionChanged
Selection changes.- Specified by:
selectionChangedin interfaceISelectionChangedListener- Parameters:
event- The selection event.
doubleClick
Double-click.- Specified by:
doubleClickin interfaceIDoubleClickListener