JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface ActionInitiator

All Known Implementing Classes:
KeyActionInitiator, MouseActionInitiator

public interface ActionInitiator

ActionInitiators are used by TableAction to associate a key stroke or mouse press or other type of event to a specific action on table.


Field Summary
static int ANY_MODIFIER_MASK
          Any modifier is valid
static int NO_MODIFIER_MASK
          Action is 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 is invoked without a modifier

See Also:
Constant Field Values

ANY_MODIFIER_MASK

public static final int ANY_MODIFIER_MASK
Any modifier is valid

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.