javax.swing.plaf.basic

Class BasicSplitPaneUI.FocusHandler

public class BasicSplitPaneUI.FocusHandler extends FocusAdapter

This class handles FocusEvents from the JComponent.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Method Summary
voidfocusGained(FocusEvent ev)
This method is called when the JSplitPane gains focus.
voidfocusLost(FocusEvent ev)
This method is called when the JSplitPane loses focus.

Method Detail

focusGained

public void focusGained(FocusEvent ev)
This method is called when the JSplitPane gains focus.

Parameters: ev The FocusEvent.

focusLost

public void focusLost(FocusEvent ev)
This method is called when the JSplitPane loses focus.

Parameters: ev The FocusEvent.