javax.swing.plaf.basic
Class BasicSplitPaneUI.KeyboardUpLeftHandler

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

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.


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

Constructor Detail

BasicSplitPaneUI.KeyboardUpLeftHandler

public BasicSplitPaneUI.KeyboardUpLeftHandler()
Method Detail

actionPerformed

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

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