@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.399Z") @Stability(value=Experimental) public enum GitpodOpenMode extends Enum<GitpodOpenMode>
| Enum Constant and Description |
|---|
SPLIT_BOTTOM
(experimental) Splits and adds the terminal to the bottom.
|
SPLIT_LEFT
(experimental) Splits and adds the terminal to the left.
|
SPLIT_RIGHT
(experimental) Splits and adds the terminal to the right.
|
SPLIT_TOP
(experimental) Splits and adds the terminal to the top.
|
TAB_AFTER
(experimental) Opens in the same tab group right after the previous tab.
|
TAB_BEFORE
(experimental) Opens in the same tab group left before the previous tab.
|
| Modifier and Type | Method and Description |
|---|---|
static GitpodOpenMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitpodOpenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final GitpodOpenMode TAB_AFTER
@Stability(value=Experimental) public static final GitpodOpenMode TAB_BEFORE
@Stability(value=Experimental) public static final GitpodOpenMode SPLIT_RIGHT
@Stability(value=Experimental) public static final GitpodOpenMode SPLIT_LEFT
@Stability(value=Experimental) public static final GitpodOpenMode SPLIT_TOP
@Stability(value=Experimental) public static final GitpodOpenMode SPLIT_BOTTOM
public static GitpodOpenMode[] values()
for (GitpodOpenMode c : GitpodOpenMode.values()) System.out.println(c);
public static GitpodOpenMode 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 nullCopyright © 2021. All rights reserved.