Class BasicListUI.FocusHandler

    • Constructor Detail

      • FocusHandler

        public FocusHandler()
    • Method Detail

      • repaintCellFocus

        protected void repaintCellFocus()
      • focusGained

        public void focusGained(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component gains the keyboard focus.
      • focusLost

        public void focusLost(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component loses the keyboard focus.