public class

BasicTreeUI.FocusHandler

extends Object
implements FocusListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicTreeUI.FocusHandler

Class Overview

Repaints the lead selection row when focus is lost/gained.

Summary

Public Constructors
BasicTreeUI.FocusHandler()
Public Methods
void focusGained(FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row.
void focusLost(FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.FocusListener

Public Constructors

public BasicTreeUI.FocusHandler ()

Public Methods

public void focusGained (FocusEvent e)

Invoked when focus is activated on the tree we're in, redraws the lead row.

public void focusLost (FocusEvent e)

Invoked when focus is activated on the tree we're in, redraws the lead row.