|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.PulseTracker
public class PulseTracker
Tracker for pulsating (default and focused) JButton
s.
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent event)
|
static long |
getCycles(JButton jButton)
Retrieves the current cycle count for the specified button. |
static boolean |
isAnimating(JButton jButton)
Retrieves the animation state for the specified button. |
static void |
update(JButton jButton)
Updates the state of the specified button which must be a default button in some window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
public static void update(JButton jButton)
jButton
- Button.public static long getCycles(JButton jButton)
jButton
- Button.
public static boolean isAnimating(JButton jButton)
jButton
- Button.
true
if the specified button is being animated,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |