public class

BasicSplitPaneUI.KeyboardResizeToggleHandler

extends Object
implements ActionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleHandler

Class Overview

Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicSplitPaneUI.

Summary

Public Constructors
BasicSplitPaneUI.KeyboardResizeToggleHandler()
Public Methods
void actionPerformed(ActionEvent ev)
Invoked when an action occurs.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ActionListener

Public Constructors

public BasicSplitPaneUI.KeyboardResizeToggleHandler ()

Public Methods

public void actionPerformed (ActionEvent ev)

Invoked when an action occurs.