public class Animation
extends java.lang.Object
implements java.lang.Runnable, java.awt.event.ActionListener
Constructor and Description |
---|
Animation(DockbarManager mgr,
boolean hide) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.Runnable |
getNext() |
void |
run() |
void |
setNext(java.lang.Runnable next) |
public Animation(DockbarManager mgr, boolean hide)
public void run()
run
in interface java.lang.Runnable
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.lang.Runnable getNext()
public void setNext(java.lang.Runnable next)