Class EnterPasswordDialog


  • public class EnterPasswordDialog
    extends org.eclipse.swt.widgets.Dialog
    A dialog that asks for a password.
    Since:
    19-06-2003
    Author:
    Matt
    • Constructor Detail

      • EnterPasswordDialog

        @Deprecated
        public EnterPasswordDialog​(org.eclipse.swt.widgets.Shell parent,
                                   PropsUI props,
                                   String title,
                                   String message,
                                   String description)
        Deprecated.
        Use CT without the props parameter (at 2nd position)
      • EnterPasswordDialog

        public EnterPasswordDialog​(org.eclipse.swt.widgets.Shell parent,
                                   String title,
                                   String message,
                                   String description)
    • Method Detail

      • setReadOnly

        public void setReadOnly()
      • setModal

        public void setModal()
      • dispose

        public void dispose()
      • getData

        public void getData()