Class EnterValueDialog


  • public class EnterValueDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog to enter a Hop Value
    • Constructor Detail

      • EnterValueDialog

        public EnterValueDialog​(org.eclipse.swt.widgets.Shell parent,
                                int style,
                                IValueMeta value,
                                Object data)
    • Method Detail

      • setFormats

        protected void setFormats()
      • dispose

        public void dispose()
      • getData

        public void getData()
      • test

        public void test()
        Test the entered value
      • isModalDialog

        public boolean isModalDialog()
        Returns:
        the modalDialog
      • setModalDialog

        public void setModalDialog​(boolean modalDialog)
        Parameters:
        modalDialog - the modalDialog to set