Uses of Interface
net.anwiba.commons.swing.frame.IKeyActionConfiguration
Packages that use IKeyActionConfiguration
-
Uses of IKeyActionConfiguration in net.anwiba.commons.swing.frame
Classes in net.anwiba.commons.swing.frame that implement IKeyActionConfigurationMethods in net.anwiba.commons.swing.frame that return types with arguments of type IKeyActionConfigurationMethods in net.anwiba.commons.swing.frame with parameters of type IKeyActionConfigurationModifier and TypeMethodDescriptionvoidIKeyActionRegistry.add(IKeyActionConfiguration... configurations) voidKeyActionManager.add(IKeyActionConfiguration... configurations) -
Uses of IKeyActionConfiguration in net.anwiba.commons.swing.frame.view
Methods in net.anwiba.commons.swing.frame.view that return IKeyActionConfigurationModifier and TypeMethodDescriptionIView.getKeyActionConfigurations()ViewAdapter.getKeyActionConfigurations()Constructors in net.anwiba.commons.swing.frame.view with parameters of type IKeyActionConfigurationModifierConstructorDescriptionViewAdapter(JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations)