JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicJideTabbedPaneUI.TabFocusListener

java.lang.Object
  extended by com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabFocusListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
BasicJideTabbedPaneUI

public class BasicJideTabbedPaneUI.TabFocusListener
extends Object
implements FocusListener


Constructor Summary
BasicJideTabbedPaneUI.TabFocusListener()
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicJideTabbedPaneUI.TabFocusListener

public BasicJideTabbedPaneUI.TabFocusListener()
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener

JIDE 3.5.15