javax.swing.plaf.basic
Class BasicSplitPaneUI.KeyboardDownRightHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightHandler
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
BasicSplitPaneUI

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.


Constructor Summary
BasicSplitPaneUI.KeyboardDownRightHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
          This method is called when the down or right keys are pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSplitPaneUI.KeyboardDownRightHandler

public BasicSplitPaneUI.KeyboardDownRightHandler()
Method Detail

actionPerformed

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

Specified by:
actionPerformed in interface ActionListener
Parameters:
ev - The ActionEvent