public static enum EPartService.PartState extends Enum<EPartService.PartState>
EPartService.showPart(String, PartState)
.Enum Constant and Description |
---|
ACTIVATE
Part state that indicates the part should be made visible and activated.
|
CREATE
Part state that indicates the part should be created but not necessarily made visible.
|
VISIBLE
Part state that indicates the part should be made visible though it may not necessarily
be granted focus.
|
Modifier and Type | Method and Description |
---|---|
static EPartService.PartState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPartService.PartState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPartService.PartState ACTIVATE
public static final EPartService.PartState VISIBLE
ACTIVATE
.public static final EPartService.PartState CREATE
public static EPartService.PartState[] values()
for (EPartService.PartState c : EPartService.PartState.values()) System.out.println(c);
public static EPartService.PartState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.