Class ElementWizard

    • Constructor Detail

      • ElementWizard

        public ElementWizard()
    • Method Detail

      • getProductGroup

        protected java.lang.String getProductGroup()
      • getFactoryType

        protected java.lang.String getFactoryType()
      • getDefaultDescription

        protected java.lang.String getDefaultDescription()
      • setResultDescription

        protected void setResultDescription​(java.lang.String resultDescription)
      • setValidationError

        public void setValidationError​(java.lang.Object source,
                                       java.lang.String message)
        Specified by:
        setValidationError in interface ValidationContext
      • create

        protected abstract void create​(Composite parent)
      • addLabel

        public static Label addLabel​(Composite parent,
                                     java.lang.String label)
      • addText

        public static Text addText​(Composite parent,
                                   java.lang.String label)
      • addCombo

        public static Combo addCombo​(Composite parent,
                                     java.lang.String label,
                                     java.util.List<java.lang.String> choices)
        Since:
        3.2
      • addCombo

        public static Combo addCombo​(Composite parent,
                                     java.lang.String label,
                                     java.lang.String... choices)