JIDE 3.5.15

com.jidesoft.docking
Class NotificationFlasher

java.lang.Object
  extended by com.jidesoft.docking.NotificationFlasher
All Implemented Interfaces:
ActionListener, EventListener

public class NotificationFlasher
extends Object
implements ActionListener

An ActionListener with timer. It is used to animate the sliding window.


Constructor Summary
NotificationFlasher(AutoHideContainer ac, DockableFrame frame, int initDelay, int delay, int steps)
           
NotificationFlasher(FrameContainer fc, DockableFrame frame, int initDelay, int delay, int steps)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void interrupt()
           
 boolean isRunning()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationFlasher

public NotificationFlasher(FrameContainer fc,
                           DockableFrame frame,
                           int initDelay,
                           int delay,
                           int steps)

NotificationFlasher

public NotificationFlasher(AutoHideContainer ac,
                           DockableFrame frame,
                           int initDelay,
                           int delay,
                           int steps)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

start

public void start()

stop

public void stop()

interrupt

public void interrupt()

isRunning

public boolean isRunning()

JIDE 3.5.15