Package org.jdesktop.swingx.plaf.basic
Class BasicHyperlinkUI.BasicHyperlinkListener
- java.lang.Object
-
- javax.swing.plaf.basic.BasicButtonListener
-
- 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.- Author:
- Jeanette Winzenburg
-
-
Constructor Summary
Constructors Constructor Description BasicHyperlinkListener(AbstractButton b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stateChanged(ChangeEvent e)
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonListener
checkOpacity, focusGained, focusLost, installKeyboardActions, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, propertyChange, uninstallKeyboardActions
-
-
-
-
Constructor Detail
-
BasicHyperlinkListener
public BasicHyperlinkListener(AbstractButton b)
- Parameters:
b
-
-
-
Method Detail
-
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interfaceChangeListener
- Overrides:
stateChanged
in classBasicButtonListener
-
-