Uses of Class
org.noos.xing.mydoggy.plaf.ui.animation.AbstractAnimation.Direction

Packages that use AbstractAnimation.Direction
org.noos.xing.mydoggy.plaf   
org.noos.xing.mydoggy.plaf.ui   
org.noos.xing.mydoggy.plaf.ui.animation   
org.noos.xing.mydoggy.plaf.ui.look   
 

Uses of AbstractAnimation.Direction in org.noos.xing.mydoggy.plaf
 

Methods in org.noos.xing.mydoggy.plaf that return AbstractAnimation.Direction
protected  AbstractAnimation.Direction MyDoggyToolWindowBar.VisibleDockedListener.SplitAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
 

Methods in org.noos.xing.mydoggy.plaf with parameters of type AbstractAnimation.Direction
protected  void MyDoggyToolWindowBar.VisibleDockedListener.SplitAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
 

Uses of AbstractAnimation.Direction in org.noos.xing.mydoggy.plaf.ui
 

Methods in org.noos.xing.mydoggy.plaf.ui that return AbstractAnimation.Direction
protected  AbstractAnimation.Direction FloatingContainer.FloatingAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
protected  AbstractAnimation.Direction SlidingContainer.SlidingAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
 

Methods in org.noos.xing.mydoggy.plaf.ui with parameters of type AbstractAnimation.Direction
protected  void FloatingContainer.FloatingAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
protected  void SlidingContainer.SlidingAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
 

Uses of AbstractAnimation.Direction in org.noos.xing.mydoggy.plaf.ui.animation
 

Methods in org.noos.xing.mydoggy.plaf.ui.animation that return AbstractAnimation.Direction
protected  AbstractAnimation.Direction AbstractAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
protected  AbstractAnimation.Direction TransparencyAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
 AbstractAnimation.Direction AbstractAnimation.getAnimationDirection()
           
static AbstractAnimation.Direction AbstractAnimation.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractAnimation.Direction[] AbstractAnimation.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.noos.xing.mydoggy.plaf.ui.animation with parameters of type AbstractAnimation.Direction
protected  void MoveComponentAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
protected abstract  void AbstractAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
protected  void TransparencyAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
 

Uses of AbstractAnimation.Direction in org.noos.xing.mydoggy.plaf.ui.look
 

Methods in org.noos.xing.mydoggy.plaf.ui.look that return AbstractAnimation.Direction
protected  AbstractAnimation.Direction ToolWindowRepresentativeAnchorUI.GradientAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
protected  AbstractAnimation.Direction ToolWindowTitleBarUI.GradientAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
protected  AbstractAnimation.Direction ContentRepresentativeAnchorUI.GradientAnimation.chooseFinishDirection(AbstractAnimation.Type type)
           
 

Methods in org.noos.xing.mydoggy.plaf.ui.look with parameters of type AbstractAnimation.Direction
protected  void ToolWindowRepresentativeAnchorUI.GradientAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
protected  void ToolWindowTitleBarUI.GradientAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
protected  void ContentRepresentativeAnchorUI.GradientAnimation.onStartAnimation(AbstractAnimation.Direction direction)
           
 



Copyright © 2012. All Rights Reserved.