GLG Toolkit, Java Class Library  Version 4.5
GlgProcessDoubleClickType

Choices of the Action object's ProcessArmed attribute that controls processing of the double-click. More...

Detailed Description

Choices of the Action object's ProcessArmed attribute that controls processing of the double-click.

Constants

static final int DOUBLE_CLICK_NONE = 0
 Handle double click as a single click. More...
 
static final int DOUBLE_CLICK_ONLY = 1
 Activates the action only for double clicks. More...
 
static final int SINGLE_AND_DOUBLE_CLICK = 3
 Activates the action for either single or double click, but indicates the type of the click when possible. More...
 
static final int SINGLE_CLICK_ONLY = 2
 Activates the action only for single clicks, including the first click of a double-click sequence. More...
 

Variable Documentation

◆ DOUBLE_CLICK_NONE

final int DOUBLE_CLICK_NONE = 0
static

Handle double click as a single click.

◆ DOUBLE_CLICK_ONLY

final int DOUBLE_CLICK_ONLY = 1
static

Activates the action only for double clicks.

◆ SINGLE_AND_DOUBLE_CLICK

final int SINGLE_AND_DOUBLE_CLICK = 3
static

Activates the action for either single or double click, but indicates the type of the click when possible.

◆ SINGLE_CLICK_ONLY

final int SINGLE_CLICK_ONLY = 2
static

Activates the action only for single clicks, including the first click of a double-click sequence.