|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.tools.CursorClicked
public final class CursorClicked
Title: CursorClicked class
Description: Describes the possible return values of the CursorTool.clicked method.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
CursorTool.clicked(int, int)
,
Serialized FormField Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CursorClicked NONE
public static final CursorClicked HORIZONTAL
public static final CursorClicked VERTICAL
public static final CursorClicked BOTH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |