| Enum Constant and Description |
|---|
Move
Move.
|
None
No action.
|
ResizeColumns
Resize columns.
|
ResizeRows
Resize rows.
|
Select
Select.
|
SelectColumn
SelectColumn
|
SelectRow
SelectRow
|
SizeBottom
Bottom side.
|
SizeLeft
Left side.
|
SizeLeftBottom
Left bottom side.
|
SizeLeftTop
Left top side.
|
SizeRight
Right side.
|
SizeRightBottom
Right bottom side.
|
SizeRightTop
Right top side.
|
SizeTop
Top side.
|
| Modifier and Type | Method and Description |
|---|---|
static StiAction |
forValue(int value) |
int |
getValue() |
static StiAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiAction None
public static final StiAction Move
public static final StiAction Select
public static final StiAction SizeLeft
public static final StiAction SizeRight
public static final StiAction SizeTop
public static final StiAction SizeBottom
public static final StiAction SizeLeftTop
public static final StiAction SizeLeftBottom
public static final StiAction SizeRightTop
public static final StiAction SizeRightBottom
public static final StiAction ResizeColumns
public static final StiAction ResizeRows
public static final StiAction SelectColumn
public static final StiAction SelectRow
public static StiAction[] values()
for (StiAction c : StiAction.values()) System.out.println(c);
public static StiAction 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 nullpublic int getValue()
public static StiAction forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.