JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface ActionInitiator

All Known Implementing Classes:
KeyActionInitiator, MouseActionInitiator

public interface ActionInitiator

ActionInitiators are used by HiGridAction to associate a keystroke, mouse press or other type of event to a specific action on a JClass HiGrid.


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.
 
Method Summary
 boolean isMatch(AWTEvent e)
          Returns true if the given event matches the ActionInitiator settings.
 

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
Method Detail

isMatch

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


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