Class DeleteCutDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.editor.DeleteCutDialog

public class DeleteCutDialog extends Dialog
Delete/Cut dialog box.
Author:
Christopher Mindus
  • Constructor Details

    • DeleteCutDialog

      public DeleteCutDialog(String title, String description, Image image, Shell parent, ArrayList<DesignerProp> list)
      Create the dialog.
      Parameters:
      title - The dialog title.
      description - The description text shown in the dialog.
      image - The image shown in the dialog.
      parent - The parent shell.
      list - The properties the operation applies to.
  • Method Details

    • open

      public boolean open()
      Open the dialog.
      Returns:
      true for OK, false for cancel.