|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.swing.gauge.JCNeedle.InteractionType
Needle interaction types. These control how the needle will respond to clicks and drags.
Field Summary | |
static JCNeedle.InteractionType |
CLICK
The needle snaps to a mouse click. |
static JCNeedle.InteractionType |
CLICK_DRAG
The needle responds to both mouse click and mouse drag actions. |
static JCNeedle.InteractionType |
DRAG
The needle follows a mouse drag action. |
static JCNeedle.InteractionType |
NONE
Neither clicking nor dragging affects the needle. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final JCNeedle.InteractionType NONE
public static final JCNeedle.InteractionType DRAG
public static final JCNeedle.InteractionType CLICK
public static final JCNeedle.InteractionType CLICK_DRAG
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |