Interface MTrimContribution

    • Method Detail

      • getParentId

        String getParentId()
        Returns the value of the 'Parent Id' attribute.

        The element id of the TrimBar to be contributed to.

        Returns:
        the value of the 'Parent Id' attribute.
        See Also:
        setParentId(String)
      • setParentId

        void setParentId​(String value)
        Sets the value of the 'Parent Id' attribute.
        Parameters:
        value - the new value of the 'Parent Id' attribute.
        See Also:
        getParentId()
      • getPositionInParent

        String getPositionInParent()
        Returns the value of the 'Position In Parent' attribute.

        Indicates the position in the TrimBar where this contribution should be placed.

        Returns:
        the value of the 'Position In Parent' attribute.
        See Also:
        setPositionInParent(String)