| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
AnimatorListener[] |
Animator.getAnimatorListeners()
Returns an array of all the
AnimatorListeners added to this Animator with addAnimatorListener(). |
| Modifier and Type | Method and Description |
|---|---|
void |
Animator.addAnimatorListener(AnimatorListener l)
Adds an
AnimatorListener to this Animator. |
void |
Animator.removeAnimatorListener(AnimatorListener l)
Removes an
AnimatorListener from this Animator. |