Package | Description |
---|---|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Method and Description |
---|---|
static EPartService.PartState |
EPartService.PartState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPartService.PartState[] |
EPartService.PartState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MPart |
EPartService.showPart(MPart part,
EPartService.PartState partState)
Shows the given part.
|
MPart |
EPartService.showPart(String id,
EPartService.PartState partState)
Shows a part with the identified by the given id.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.