Class 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 to UIDefaults.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bindingsArray

        private final java.lang.Object[][] bindingsArray
    • Constructor Detail

      • LazyInputMapEx

        LazyInputMapEx​(java.lang.Object[]... bindingsArray)
    • Method Detail

      • createValue

        public java.lang.Object createValue​(javax.swing.UIDefaults table)
        Specified by:
        createValue in interface javax.swing.UIDefaults.LazyValue