edu.uci.ics.jung.visualization.event
Interface Event


public interface Event

An Event interface that defined constant settings for all events

Author:
Jason A Wrang

Field Summary
static int ALT_MASK
           
static int BUTTON1_DOWN_MASK
          Set if button 1 pressed during the event
static int BUTTON1_MASK
          Set if button 1 is involved in the event, press, release, click
static int BUTTON2_DOWN_MASK
          Set if button 2 pressed during the event
static int BUTTON2_MASK
          Set if button 2 is involved in the event, press, release, click
static int BUTTON3_DOWN_MASK
          Set if button 3 pressed during the event
static int BUTTON3_MASK
          Set if button 3 is involved in the event, press, release, click
static int CTRL_MASK
           
static int META_MASK
           
static int SHIFT_MASK
           
static int WHEEL_BLOCK_SCROLL
           
static int WHEEL_UNIT_SCROLL
           
 

Field Detail

SHIFT_MASK

static final int SHIFT_MASK
See Also:
Constant Field Values

CTRL_MASK

static final int CTRL_MASK
See Also:
Constant Field Values

ALT_MASK

static final int ALT_MASK
See Also:
Constant Field Values

META_MASK

static final int META_MASK
See Also:
Constant Field Values

BUTTON1_MASK

static final int BUTTON1_MASK
Set if button 1 is involved in the event, press, release, click

See Also:
Constant Field Values

BUTTON2_MASK

static final int BUTTON2_MASK
Set if button 2 is involved in the event, press, release, click

See Also:
Constant Field Values

BUTTON3_MASK

static final int BUTTON3_MASK
Set if button 3 is involved in the event, press, release, click

See Also:
Constant Field Values

BUTTON1_DOWN_MASK

static final int BUTTON1_DOWN_MASK
Set if button 1 pressed during the event

See Also:
Constant Field Values

BUTTON2_DOWN_MASK

static final int BUTTON2_DOWN_MASK
Set if button 2 pressed during the event

See Also:
Constant Field Values

BUTTON3_DOWN_MASK

static final int BUTTON3_DOWN_MASK
Set if button 3 pressed during the event

See Also:
Constant Field Values

WHEEL_UNIT_SCROLL

static final int WHEEL_UNIT_SCROLL
See Also:
Constant Field Values

WHEEL_BLOCK_SCROLL

static final int WHEEL_BLOCK_SCROLL
See Also:
Constant Field Values


Copyright © 2007. All Rights Reserved.