public class Anchor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Anchor |
AFTER
Anchor type that specifies the action to be placed after the relative
action.
|
static Anchor |
BEFORE
Anchor type that specifies the action to be placed before the relative
action.
|
static Anchor |
FIRST
Anchor type that specifies the action to be the first in the list at the
moment of addition.
|
static Anchor |
LAST
Anchor type that specifies the action to be the last in the list at the
moment of addition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Anchor FIRST
public static final Anchor LAST
public static final Anchor BEFORE
public static final Anchor AFTER