Uses of Interface
net.anwiba.commons.swing.frame.IKeyActionConfiguration
-
Packages that use IKeyActionConfiguration Package Description net.anwiba.commons.swing.frame net.anwiba.commons.swing.frame.view -
-
Uses of IKeyActionConfiguration in net.anwiba.commons.swing.frame
Classes in net.anwiba.commons.swing.frame that implement IKeyActionConfiguration Modifier and Type Class Description classKeyActionConfigurationMethods in net.anwiba.commons.swing.frame that return types with arguments of type IKeyActionConfiguration Modifier and Type Method Description java.lang.Iterable<IKeyActionConfiguration>KeyActionManager. configurations()Methods in net.anwiba.commons.swing.frame with parameters of type IKeyActionConfiguration Modifier and Type Method Description voidIKeyActionRegistry. 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 IKeyActionConfiguration Modifier and Type Method Description IKeyActionConfiguration[]IView. getKeyActionConfigurations()IKeyActionConfiguration[]ViewAdapter. getKeyActionConfigurations()Constructors in net.anwiba.commons.swing.frame.view with parameters of type IKeyActionConfiguration Constructor Description ViewAdapter(javax.swing.JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations)
-