Uses of Class
org.autogui.swing.GuiSwingKeyBinding.KeyPrecedenceSet
Packages that use GuiSwingKeyBinding.KeyPrecedenceSet
-
Uses of GuiSwingKeyBinding.KeyPrecedenceSet in org.autogui.swing
Fields in org.autogui.swing declared as GuiSwingKeyBinding.KeyPrecedenceSetModifier and TypeFieldDescriptionGuiSwingKeyBinding.KeyStrokeAction.precedence
GuiSwingKeyBinding.PRECEDENCE_SET_INPUT_MAP
Fields in org.autogui.swing with type parameters of type GuiSwingKeyBinding.KeyPrecedenceSetModifier and TypeFieldDescriptionprotected Map
<KeyStroke, Map<GuiSwingKeyBinding.KeyPrecedenceSet, List<GuiSwingKeyBinding.KeyStrokeAction>>> GuiSwingKeyBinding.keyToPrecToActions
Methods in org.autogui.swing that return GuiSwingKeyBinding.KeyPrecedenceSetModifier and TypeMethodDescriptionGuiSwingKeyBinding.KeyStrokeActionForValuePane.getPrecedence()
GuiSwingActionDefault.ExecutionAction.getRecommendedKeyPrecedence()
GuiSwingKeyBinding.RecommendedKeyStroke.getRecommendedKeyPrecedence()
Methods in org.autogui.swing with parameters of type GuiSwingKeyBinding.KeyPrecedenceSetModifier and TypeMethodDescriptionint
GuiSwingKeyBinding.KeyPrecedenceSet.compareTo
(GuiSwingKeyBinding.KeyPrecedenceSet o) Method parameters in org.autogui.swing with type arguments of type GuiSwingKeyBinding.KeyPrecedenceSetModifier and TypeMethodDescriptionboolean
GuiSwingKeyBinding.bind
(KeyStroke key, Map<GuiSwingKeyBinding.KeyPrecedenceSet, List<GuiSwingKeyBinding.KeyStrokeAction>> precToActions) Constructors in org.autogui.swing with parameters of type GuiSwingKeyBinding.KeyPrecedenceSetModifierConstructorDescriptionKeyPrecedenceSet
(GuiSwingKeyBinding.KeyPrecedenceSet set, GuiSwingKeyBinding.KeyPrecedence... additional) KeyStrokeActionForAction
(JComponent component, GuiSwingKeyBinding.KeyPrecedenceSet precedence, KeyStroke stroke, Action action) KeyStrokeActionForComponent
(JComponent component, GuiSwingKeyBinding.KeyPrecedenceSet precedence, KeyStroke stroke) KeyStrokeActionForFunction
(CompType component, GuiSwingKeyBinding.KeyPrecedenceSet precedence, KeyStroke stroke, Consumer<CompType> action) KeyStrokeActionForInputMap
(JComponent component, GuiSwingKeyBinding.KeyPrecedenceSet precedence, KeyStroke stroke) KeyStrokeActionForValuePane
(GuiSwingView.ValuePane<?> pane, PopupCategorized.CategorizedMenuItem item, Action action, GuiSwingKeyBinding.KeyPrecedenceSet precedence, KeyStroke originalStroke)