JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class ActionInitiator

java.lang.Object
  |
  +--com.klg.jclass.chart3d.ActionInitiator
Direct Known Subclasses:
KeyActionInitiator, MouseActionInitiator

public abstract class ActionInitiator
extends Object

ActionInitiators are used by JCActionTable to associate a keystroke, mouse press or other type of event to a specific action on a JClass Chart 3D.


Field Summary
static int ANY_MODIFIER_MASK
          Action may be invoked with any modifier.
static int NO_MODIFIER_MASK
          Action must be invoked without a modifier.
 
Constructor Summary
ActionInitiator()
           
 
Method Summary
abstract  boolean isMatch(AWTEvent e)
          Returns true if the given event matches the ActionInitiator settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MODIFIER_MASK

public static final int NO_MODIFIER_MASK
Action must be invoked without a modifier.

See Also:
Constant Field Values

ANY_MODIFIER_MASK

public static final int ANY_MODIFIER_MASK
Action may be invoked with any modifier.

See Also:
Constant Field Values
Constructor Detail

ActionInitiator

public ActionInitiator()
Method Detail

isMatch

public abstract boolean isMatch(AWTEvent e)
Returns true if the given event matches the ActionInitiator settings.


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