public final class CursorClicked extends Enum
Title: CursorClicked class
Description: Describes the possible return values of the CursorTool.clicked method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
CursorTool.clicked(int, int)
,
Serialized FormModifier and Type | Field and Description |
---|---|
static CursorClicked |
BOTH
The Cursor on the horizontal and vertical line of the cursortool.
|
static CursorClicked |
HORIZONTAL
The Cursor is on the horizontal line of the cursortool.
|
static CursorClicked |
NONE
The Cursor is not on a cursortool.
|
static CursorClicked |
VERTICAL
The Cursor is on the vertical line of the cursortool.
|
getValue, readResolve
public static final CursorClicked NONE
public static final CursorClicked HORIZONTAL
public static final CursorClicked VERTICAL
public static final CursorClicked BOTH