Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.ComponentFlasher Class Reference

List of all members.

Public Member Functions

 ComponentFlasher (JComponent component)
 ComponentFlasher (JComponent component, Color flashcolor)
 ComponentFlasher (JComponent component, int flashtime)
 ComponentFlasher (JComponent component, Color flashcolor, int flashtime)
void flash ()

Private Attributes

final JComponent component
final Color componentBG
final Color flashcolor

Static Private Attributes

static final Color defauldFlashColor = new Color(0xff6060)

Detailed Description

Timer used for flashing a JComponent background light red (or given color), for 100 ms (or given time).

Author:
Samuli Kaipiainen

Definition at line 35 of file ComponentFlasher.java.


Constructor & Destructor Documentation

ikayaki.gui.ComponentFlasher.ComponentFlasher JComponent  component  ) 
 

Definition at line 42 of file ComponentFlasher.java.

References ikayaki.gui.ComponentFlasher.defauldFlashColor.

ikayaki.gui.ComponentFlasher.ComponentFlasher JComponent  component,
Color  flashcolor
 

Definition at line 46 of file ComponentFlasher.java.

ikayaki.gui.ComponentFlasher.ComponentFlasher JComponent  component,
int  flashtime
 

Definition at line 50 of file ComponentFlasher.java.

References ikayaki.gui.ComponentFlasher.defauldFlashColor.

ikayaki.gui.ComponentFlasher.ComponentFlasher JComponent  component,
Color  flashcolor,
int  flashtime
 

Definition at line 54 of file ComponentFlasher.java.

References ikayaki.gui.ComponentFlasher.componentBG, and ikayaki.gui.null.


Member Function Documentation

void ikayaki.gui.ComponentFlasher.flash  ) 
 

Definition at line 68 of file ComponentFlasher.java.

Referenced by ikayaki.gui.MeasurementSequencePanel.addSequence().


Member Data Documentation

final JComponent ikayaki.gui.ComponentFlasher.component [private]
 

Definition at line 37 of file ComponentFlasher.java.

final Color ikayaki.gui.ComponentFlasher.componentBG [private]
 

Definition at line 38 of file ComponentFlasher.java.

Referenced by ikayaki.gui.ComponentFlasher.ComponentFlasher().

final Color ikayaki.gui.ComponentFlasher.defauldFlashColor = new Color(0xff6060) [static, private]
 

Definition at line 40 of file ComponentFlasher.java.

Referenced by ikayaki.gui.ComponentFlasher.ComponentFlasher().

final Color ikayaki.gui.ComponentFlasher.flashcolor [private]
 

Definition at line 39 of file ComponentFlasher.java.


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:00:50 2005 for Squid by  doxygen 1.4.1