Uses of Class
de.matthiasmann.twl.AnimationState

Packages that use AnimationState
de.matthiasmann.twl   
de.matthiasmann.twl.utils   
 

Uses of AnimationState in de.matthiasmann.twl
 

Methods in de.matthiasmann.twl that return AnimationState
 AnimationState Widget.getAnimationState()
          Returns the animation state object.
 AnimationState TableBase.getColumnHeaderAnimationState(int column)
           
 

Methods in de.matthiasmann.twl with parameters of type AnimationState
protected  void TextWidget.paintWithSelection(AnimationState animState, int start, int end)
           
protected  void TextWidget.paintWithSelection(AnimationState animState, int start, int end, int lineStart, int lineEnd, int y)
           
 

Constructors in de.matthiasmann.twl with parameters of type AnimationState
AnimationState(AnimationState parent)
          Create a new animation state with optional parent.
AnimationState(AnimationState parent, int size)
          Create a new animation state with optional parent.
Button(AnimationState animState)
          Creates a Button with a shared animation state
Button(AnimationState animState, boolean inherit)
          Creates a Button with a shared or inherited animation state
Button(AnimationState animState, boolean inherit, ButtonModel model)
          Creates a Button with a shared or inherited animation state
Button(AnimationState animState, ButtonModel model)
          Creates a Button with a shared animation state
DatePickerComboBox.ComboboxLabel(AnimationState animState)
           
DraggableButton(AnimationState animState)
          Creates a DraggableButton with a shared animation state
DraggableButton(AnimationState animState, boolean inherit)
          Creates a DraggableButton with a shared or inherited animation state
EditField.TextRenderer(AnimationState animState)
           
EditField(AnimationState parentAnimationState)
          Creates a new EditField with an optional parent animation state.
EditField(AnimationState parentAnimationState, EditFieldModel editFieldModel)
          Creates a new EditField with an optional parent animation state.
Label(AnimationState animState)
          Creates a Label with a shared animation state
Label(AnimationState animState, boolean inherit)
          Creates a Label with a shared or inherited animation state
TextWidget(AnimationState animState)
          Creates a TextWidget with a shared animation state
TextWidget(AnimationState animState, boolean inherit)
          Creates a TextWidget with a shared or inherited animation state
Widget(AnimationState animState)
          Creates a Widget with a shared animation state
Widget(AnimationState animState, boolean inherit)
          Creates a Widget with a shared or inherited animation state
 

Uses of AnimationState in de.matthiasmann.twl.utils
 

Constructors in de.matthiasmann.twl.utils with parameters of type AnimationState
TintAnimator.AnimationStateTimeSource(AnimationState animState, AnimationState.StateKey animStateKey)
           
TintAnimator.AnimationStateTimeSource(AnimationState animState, java.lang.String animStateName)