com.rapidminer.gui.look
Class ToggleButtonListener
java.lang.Object
javax.swing.plaf.basic.BasicButtonListener
com.rapidminer.gui.look.ToggleButtonListener
- 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 ToggleButtonListener
- extends javax.swing.plaf.basic.BasicButtonListener
A listener for toggle buttons.
- Author:
- Ingo Mierswa
| 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 |
ToggleButtonListener
public ToggleButtonListener(javax.swing.AbstractButton button)
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