public static enum GraphicsBase.RowEditingMode extends Enum<GraphicsBase.RowEditingMode>
GraphicsBase.setRowEditingMode(RowEditingMode)
Enum Constant and Description |
---|
MULTIPLE_ROWS |
NONE |
SINGLE_ROW |
Modifier and Type | Method and Description |
---|---|
static GraphicsBase.RowEditingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.RowEditingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicsBase.RowEditingMode NONE
public static final GraphicsBase.RowEditingMode SINGLE_ROW
public static final GraphicsBase.RowEditingMode MULTIPLE_ROWS
public static GraphicsBase.RowEditingMode[] values()
for (GraphicsBase.RowEditingMode c : GraphicsBase.RowEditingMode.values()) System.out.println(c);
public static GraphicsBase.RowEditingMode 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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.