Uses of Class
org.jdesktop.swingx.painter.BusyPainter.Direction

Packages that use BusyPainter.Direction
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. 
 

Uses of BusyPainter.Direction in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx with parameters of type BusyPainter.Direction
 void JXBusyLabel.setDirection(BusyPainter.Direction dir)
          Sets direction of rotation.
 

Uses of BusyPainter.Direction in org.jdesktop.swingx.painter
 

Methods in org.jdesktop.swingx.painter that return BusyPainter.Direction
 BusyPainter.Direction BusyPainter.getDirection()
          Gets current direction of spinning.
static BusyPainter.Direction BusyPainter.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusyPainter.Direction[] BusyPainter.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jdesktop.swingx.painter with parameters of type BusyPainter.Direction
 void BusyPainter.setDirection(BusyPainter.Direction dir)
          Sets new spinning direction.
 



Copyright © 2012. All Rights Reserved.