Class EnterTextDialog


  • public class EnterTextDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog to enter a text. (descriptions etc.)
    • Constructor Detail

      • EnterTextDialog

        public EnterTextDialog​(org.eclipse.swt.widgets.Shell parent,
                               String title,
                               String message,
                               String text,
                               boolean fixed)
        Dialog to allow someone to show or enter a text
        Parameters:
        parent - The parent shell to use
        title - The dialog title
        message - The message to display
        text - The text to display or edit
        fixed - true if you want the font to be in fixed-width
      • EnterTextDialog

        public EnterTextDialog​(org.eclipse.swt.widgets.Shell parent,
                               String title,
                               String message,
                               String text)
        Dialog to allow someone to show or enter a text in variable width font
        Parameters:
        parent - The parent shell to use
        title - The dialog title
        message - The message to display
        text - The text to display or edit
    • Method Detail

      • setReadOnly

        public void setReadOnly()
      • setModal

        public void setModal()
      • setSingleLine

        public void setSingleLine()
      • dispose

        public void dispose()
      • getData

        public void getData()
      • checkCancel

        public void checkCancel​(org.eclipse.swt.events.ShellEvent e)
      • editDescription

        public static final void editDescription​(org.eclipse.swt.widgets.Shell shell,
                                                 IDescription iDescription,
                                                 String shellText,
                                                 String message)
      • isFixed

        public boolean isFixed()
      • setFixed

        public void setFixed​(boolean fixed)
      • getWlDesc

        public org.eclipse.swt.widgets.Label getWlDesc()
      • getwDesc

        public org.eclipse.swt.widgets.Text getwDesc()
      • getShell

        public org.eclipse.swt.widgets.Shell getShell()
      • getText

        public String getText()
        Overrides:
        getText in class org.eclipse.swt.widgets.Dialog
      • setWOkListener

        public void setWOkListener​(org.eclipse.swt.widgets.Listener listener)