GLG Toolkit, Java Class Library
Version 4.5
|
Container position modifier. More...
Container position modifier.
Specifies how to adjust the current position for the next operation after performing the current one.
Constants | |
static final int | AFTER = 2 |
Adjust the current position to the next element. More... | |
static final int | BEFORE = 1 |
Adjust the current position to the previous element. More... | |
|
static |
Adjust the current position to the next element.
|
static |
Adjust the current position to the previous element.