JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing.gauge
Class JCAbstractNeedle.InteractionType

java.lang.Object
  |
  +--com.klg.jclass.swing.gauge.JCAbstractNeedle.InteractionType
All Implemented Interfaces:
Serializable
Enclosing class:
JCAbstractNeedle

public static class JCAbstractNeedle.InteractionType
extends Object
implements Serializable

Needle interaction types. These control how the needle will respond to clicks and drags.

See Also:
Serialized Form

Field Summary
static JCAbstractNeedle.InteractionType CLICK
          The needle snaps to a mouse click.
static JCAbstractNeedle.InteractionType CLICK_DRAG
          The needle responds to both mouse click and mouse drag actions.
static JCAbstractNeedle.InteractionType DRAG
          The needle follows a mouse drag action.
static JCAbstractNeedle.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

NONE

public static final JCAbstractNeedle.InteractionType NONE
Neither clicking nor dragging affects the needle.


DRAG

public static final JCAbstractNeedle.InteractionType DRAG
The needle follows a mouse drag action.


CLICK

public static final JCAbstractNeedle.InteractionType CLICK
The needle snaps to a mouse click.


CLICK_DRAG

public static final JCAbstractNeedle.InteractionType CLICK_DRAG
The needle responds to both mouse click and mouse drag actions.


Copyright © 2004 Quest Software Inc..
All rights reserved.