Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MPart
-
Packages that use MPart Package Description 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 MPart in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MPart in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interfaceMCompositePartA representation of the model object 'Composite Part'.Methods in org.eclipse.e4.ui.model.application.ui.basic that return MPart Modifier and Type Method Description MPartMBasicFactory. createPart()Returns a new object of class 'Part'. -
Uses of MPart in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MPart Modifier and Type Method Description MPartEModelService. createPart(MPartDescriptor descriptor)Creates a new part from the given descriptor.MPartEPartService. createPart(String partDescriptorId)Creates a new part of the given id.MPartEPartService. findPart(String id)Finds and returns a part with the given id.MPartEPartService. getActivePart()Returns the active part.MPartEPartService. showPart(String id, EPartService.PartState partState)Shows a part with the identified by the given id.MPartEPartService. showPart(MPart part, EPartService.PartState partState)Shows the given part.Methods in org.eclipse.e4.ui.workbench.modeling that return types with arguments of type MPart Modifier and Type Method Description Collection<MPart>EPartService. getDirtyParts()Returns a collection of all the dirty parts that are being managed by this service.Collection<MPart>EPartService. getParts()Returns a collection of all the parts that are being managed by this part service.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MPart Modifier and Type Method Description voidEPartService. activate(MPart part)Activates the given part.voidEPartService. activate(MPart part, boolean requiresFocus)Activates the given part.voidEPartService. bringToTop(MPart part)Brings this part to the top so that it will become visible to the end user.voidEPartService. hidePart(MPart part)Hides the given part.voidEPartService. hidePart(MPart part, boolean force)Hides the given part.booleanEPartService. isPartVisible(MPart part)Returns whether the specified part is currently visible to the end user.voidIPartListener. partActivated(MPart part)voidIPartListener. partBroughtToTop(MPart part)voidIPartListener. partDeactivated(MPart part)voidIPartListener. partHidden(MPart part)voidIPartListener. partVisible(MPart part)ISaveHandler.SaveISaveHandler. promptToSave(MPart dirtyPart)booleanISaveHandler. save(MPart dirtyPart, boolean confirm)booleanEPartService. savePart(MPart part, boolean confirm)Saves the contents of the part if it is dirty and returns whether the operation completed.voidISelectionListener. selectionChanged(MPart part, Object selection)MPartEPartService. showPart(MPart part, EPartService.PartState partState)Shows the given part.Method parameters in org.eclipse.e4.ui.workbench.modeling with type arguments of type MPart Modifier and Type Method Description ISaveHandler.Save[]ISaveHandler. promptToSave(Collection<MPart> dirtyParts)booleanISaveHandler. saveParts(Collection<MPart> dirtyParts, boolean confirm)
-