Interface MHandlerContainer
- All Known Subinterfaces:
MApplication
,MCompositePart
,MDialog
,MPart
,MPartDescriptor
,MPerspective
,MTrimmedWindow
,MWindow
,MWizardDialog
- All Known Implementing Classes:
ApplicationImpl
,CompositePartImpl
,PartDescriptorImpl
,PartImpl
,PerspectiveImpl
,TrimmedWindowImpl
,WindowImpl
public interface MHandlerContainer
A representation of the model object 'Handler Container'.
This provides a container in which to store lists of Handlers.
- 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 'Handlers' containment reference list.
-
Method Details
-
getHandlers
Returns the value of the 'Handlers' containment reference list. The list contents are of typeMHandler
.Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Handlers' containment reference list.
-