Package com.formdev.flatlaf
Class FlatInputMaps.LazyInputMapEx
- java.lang.Object
-
- com.formdev.flatlaf.FlatInputMaps.LazyInputMapEx
-
- All Implemented Interfaces:
javax.swing.UIDefaults.LazyValue
- Enclosing class:
- FlatInputMaps
private static class FlatInputMaps.LazyInputMapEx extends java.lang.Object implements javax.swing.UIDefaults.LazyValue
Lazily creates an input map. Similar toUIDefaults.LazyInputMap
, but can use multiple bindings arrays.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object[][]
bindingsArray
-
Constructor Summary
Constructors Constructor Description LazyInputMapEx(java.lang.Object[]... bindingsArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createValue(javax.swing.UIDefaults table)
-