public enum EllipsisMode extends java.lang.Enum<EllipsisMode>
| Enum Constant and Description |
|---|
CENTER
Ellipses will be added at the center of the text
|
DEFAULT
The default mode will be used depending on the used spi implementation
|
DISABLED
No ellipses will be used if text is to long
|
LEFT
Ellipses will be added at the left side
|
RIGHT
Ellipses will be added at the right side
|
| Modifier and Type | Method and Description |
|---|---|
static EllipsisMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EllipsisMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EllipsisMode DEFAULT
public static final EllipsisMode DISABLED
public static final EllipsisMode LEFT
public static final EllipsisMode RIGHT
public static final EllipsisMode CENTER
public static EllipsisMode[] values()
for (EllipsisMode c : EllipsisMode.values()) System.out.println(c);
public static EllipsisMode 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 nullSiehe auch Jowidgets Nutzerhandbuch