Class ConnectionProfilePropEditor

    • Constructor Detail

      • ConnectionProfilePropEditor

        public ConnectionProfilePropEditor()
    • Method Detail

      • create

        protected void create()
        Creates the property editor controls.
        Overrides:
        create in class StringPropEditor
      • getToolTipText

        protected java.lang.String getToolTipText()
        Gets the tooltip text to display in the entry fields (not the one for property errors or validator).
        Overrides:
        getToolTipText in class StringPropEditor
      • setInput

        protected boolean setInput​(java.lang.String input)
        Updates the entry or visible part in the editor with a new property value that is not in error state. The default implementation updates the combo box or text with the value.toString() representation. The existing input should be checked for difference in order not to update the entry if not required. If the input is null, it means no change of the current input the user has made or was previously set.
        Overrides:
        setInput in class BaseEditor<StringProp,​java.lang.String>
        Parameters:
        input - The new input, or null for no change.
        Returns:
        true for changed, false for no change.