javax.swing.plaf.basic
Class BasicSplitPaneUI.KeyboardHomeHandler
java.lang.Object
javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeHandler
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- BasicSplitPaneUI
public class BasicSplitPaneUI.KeyboardHomeHandler
- extends Object
- implements ActionListener
This is a deprecated class. It is supposed to be used for handling home
key presses.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSplitPaneUI.KeyboardHomeHandler
public BasicSplitPaneUI.KeyboardHomeHandler()
actionPerformed
public void actionPerformed(ActionEvent ev)
- This method is called when the home key is pressed.
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
ev
- The ActionEvent.