|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vlsolutions.swing.docking.animation.AnimationEvent
public class AnimationEvent
An Event describing the state of an animation
AnimationListener
,
ComponentAnimator
Field Summary | |
---|---|
static int |
ANIMATION_END
state identifying the end of an animation |
static int |
ANIMATION_FRAME
state identifying a change in the animation (the component has changed of bounds) |
static int |
ANIMATION_START
state identifying the beginning of an animation |
Constructor Summary | |
---|---|
AnimationEvent(java.awt.Component source,
int state)
Event Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
returns the source of animation |
int |
getState()
returns the state of the animation (ANIMATION_START, ANIMATION_FRAME or ANIMATION_END) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ANIMATION_START
public static final int ANIMATION_FRAME
public static final int ANIMATION_END
Constructor Detail |
---|
public AnimationEvent(java.awt.Component source, int state)
source
- the animated componentstate
- the state of animation (ANIMATION_START , ANIMATION_FRAME or ANIMATION_END)Method Detail |
---|
public int getState()
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |