Module java.desktop

Class BasicTableUI.FocusHandler

    • Constructor Detail

      • FocusHandler

        public FocusHandler​()
    • Method Detail

      • focusGained

        public void focusGained​(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component gains the keyboard focus.
        Specified by:
        focusGained in interface FocusListener
        Parameters:
        e - the event to be processed
      • focusLost

        public void focusLost​(FocusEvent e)
        Description copied from interface: FocusListener
        Invoked when a component loses the keyboard focus.
        Specified by:
        focusLost in interface FocusListener
        Parameters:
        e - the event to be processed