Interface MTrimBar
- All Superinterfaces:
MApplicationElement, MElementContainer<MTrimElement>, MGenericTrimContainer<MTrimElement>, MLocalizable, MUIElement
- All Known Implementing Classes:
TrimBarImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Pending Cleanup' reference list.Methods inherited from interface MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdMethods inherited from interface MElementContainer
getChildren, getSelectedElement, setSelectedElementMethods inherited from interface MGenericTrimContainer
getSide, setSideMethods inherited from interface MLocalizable
updateLocalizationMethods inherited from interface MUIElement
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget
-
Method Details
-
getPendingCleanup
List<MTrimElement> getPendingCleanup()Returns the value of the 'Pending Cleanup' reference list. The list contents are of typeMTrimElement.This is for internal use...
- Returns:
- the value of the 'Pending Cleanup' reference list.
- Restriction:
-