Package docking
Interface KeyStrokeConsumer
-
- All Known Implementing Classes:
AutoLookupKeyStrokeConsumer
,FVTable
,GhidraTable
,GTable
public interface KeyStrokeConsumer
KeyActionConsumer identifies a Component which may want to limit the use of actions associated with a KeyStroke when that Component has focus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isKeyConsumed(javax.swing.KeyStroke keyStroke)
Returns true when the specified key stroke will be consumed and should not invoke an action.
-