GLG Toolkit, Java Class Library  Version 4.5
GlgPositionType

Container position type for the IsAt method. More...

Detailed Description

Container position type for the IsAt method.

Constants

static final int END = 4
 After the last container element. More...
 
static final int FIRST = 1
 At the first container element. More...
 
static final int LAST = 2
 At the last container element. More...
 
static final int START = 3
 Before the first container element. More...
 

Variable Documentation

◆ END

final int END = 4
static

After the last container element.

◆ FIRST

final int FIRST = 1
static

At the first container element.

◆ LAST

final int LAST = 2
static

At the last container element.

◆ START

final int START = 3
static

Before the first container element.