com.ibm.broker.config.appdev.patterns.ui

Interface PatternPropertyEditor

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void configureEditor(PatternPropertyEditorSite site, boolean required, java.lang.String configurationValues)
      Configures the editor after it has been created.
      void createControls(java.lang.Object parent)
      Creates the controls for this user-defined editor.
      java.lang.String getValue() 
      java.lang.String isValid() 
      void notifyChanged(java.lang.String parameterId, java.lang.String value)
      Notification that a dependent parameter has changed.
      void setEnabled(boolean enabled)
      Called when the enabled state of this editor changes.
      void setValue(java.lang.String value)
      Sets the initial value of the property editor.
      void setVisible(boolean visible)
      Called when the visibility of this editor changes.
    • Method Detail

      • configureEditor

        void configureEditor(PatternPropertyEditorSite site,
                             boolean required,
                             java.lang.String configurationValues)
        Configures the editor after it has been created.
      • createControls

        void createControls(java.lang.Object parent)
        Creates the controls for this user-defined editor.
      • setEnabled

        void setEnabled(boolean enabled)
        Called when the enabled state of this editor changes.
      • setVisible

        void setVisible(boolean visible)
        Called when the visibility of this editor changes.
      • getValue

        java.lang.String getValue()
        Returns:
        The current value in this editor.
      • setValue

        void setValue(java.lang.String value)
        Sets the initial value of the property editor.
      • isValid

        java.lang.String isValid()
        Returns:
        null or a validation error message.
      • notifyChanged

        void notifyChanged(java.lang.String parameterId,
                           java.lang.String value)
        Notification that a dependent parameter has changed.