Interface MToolBarContribution

All Superinterfaces:
MApplicationElement, MElementContainer<MToolBarElement>, MLocalizable, MUIElement

public interface MToolBarContribution extends MElementContainer<MToolBarElement>
A representation of the model object 'Tool Bar Contribution'.

Provisional for 4.3. This represents a potential extension to some toolbar already defined in the UI.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

The following features are supported:

Restriction:
This interface is not intended to be referenced by clients.
  • Method Details

    • getParentId

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

      The element id of the Toolbar to be contributed to.

      Returns:
      the value of the 'Parent Id' attribute.
      See Also:
    • 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:
    • getPositionInParent

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

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

      Returns:
      the value of the 'Position In Parent' attribute.
      See Also:
    • setPositionInParent

      void setPositionInParent(String value)
      Sets the value of the 'Position In Parent' attribute.
      Parameters:
      value - the new value of the 'Position In Parent' attribute.
      See Also: