Method Summary |
|
public void | actionPerformed(ActionEvent event) |
public static long | getCycles(JButton jButton) Retrieves the current cycle count for the specified button.
Parameters: jButton - Button. |
static String | getMemoryUsage() Returns memory usage. |
public static boolean | isAnimating(JButton jButton) Retrieves the animation state for the specified button.
Parameters: jButton - Button. |
public static boolean | isAttentionDrawingCloseButton(JButton jButton) Checks whether the specified button is attention-drawing
close button of some internal frame, root pane or desktop
icon.
Parameters: jButton - Button. |
public static boolean | isPulsating(JButton jButton) Checks whether the specified button is pulsating.
Parameters: jButton - Button. |
public static void | stopAllTimers() Stops all timers. |
public static synchronized void | update(JButton jButton) Updates the state of the specified button which must be a default button
in some window. |