com.rapidminer.gui.look
Class ButtonListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicButtonListener
      extended by com.rapidminer.gui.look.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

public class ButtonListener
extends javax.swing.plaf.basic.BasicButtonListener

The button listener used for buttons.

Author:
Ingo Mierswa

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

Constructor Detail

ButtonListener

public ButtonListener(javax.swing.AbstractButton b)
Method Detail

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener
Overrides:
mouseEntered in class javax.swing.plaf.basic.BasicButtonListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Specified by:
mouseExited in interface java.awt.event.MouseListener
Overrides:
mouseExited 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


Copyright © 2001-2009 by Rapid-I