Class AutoCompletePopupWindow.KeyActionPair

java.lang.Object
org.fife.ui.autocomplete.AutoCompletePopupWindow.KeyActionPair
Enclosing class:
AutoCompletePopupWindow

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

  • Constructor Details

    • KeyActionPair

      KeyActionPair()
    • KeyActionPair

      KeyActionPair(Object key, Action a)