javax.swing.plaf.basic
Class BasicSplitPaneUI.KeyboardEndHandler

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

public class BasicSplitPaneUI.KeyboardEndHandler
extends Object
implements ActionListener

This is a deprecated class. It is supposed to be used for handling end key presses.


Constructor Summary
BasicSplitPaneUI.KeyboardEndHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
          This method is called when the end key is pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSplitPaneUI.KeyboardEndHandler

public BasicSplitPaneUI.KeyboardEndHandler()
Method Detail

actionPerformed

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

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