Package com.iizigo.editor
Class DeleteCutDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.editor.DeleteCutDialog
-
public class DeleteCutDialog extends org.eclipse.swt.widgets.Dialog
Delete/Cut dialog box.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description DeleteCutDialog(java.lang.String title, java.lang.String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, java.util.ArrayList<DesignerProp> list)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
open()
Open the dialog.
-
-
-
Constructor Detail
-
DeleteCutDialog
public DeleteCutDialog(java.lang.String title, java.lang.String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, java.util.ArrayList<DesignerProp> list)
Create the dialog.- Parameters:
parent
-
-
-