javax.swing.plaf.basic

Class BasicSplitPaneUI.KeyboardHomeHandler

public class BasicSplitPaneUI.KeyboardHomeHandler extends Object implements ActionListener

This is a deprecated class. It is supposed to be used for handling home key presses.

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
voidactionPerformed(ActionEvent ev)
This method is called when the home key is pressed.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
This method is called when the home key is pressed.

Parameters: ev The ActionEvent.