Class FlatButtonUI.FlatButtonListener

  • 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:
    FlatButtonUI

    protected class FlatButtonUI.FlatButtonListener
    extends javax.swing.plaf.basic.BasicButtonListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.AbstractButton b  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void focusGained​(java.awt.event.FocusEvent e)  
      void focusLost​(java.awt.event.FocusEvent e)  
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      void stateChanged​(javax.swing.event.ChangeEvent e)  
      • Methods inherited from class javax.swing.plaf.basic.BasicButtonListener

        checkOpacity, 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
    • Field Detail

      • b

        private final javax.swing.AbstractButton b
    • Constructor Detail

      • FlatButtonListener

        protected FlatButtonListener​(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
      • stateChanged

        public void stateChanged​(javax.swing.event.ChangeEvent e)
        Specified by:
        stateChanged in interface javax.swing.event.ChangeListener
        Overrides:
        stateChanged in class javax.swing.plaf.basic.BasicButtonListener
      • focusGained

        public void focusGained​(java.awt.event.FocusEvent e)
        Specified by:
        focusGained in interface java.awt.event.FocusListener
        Overrides:
        focusGained in class javax.swing.plaf.basic.BasicButtonListener
      • focusLost

        public void focusLost​(java.awt.event.FocusEvent e)
        Specified by:
        focusLost in interface java.awt.event.FocusListener
        Overrides:
        focusLost in class javax.swing.plaf.basic.BasicButtonListener