Uses of Class javax.swing.plaf.ScrollBarUI

Uses in package javax.swing.plaf.multi

Classes derived from javax.swing.plaf.ScrollBarUI

class
A UI delegate that that coordinates multiple ScrollBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).

Uses in package javax.swing

Methods with parameter type javax.swing.plaf.ScrollBarUI

void
This method sets the UI of this scrollbar to the given UI.

Methods with return type javax.swing.plaf.ScrollBarUI

ScrollBarUI
This method returns the UI that is being used with this scrollbar.

Uses in package javax.swing.plaf.metal

Classes derived from javax.swing.plaf.ScrollBarUI

class
A UI delegate for the JScrollBar component.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.plaf.ScrollBarUI

class
The Basic Look and Feel UI delegate for JScrollBar.