Class AutoCompletePopupWindow.KeyActionPair

  • Enclosing class:
    AutoCompletePopupWindow

    private static class AutoCompletePopupWindow.KeyActionPair
    extends java.lang.Object
    A mapping from a key (an Object) to an Action.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.Action action  
      private java.lang.Object key  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyActionPair()  
      KeyActionPair​(java.lang.Object key, javax.swing.Action a)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        private java.lang.Object key
      • action

        private javax.swing.Action action
    • Constructor Detail

      • KeyActionPair

        KeyActionPair()
      • KeyActionPair

        KeyActionPair​(java.lang.Object key,
                      javax.swing.Action a)