Interface MMenuContribution

    • Method Detail

      • getPositionInParent

        String getPositionInParent()
        Returns the value of the 'Position In Parent' attribute. The default value is "".

        Indicates the position in the parent menu where this contribution should be placed.

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

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

        The element id of the Menu 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()