Interface MMenuContribution

    • Method Detail

      • getPositionInParent

        java.lang.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)
      • setPositionInParent

        void setPositionInParent​(java.lang.String value)
        Sets the value of the 'Position In Parent' attribute.
        Parameters:
        value - the new value of the 'Position In Parent' attribute.
        See Also:
        getPositionInParent()
      • getParentId

        java.lang.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​(java.lang.String value)
        Sets the value of the 'Parent Id' attribute.
        Parameters:
        value - the new value of the 'Parent Id' attribute.
        See Also:
        getParentId()