Package org.flexdock.plaf.theme
Class ButtonUI.ButtonListener
- java.lang.Object
-
- javax.swing.plaf.basic.BasicButtonListener
-
- org.flexdock.plaf.theme.ButtonUI.ButtonListener
-
- 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:
- ButtonUI
protected static class ButtonUI.ButtonListener extends javax.swing.plaf.basic.BasicButtonListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedButtonListener(javax.swing.AbstractButton b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfocusGained(java.awt.event.FocusEvent e)voidfocusLost(java.awt.event.FocusEvent e)
-
-
-
Method Detail
-
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- Specified by:
focusGainedin interfacejava.awt.event.FocusListener- Overrides:
focusGainedin classjavax.swing.plaf.basic.BasicButtonListener
-
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Specified by:
focusLostin interfacejava.awt.event.FocusListener- Overrides:
focusLostin classjavax.swing.plaf.basic.BasicButtonListener
-
-