Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement
-
Packages that use MPartSashContainerElement Package Description org.eclipse.e4.ui.model.application.ui.advanced Application programming interfaces describing the advanced Eclipse 4 user interface model elements.org.eclipse.e4.ui.model.application.ui.basic Application programming interfaces describing the basic Eclipse 4 user interface model elements.org.eclipse.e4.ui.workbench.modeling 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.advanced Modifier and Type Interface Description interfaceMAreaA representation of the model object 'Area'.interfaceMPerspectiveStackA representation of the model object 'Perspective Stack'.interfaceMPlaceholderA representation of the model object 'Placeholder'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MPartSashContainerElement in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interfaceMCompositePartA representation of the model object 'Composite Part'.interfaceMInputPartDeprecated.Use Part instead.interfaceMPartA representation of the model object 'Part'.interfaceMPartSashContainerA representation of the model object 'Part Sash Container'.interfaceMPartStackA representation of the model object 'Part Stack'. -
Uses of MPartSashContainerElement in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MPartSashContainerElement Modifier and Type Method Description voidEModelService. detach(MPartSashContainerElement mPartSashContainerElement, int x, int y, int width, int height)Created a separate (detached) window containing the given element.voidEModelService. 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.
-