Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
V
A
actionPerformed(ActionEvent)
- Method in class org.jdesktop.animation.timing.triggers.
ActionTrigger
Called by an object generating ActionEvents to which this trigger was added as an ActionListener.
ActionTrigger
- Class in
org.jdesktop.animation.timing.triggers
ActionTrigger handles action events and starts the animator when actions occur.
ActionTrigger(Animator)
- Constructor for class org.jdesktop.animation.timing.triggers.
ActionTrigger
Creates an ActionTrigger that will start the animator upon receiving any ActionEvents.
addEventListener(TimingEventListener)
- Method in class org.jdesktop.animation.timing.
TimingSource
Adds a TimingEventListener to the set of listeners that receive timing events from this TimingSource.
addTarget(TimingTarget)
- Method in class org.jdesktop.animation.timing.
Animator
Adds a TimingTarget to the list of targets that get notified of each timingEvent.
addTrigger(Object, Animator)
- Static method in class org.jdesktop.animation.timing.triggers.
ActionTrigger
Creates an ActionTrigger and adds it as a listener to object.
addTrigger(JComponent, Animator, FocusTriggerEvent)
- Static method in class org.jdesktop.animation.timing.triggers.
FocusTrigger
Creates a non-auto-reversing FocusTrigger and adds it as a FocusListener to the component.
addTrigger(JComponent, Animator, FocusTriggerEvent, boolean)
- Static method in class org.jdesktop.animation.timing.triggers.
FocusTrigger
Creates a FocusTrigger and adds it as a FocusListener to the component.
addTrigger(JComponent, Animator, MouseTriggerEvent)
- Static method in class org.jdesktop.animation.timing.triggers.
MouseTrigger
Creates a non-auto-reversing MouseTrigger and adds it as a listener to component.
addTrigger(JComponent, Animator, MouseTriggerEvent, boolean)
- Static method in class org.jdesktop.animation.timing.triggers.
MouseTrigger
Creates a MouseTrigger and adds it as a listener to component.
addTrigger(Animator, Animator, TimingTriggerEvent)
- Static method in class org.jdesktop.animation.timing.triggers.
TimingTrigger
Creates a non-auto-reversing TimingTrigger and adds it as a target to the source Animator.
addTrigger(Animator, Animator, TimingTriggerEvent, boolean)
- Static method in class org.jdesktop.animation.timing.triggers.
TimingTrigger
Creates a TimingTrigger and adds it as a target to the source Animator.
Animator
- Class in
org.jdesktop.animation.timing
This class controls animations.
Animator(int)
- Constructor for class org.jdesktop.animation.timing.
Animator
Constructor: this is a utility constructor for a simple timing sequence that will run for
duration
length of time.
Animator(int, TimingTarget)
- Constructor for class org.jdesktop.animation.timing.
Animator
Constructor: this is a utility constructor for a simple timing sequence that will run for
duration
length of time.
Animator(int, double, Animator.RepeatBehavior, TimingTarget)
- Constructor for class org.jdesktop.animation.timing.
Animator
Constructor that sets the most common properties of a repeating animation.
Animator.Direction
- Enum in
org.jdesktop.animation.timing
Direction is used to set the initial direction in which the animation starts.
Animator.EndBehavior
- Enum in
org.jdesktop.animation.timing
EndBehavior determines what happens at the end of the animation.
Animator.RepeatBehavior
- Enum in
org.jdesktop.animation.timing
RepeatBehavior determines how each successive cycle will flow.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
V