com.jtattoo.plaf
Class BaseTabbedPaneUI.FocusHandler
java.lang.Object
java.awt.event.FocusAdapter
com.jtattoo.plaf.BaseTabbedPaneUI.FocusHandler
- All Implemented Interfaces:
- FocusListener, EventListener
- Enclosing class:
- BaseTabbedPaneUI
public class BaseTabbedPaneUI.FocusHandler
- extends FocusAdapter
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 BaseTabbedPaneUI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTabbedPaneUI.FocusHandler
public BaseTabbedPaneUI.FocusHandler()
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
- Overrides:
focusGained
in class FocusAdapter
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener
- Overrides:
focusLost
in class FocusAdapter
Copyright © 2011. All Rights Reserved.