org.jdesktop.swingx.plaf.basic
Class BasicHyperlinkUI.BasicHyperlinkListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicButtonListener
      extended by org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI.BasicHyperlinkListener
All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, PropertyChangeListener, EventListener, ChangeListener
Enclosing class:
BasicHyperlinkUI

public static class BasicHyperlinkUI.BasicHyperlinkListener
extends BasicButtonListener

A BasicButtonListener specialized to the needs of a Hyperlink.


Constructor Summary
BasicHyperlinkUI.BasicHyperlinkListener(AbstractButton b)
           
 
Method Summary
 void stateChanged(ChangeEvent e)
          Invoked when the target of the listener has changed its state.
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonListener
checkOpacity, focusGained, focusLost, installKeyboardActions, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, propertyChange, uninstallKeyboardActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHyperlinkUI.BasicHyperlinkListener

public BasicHyperlinkUI.BasicHyperlinkListener(AbstractButton b)
Parameters:
b -
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Description copied from interface: javax.swing.event.ChangeListener
Invoked when the target of the listener has changed its state.

Specified by:
stateChanged in interface ChangeListener
Overrides:
stateChanged in class BasicButtonListener
Parameters:
e - a ChangeEvent object