Uses of Class
com.alee.extended.transition.effects.slide.SlideType

Packages that use SlideType
com.alee.extended.transition   
com.alee.extended.transition.effects.slide   
 

Uses of SlideType in com.alee.extended.transition
 

Methods in com.alee.extended.transition that return SlideType
static SlideType TransitionUtils.getActualValue(SlideType slideType)
          Returns actual slide type for the specified slide type.
 

Methods in com.alee.extended.transition with parameters of type SlideType
static SlideType TransitionUtils.getActualValue(SlideType slideType)
          Returns actual slide type for the specified slide type.
 

Uses of SlideType in com.alee.extended.transition.effects.slide
 

Methods in com.alee.extended.transition.effects.slide that return SlideType
 SlideType SlideTransitionEffect.getType()
           
static SlideType SlideType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SlideType[] SlideType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.transition.effects.slide with parameters of type SlideType
 void SlideTransitionEffect.setType(SlideType type)