java.lang.Object
org.autogui.swing.util.PopupExtension.PredicateKeyMatcher
- Enclosing class:
PopupExtension
public static class PopupExtension.PredicateKeyMatcher
extends Object
implements Predicate<KeyEvent>
keyCode and modifierEx: ALT_DOWN_MASK, ...
-
Field Details
-
keyCode
protected int keyCode -
modifiersEx
protected int modifiersEx
-
-
Constructor Details
-
PredicateKeyMatcher
public PredicateKeyMatcher(int keyCode, int modifiersEx)
-
-
Method Details