public static enum JXHeader.IconPosition extends Enum<JXHeader.IconPosition>
| Enum Constant and Description |
|---|
LEFT
Positions icon left from the text.
|
RIGHT
Positions icon right from the text.
|
| Modifier and Type | Method and Description |
|---|---|
static JXHeader.IconPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JXHeader.IconPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JXHeader.IconPosition LEFT
public static final JXHeader.IconPosition RIGHT
public static JXHeader.IconPosition[] values()
for (JXHeader.IconPosition c : JXHeader.IconPosition.values()) System.out.println(c);
public static JXHeader.IconPosition 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 © 2017. All Rights Reserved.