com.jgoodies.plaf.plastic
Class PlasticTabbedPaneUI.TabSelectionHandler

java.lang.Object
  extended bycom.jgoodies.plaf.plastic.PlasticTabbedPaneUI.TabSelectionHandler
All Implemented Interfaces:
ChangeListener, EventListener
Enclosing class:
PlasticTabbedPaneUI

public class PlasticTabbedPaneUI.TabSelectionHandler
extends Object
implements ChangeListener

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTabbedPaneUI.


Constructor Summary
PlasticTabbedPaneUI.TabSelectionHandler()
           
 
Method Summary
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlasticTabbedPaneUI.TabSelectionHandler

public PlasticTabbedPaneUI.TabSelectionHandler()
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener


Copyright © 2001-2004 JGoodies Karsten Lentzsch. All Rights Reserved.