GLG Toolkit, Java Class Library  Version 4.5
GlgContainerType

Specifies a type of objects to be held in a container object. More...

Detailed Description

Specifies a type of objects to be held in a container object.

Constants

static final int DBL_VALUE = 3
 GlgDouble elements. More...
 
static final int GLG_NON_DRAWABLE_OBJECT = 6
 Non-drawable container with GLG_OBJECT elements, is used for creating custom property groups. More...
 
static final int GLG_OBJECT = 1
 Drawable container with GlgObject elements. More...
 
static final int INT_VALUE = 3
 GlgInteger elements. More...
 
static final int NATIVE_OBJECT = 10
 Native object elements. More...
 
static final int STRING = 2
 String elements. More...
 

Variable Documentation

◆ DBL_VALUE

final int DBL_VALUE = 3
static

GlgDouble elements.

◆ GLG_NON_DRAWABLE_OBJECT

final int GLG_NON_DRAWABLE_OBJECT = 6
static

Non-drawable container with GLG_OBJECT elements, is used for creating custom property groups.

◆ GLG_OBJECT

final int GLG_OBJECT = 1
static

Drawable container with GlgObject elements.

◆ INT_VALUE

final int INT_VALUE = 3
static

GlgInteger elements.

◆ NATIVE_OBJECT

final int NATIVE_OBJECT = 10
static

Native object elements.

◆ STRING

final int STRING = 2
static

String elements.