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.Direction
JXBusyLabel. direction
Methods in org.jdesktop.swingx with parameters of type BusyPainter.Direction Modifier and Type Method Description void
JXBusyLabel. 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.Direction
BusyPainter. direction
Methods in org.jdesktop.swingx.painter that return BusyPainter.Direction Modifier and Type Method Description BusyPainter.Direction
BusyPainter. getDirection()
Gets current direction of spinning.static BusyPainter.Direction
BusyPainter.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 void
BusyPainter. setDirection(BusyPainter.Direction dir)
Sets new spinning direction.
-