Uses of Class
anl.aida.client.widget.AnimatorPropertyBean

Packages that use AnimatorPropertyBean
anl.aida.client.gui   
anl.aida.client.widget   
 

Uses of AnimatorPropertyBean in anl.aida.client.gui
 

Methods in anl.aida.client.gui that return AnimatorPropertyBean
 AnimatorPropertyBean AnimationConfigDialog.getProperties()
          Gets the property bean for the current values, or null if the dialog has been canceled.
 

Methods in anl.aida.client.gui with parameters of type AnimatorPropertyBean
 void AnimationConfigDialog.init(AnimatorPropertyBean bean)
           
 

Uses of AnimatorPropertyBean in anl.aida.client.widget
 

Fields in anl.aida.client.widget declared as AnimatorPropertyBean
private  AnimatorPropertyBean Animator.bean
           
 

Constructors in anl.aida.client.widget with parameters of type AnimatorPropertyBean
Animator.ReverseTimerAction(AnimatorPropertyBean bean)
           
Animator.TimerAction(AnimatorPropertyBean bean)