javax.swing.plaf.basic

Class BasicSplitPaneUI.KeyboardEndHandler

public class BasicSplitPaneUI.KeyboardEndHandler extends Object implements ActionListener

This is a deprecated class. It is supposed to be used for handling end 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 end key is pressed.

Method Detail

actionPerformed

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

Parameters: ev The ActionEvent.