GLG Toolkit, Java Class Library  Version 4.6
GlgCustomSetupType

Indicates when the custom setup handler is invoked. More...

Detailed Description

Indicates when the custom setup handler is invoked.

Constants

static final int AFTER_HI_SETUP = 2
 After an object's hierarchy setup. More...
 
static final int AFTER_RESET_SETUP = 5
 After an object's reset. More...
 
static final int BEFORE_HI_SETUP = 1
 Before an object's hierarchy setup. More...
 
static final int BEFORE_RESET_SETUP = 4
 Before an object's reset. More...
 
static final int FINISHED_SETUP = 3
 After finishing object setup: all transformed values are valid. More...
 

Variable Documentation

◆ AFTER_HI_SETUP

final int AFTER_HI_SETUP = 2
static

After an object's hierarchy setup.

◆ AFTER_RESET_SETUP

final int AFTER_RESET_SETUP = 5
static

After an object's reset.

◆ BEFORE_HI_SETUP

final int BEFORE_HI_SETUP = 1
static

Before an object's hierarchy setup.

◆ BEFORE_RESET_SETUP

final int BEFORE_RESET_SETUP = 4
static

Before an object's reset.

◆ FINISHED_SETUP

final int FINISHED_SETUP = 3
static

After finishing object setup: all transformed values are valid.