Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement
Packages that use MPartSashContainerElement
Package
Description
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.advanced
Subinterfaces of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.advancedModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Area'.interface
A representation of the model object 'Perspective Stack'.interface
A representation of the model object 'Placeholder'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.advanced.impl
Classes in org.eclipse.e4.ui.model.application.ui.advanced.impl that implement MPartSashContainerElementModifier and TypeClassDescriptionclass
An implementation of the model object 'Area'.class
An implementation of the model object 'Perspective Stack'.class
An implementation of the model object 'Placeholder'.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl that return types with arguments of type MPartSashContainerElementModifier and TypeMethodDescriptionPerspectiveImpl.getChildren()
This is specialized for the more specific element type known in this context.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl with parameters of type MPartSashContainerElementModifier and TypeMethodDescriptionvoid
PerspectiveImpl.setSelectedElement
(MPartSashContainerElement newSelectedElement) This is specialized for the more specific type known in this context. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.advanced.util
Methods in org.eclipse.e4.ui.model.application.ui.advanced.util with parameters of type MPartSashContainerElementModifier and TypeMethodDescriptionAdvancedSwitch.casePartSashContainerElement
(MPartSashContainerElement object) Returns the result of interpreting the object as an instance of 'Part Sash Container Element'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basicModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Composite Part'.interface
A representation of the model object 'Part'.interface
A representation of the model object 'Part Sash Container'.interface
A representation of the model object 'Part Stack'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basic.impl
Classes in org.eclipse.e4.ui.model.application.ui.basic.impl that implement MPartSashContainerElementModifier and TypeClassDescriptionclass
An implementation of the model object 'Composite Part'.class
An implementation of the model object 'Part'.class
An implementation of the model object 'Part Sash Container'.class
An implementation of the model object 'Part Stack'.Fields in org.eclipse.e4.ui.model.application.ui.basic.impl declared as MPartSashContainerElementModifier and TypeFieldDescriptionprotected MPartSashContainerElement
CompositePartImpl.selectedElement
The cached value of the 'Selected Element
' reference.Fields in org.eclipse.e4.ui.model.application.ui.basic.impl with type parameters of type MPartSashContainerElementModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MPartSashContainerElement>
CompositePartImpl.children
The cached value of the 'Children
' containment reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return MPartSashContainerElementModifier and TypeMethodDescriptionCompositePartImpl.basicGetSelectedElement()
CompositePartImpl.getSelectedElement()
Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return types with arguments of type MPartSashContainerElementMethods in org.eclipse.e4.ui.model.application.ui.basic.impl with parameters of type MPartSashContainerElementModifier and TypeMethodDescriptionvoid
CompositePartImpl.setSelectedElement
(MPartSashContainerElement newSelectedElement) -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basic.util
Methods in org.eclipse.e4.ui.model.application.ui.basic.util with parameters of type MPartSashContainerElementModifier and TypeMethodDescriptionBasicSwitch.casePartSashContainerElement
(MPartSashContainerElement object) Returns the result of interpreting the object as an instance of 'Part Sash Container Element'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MPartSashContainerElementModifier and TypeMethodDescriptionvoid
EModelService.detach
(MPartSashContainerElement mPartSashContainerElement, int x, int y, int width, int height) Created a separate (detached) window containing the given element.void
EModelService.insert
(MPartSashContainerElement toInsert, MPartSashContainerElement relTo, int where, float ratio) Inserts the given element into the UI Model by either creating a new sash or augmenting an existing sash if the orientation permits.