GLG Toolkit, Java Class Library  Version 4.5
GlgAccessType

Container access type. More...

Detailed Description

Container access type.

Constants

static final int BOTTOM = 1
 Start from the bottom. More...
 
static final int CURRENT = 3
 Start from the current position. More...
 
static final int TOP = 2
 Start from the top. More...
 

Variable Documentation

◆ BOTTOM

final int BOTTOM = 1
static

Start from the bottom.

◆ CURRENT

final int CURRENT = 3
static

Start from the current position.

◆ TOP

final int TOP = 2
static

Start from the top.