Package com.iizigo.prop.editor.dialog
Class SelectCNDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.prop.editor.dialog.SelectCNDialog
-
public class SelectCNDialog extends org.eclipse.swt.widgets.Dialog
Dialog used to display an Object in a tree.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description SelectCNDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
open()
Open the dialog.
-
-
-
Constructor Detail
-
SelectCNDialog
public SelectCNDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass)
Create the dialog.- Parameters:
parent
- The parent shell.
-
-