java.lang.Object
javax.swing.plaf.basic.BasicTabbedPaneUI.TabSelectionHandler
- All Implemented Interfaces:
- EventListener,- ChangeListener
- Enclosing class:
- BasicTabbedPaneUI
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of BasicTabbedPaneUI.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when the target of the listener has changed its state.
- 
Constructor Details- 
TabSelectionHandlerpublic TabSelectionHandler()Constructs aTabSelectionHandler.
 
- 
- 
Method Details- 
stateChangedDescription copied from interface:ChangeListenerInvoked when the target of the listener has changed its state.- Specified by:
- stateChangedin interface- ChangeListener
- Parameters:
- e- a ChangeEvent object
 
 
-