Uses of Class
org.autogui.swing.GuiSwingKeyBinding
Packages that use GuiSwingKeyBinding
-
Uses of GuiSwingKeyBinding in org.autogui.swing
Fields in org.autogui.swing declared as GuiSwingKeyBindingModifier and TypeFieldDescriptionprotected GuiSwingKeyBinding
GuiSwingRootPane.GuiSwingRootPaneCreator.keyBinding
protected GuiSwingKeyBinding
GuiSwingRootPane.keyBinding
Fields in org.autogui.swing with type parameters of type GuiSwingKeyBindingModifier and TypeFieldDescriptionprotected List
<BiConsumer<GuiSwingKeyBinding, Component>> GuiSwingKeyBinding.traverseFunctions
Methods in org.autogui.swing that return GuiSwingKeyBindingModifier and TypeMethodDescriptionGuiSwingKeyBinding.addDefaultExcluded()
GuiSwingKeyBinding.addDefaultExcludedKey
(int k, int mod) GuiSwingKeyBinding.addKeyBindingForComponentTree
(Component c) GuiSwingKeyBinding.addTraverseFunction
(BiConsumer<GuiSwingKeyBinding, Component> f) GuiSwingKeyBinding.addTraverseFunctionDefault()
static GuiSwingKeyBinding
GuiSwingKeyBinding.createWithDefaultExcluded()
static GuiSwingKeyBinding
GuiSwingKeyBinding.createWithoutAutomaticBindings()
GuiSwingRootPane.getKeyBinding()
GuiSwingRootPane.GuiSwingRootPaneCreator.getKeyBinding()
GuiSwingKeyBinding.putForComponentInputMap
(JComponent c) GuiSwingKeyBinding.putForComponentInputMap
(JComponent c, int depth) GuiSwingKeyBinding.putForValuePane
(GuiSwingView.ValuePane<?> pane, int depth) <CompType extends JComponent>
GuiSwingKeyBindingGuiSwingKeyBinding.putHighPrecedence
(CompType c, KeyStroke keyStroke, Consumer<CompType> f) GuiSwingKeyBinding.putHighPrecedenceAction
(JComponent c, KeyStroke keyStroke, Action action) GuiSwingKeyBinding.putHighPrecedencePaneFocus
(JComponent c, KeyStroke keyStroke) GuiSwingKeyBinding.putKeyStroke
(GuiSwingKeyBinding.KeyStrokeAction item) <T extends Component>
GuiSwingKeyBindingGuiSwingKeyBinding.putTraverse
(Class<T> type, Predicate<T> predicate, BiConsumer<GuiSwingKeyBinding, T> put) append a traversal function for setting key-strokes for a specified component by a given function.<CompType extends JComponent>
GuiSwingKeyBindingGuiSwingKeyBinding.putTraverseHighPrecedence
(Class<CompType> type, Predicate<CompType> predicate, KeyStroke keyStroke, Consumer<CompType> f) append a traversal function for setting a function with a key-stroke for a specific component.<CompType extends JComponent>
GuiSwingKeyBindingGuiSwingKeyBinding.putTraverseHighPrecedenceAction
(Class<CompType> type, Predicate<CompType> predicate, KeyStroke keyStroke, Action action) append a traversal function for setting an action with a key-stroke for a specific component.<CompType extends JComponent>
GuiSwingKeyBindingGuiSwingKeyBinding.putTraverseHighPrecedencePaneFocus
(Class<CompType> type, Predicate<CompType> predicate, KeyStroke keyStroke) append a traversal function for setting focus action with a key-stroke for a specific component.GuiSwingKeyBinding.traverseKeyBinding
(Component c, int depth) Methods in org.autogui.swing with parameters of type GuiSwingKeyBindingModifier and TypeMethodDescriptionGuiSwingRootPane.GuiSwingRootPaneCreator.withKeyBinding
(GuiSwingKeyBinding keyBinding) GuiSwingWindow.GuiSwingWindowCreator.withKeyBinding
(GuiSwingKeyBinding keyBinding) Method parameters in org.autogui.swing with type arguments of type GuiSwingKeyBindingModifier and TypeMethodDescriptionGuiSwingKeyBinding.addTraverseFunction
(BiConsumer<GuiSwingKeyBinding, Component> f) <T extends Component>
GuiSwingKeyBindingGuiSwingKeyBinding.putTraverse
(Class<T> type, Predicate<T> predicate, BiConsumer<GuiSwingKeyBinding, T> put) append a traversal function for setting key-strokes for a specified component by a given function.Constructors in org.autogui.swing with parameters of type GuiSwingKeyBindingModifierConstructorDescriptionGuiSwingRootPane
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow) GuiSwingRootPane
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow, GuiSwingPrefsApplyOptions prefsApplyOptions) GuiSwingWindow
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow)