public static enum ToolWindowMoveAction.Anchor extends java.lang.Enum<ToolWindowMoveAction.Anchor>
Enum Constant and Description |
---|
BottomLeft |
BottomRight |
LeftBottom |
LeftTop |
RightBottom |
RightTop |
TopLeft |
TopRight |
Modifier and Type | Method and Description |
---|---|
static ToolWindowMoveAction.Anchor |
fromWindowInfo(WindowInfo info) |
java.lang.String |
toString() |
static ToolWindowMoveAction.Anchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToolWindowMoveAction.Anchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolWindowMoveAction.Anchor LeftTop
public static final ToolWindowMoveAction.Anchor LeftBottom
public static final ToolWindowMoveAction.Anchor BottomLeft
public static final ToolWindowMoveAction.Anchor BottomRight
public static final ToolWindowMoveAction.Anchor RightBottom
public static final ToolWindowMoveAction.Anchor RightTop
public static final ToolWindowMoveAction.Anchor TopRight
public static final ToolWindowMoveAction.Anchor TopLeft
public static ToolWindowMoveAction.Anchor[] values()
for (ToolWindowMoveAction.Anchor c : ToolWindowMoveAction.Anchor.values()) System.out.println(c);
public static ToolWindowMoveAction.Anchor valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ToolWindowMoveAction.Anchor>
public static ToolWindowMoveAction.Anchor fromWindowInfo(WindowInfo info)