Class FlatHyperlinkUI.FlatHyperlinkListener

  • All Implemented Interfaces:
    java.awt.event.FocusListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.ChangeListener
    Enclosing class:
    FlatHyperlinkUI

    protected static class FlatHyperlinkUI.FlatHyperlinkListener
    extends org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI.BasicHyperlinkListener
    Since:
    3.5
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FlatHyperlinkListener​(javax.swing.AbstractButton b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicHyperlinkUI.BasicHyperlinkListener

        stateChanged
      • Methods inherited from class javax.swing.plaf.basic.BasicButtonListener

        checkOpacity, focusGained, focusLost, installKeyboardActions, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, uninstallKeyboardActions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatHyperlinkListener

        protected FlatHyperlinkListener​(javax.swing.AbstractButton b)
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Overrides:
        propertyChange in class javax.swing.plaf.basic.BasicButtonListener