javax.swing.plaf.basic
public class BasicSplitPaneUI.FocusHandler extends FocusAdapter
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 | |
---|---|
void | focusGained(FocusEvent ev)
This method is called when the JSplitPane gains focus.
|
void | focusLost(FocusEvent ev)
This method is called when the JSplitPane loses focus.
|
Parameters: ev The FocusEvent.
Parameters: ev The FocusEvent.