Class SelectCNDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.SelectCNDialog
Dialog used to display an Object in a tree.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsConstructorDescriptionSelectCNDialog(Shell parent, String dialogTitle, Image dialogImage, Object root, ViewerFilter viewerFilter, Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass) Create the dialog.Method Summary
Constructor Details
Method Details
open
Open the dialog.- Returns:
- The selected object, or null if the dialog was cancelled or nothing was selected.