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
ConstructorDescriptionDeleteCutDialog
(String title, String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, ArrayList<DesignerProp> list) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Constructor Details
DeleteCutDialog
public DeleteCutDialog(String title, String description, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Shell parent, ArrayList<DesignerProp> list) Create the dialog.- Parameters:
parent
-
Method Details
open
public boolean open()Open the dialog.- Returns:
- true for OK, false for cancel.