javax.swing.plaf.basic

Class BasicSplitPaneUI.KeyboardDownRightHandler

public class BasicSplitPaneUI.KeyboardDownRightHandler extends Object implements ActionListener

This is a deprecated class. It is supposed to be used for handling down and right 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 down or right keys are pressed.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
This method is called when the down or right keys are pressed.

Parameters: ev The ActionEvent