org.xnap.gui.component
Class ToggleableIconPane.Blinker

java.lang.Object
  extended by org.xnap.gui.component.ToggleableIconPane.Blinker
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ToggleableIconPane

protected class ToggleableIconPane.Blinker
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
 javax.swing.Icon blinkIcon
           
 int index
           
 javax.swing.Icon savedIcon
           
 
Constructor Summary
ToggleableIconPane.Blinker()
           
ToggleableIconPane.Blinker(int index, javax.swing.Icon blinkIcon)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blinkIcon

public javax.swing.Icon blinkIcon

savedIcon

public javax.swing.Icon savedIcon

index

public int index
Constructor Detail

ToggleableIconPane.Blinker

public ToggleableIconPane.Blinker(int index,
                                  javax.swing.Icon blinkIcon)

ToggleableIconPane.Blinker

public ToggleableIconPane.Blinker()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2001-2005 XNap Team. All Rights Reserved.