Class DeleteCutDialog


  • public class DeleteCutDialog
    extends org.eclipse.swt.widgets.Dialog
    Delete/Cut dialog box.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      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 TypeMethodDescription
      booleanopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 -
    • Method Detail

      • open

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