Package net.anwiba.commons.swing.frame
Class KeyActionManager
- java.lang.Object
-
- net.anwiba.commons.swing.frame.KeyActionManager
-
- All Implemented Interfaces:
IKeyActionRegistry
public class KeyActionManager extends java.lang.Object implements IKeyActionRegistry
-
-
Constructor Summary
Constructors Constructor Description KeyActionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(IKeyActionConfiguration... configurations)java.lang.Iterable<IKeyActionConfiguration>configurations()
-
-
-
Method Detail
-
add
public void add(IKeyActionConfiguration... configurations)
- Specified by:
addin interfaceIKeyActionRegistry
-
configurations
public java.lang.Iterable<IKeyActionConfiguration> configurations()
-
-