Interface MTrimBar

All Superinterfaces:
MApplicationElement, MElementContainer<MTrimElement>, MGenericTrimContainer<MTrimElement>, MLocalizable, MUIElement
All Known Implementing Classes:
TrimBarImpl

public interface MTrimBar extends MGenericTrimContainer<MTrimElement>
A representation of the model object 'Trim Bar'.

This is a concrete class representing the trim along a Window's edge.

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

The following features are supported:

  • Method Details

    • getPendingCleanup

      List<MTrimElement> getPendingCleanup()
      Returns the value of the 'Pending Cleanup' reference list. The list contents are of type MTrimElement.

      This is for internal use...

      Returns:
      the value of the 'Pending Cleanup' reference list.
      Restriction: