Uses of Enum Class
org.jdesktop.swingx.painter.BusyPainter.Direction
Packages that use BusyPainter.Direction
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
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.DirectionMethods in org.jdesktop.swingx with parameters of type BusyPainter.DirectionModifier and TypeMethodDescriptionvoid
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.DirectionMethods in org.jdesktop.swingx.painter that return BusyPainter.DirectionModifier and TypeMethodDescriptionBusyPainter.getDirection()
Gets current direction of spinning.static BusyPainter.Direction
Returns the enum constant of this class with the specified name.static BusyPainter.Direction[]
BusyPainter.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type BusyPainter.DirectionModifier and TypeMethodDescriptionvoid
BusyPainter.setDirection
(BusyPainter.Direction dir) Sets new spinning direction.