public static enum Dock.PropertyKeys extends Enum<Dock.PropertyKeys>
Enum Constant and Description |
---|
halign |
itemWidth |
maxWidth |
model |
position |
proximity |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Dock.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dock.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dock.PropertyKeys widgetVar
public static final Dock.PropertyKeys model
public static final Dock.PropertyKeys position
public static final Dock.PropertyKeys itemWidth
public static final Dock.PropertyKeys maxWidth
public static final Dock.PropertyKeys proximity
public static final Dock.PropertyKeys halign
public static Dock.PropertyKeys[] values()
for (Dock.PropertyKeys c : Dock.PropertyKeys.values()) System.out.println(c);
public static Dock.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Dock.PropertyKeys>
Copyright © 2018. All rights reserved.