com.jtattoo.plaf
Class BaseButtonListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicButtonListener
      extended by com.jtattoo.plaf.BaseButtonListener
All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, PropertyChangeListener, EventListener, ChangeListener

public class BaseButtonListener
extends BasicButtonListener


Constructor Summary
BaseButtonListener(AbstractButton b)
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicButtonListener
checkOpacity, installKeyboardActions, mouseClicked, mouseDragged, mouseMoved, mousePressed, propertyChange, stateChanged, uninstallKeyboardActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseButtonListener

public BaseButtonListener(AbstractButton b)
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener
Overrides:
focusGained in class BasicButtonListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener
Overrides:
focusLost in class BasicButtonListener

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener
Overrides:
mouseEntered in class BasicButtonListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener
Overrides:
mouseExited in class BasicButtonListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class BasicButtonListener


Copyright © 2011. All Rights Reserved.