javax.swing.plaf.basic

Class BasicTabbedPaneUI.TabSelectionHandler

public class BasicTabbedPaneUI.TabSelectionHandler extends Object implements ChangeListener

This class handles ChangeEvents from the JTabbedPane.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Method Summary
voidstateChanged(ChangeEvent e)
This method is called whenever a ChangeEvent is fired from the JTabbedPane.

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
This method is called whenever a ChangeEvent is fired from the JTabbedPane.

Parameters: e The ChangeEvent fired.