Uses of Class
org.jdesktop.swingx.painter.BusyPainter.Direction
-
Packages that use BusyPainter.Direction Package Description 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
Fields in org.jdesktop.swingx declared as BusyPainter.Direction Modifier and Type Field Description private BusyPainter.DirectionJXBusyLabel. directionMethods in org.jdesktop.swingx with parameters of type BusyPainter.Direction Modifier and Type Method Description voidJXBusyLabel. setDirection(BusyPainter.Direction dir)Sets direction of rotation. -
Uses of BusyPainter.Direction in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as BusyPainter.Direction Modifier and Type Field Description private BusyPainter.DirectionBusyPainter. directionMethods in org.jdesktop.swingx.painter that return BusyPainter.Direction Modifier and Type Method Description BusyPainter.DirectionBusyPainter. getDirection()Gets current direction of spinning.static BusyPainter.DirectionBusyPainter.Direction. valueOf(java.lang.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 Modifier and Type Method Description voidBusyPainter. setDirection(BusyPainter.Direction dir)Sets new spinning direction.
-