Uses of Enum Class
org.eclipse.e4.ui.workbench.modeling.EPartService.PartState
Package
Description
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of EPartService.PartState in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionstatic EPartService.PartState
Returns the enum constant of this class with the specified name.static EPartService.PartState[]
EPartService.PartState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEPartService.showPart
(String id, EPartService.PartState partState) Shows a part with the identified by the given id.EPartService.showPart
(MPart part, EPartService.PartState partState) Shows the given part.