Class InsertTextDialog


  • public class InsertTextDialog
    extends org.eclipse.swt.widgets.Dialog
    Insert text dialog box.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      InsertTextDialog​(org.eclipse.swt.widgets.Shell parent, java.lang.String[] dialogData)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      intopen()
      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

      • InsertTextDialog

        public InsertTextDialog​(org.eclipse.swt.widgets.Shell parent,
                                java.lang.String[] dialogData)
        Create the dialog.
        Parameters:
        parent - The parent shell.
        dialogData - Dialog data [3], where [0]='Description', [1]='...?
    • Method Detail

      • open

        public int open()
        Open the dialog.
        Returns:
        the gradient.