javax.swing.plaf.basic

Class BasicSplitPaneUI.KeyboardUpLeftHandler

public class BasicSplitPaneUI.KeyboardUpLeftHandler extends Object implements ActionListener

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

Method Detail

actionPerformed

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

Parameters: ev The ActionEvent.