public static enum JIPipeDesktopDockPanel.PanelLocation extends Enum<JIPipeDesktopDockPanel.PanelLocation>
Enum Constant and Description |
---|
BottomLeft |
BottomRight |
TopLeft |
TopRight |
Modifier and Type | Method and Description |
---|---|
static JIPipeDesktopDockPanel.PanelLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDesktopDockPanel.PanelLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeDesktopDockPanel.PanelLocation TopLeft
public static final JIPipeDesktopDockPanel.PanelLocation BottomLeft
public static final JIPipeDesktopDockPanel.PanelLocation TopRight
public static final JIPipeDesktopDockPanel.PanelLocation BottomRight
public static JIPipeDesktopDockPanel.PanelLocation[] values()
for (JIPipeDesktopDockPanel.PanelLocation c : JIPipeDesktopDockPanel.PanelLocation.values()) System.out.println(c);
public static JIPipeDesktopDockPanel.PanelLocation 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 © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.