Class MultiSliderUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SliderUI
javax.swing.plaf.multi.MultiSliderUI
A multiplexing UI used to combine
SliderUI
s.
This file was automatically generated by AutoMulti.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Vector
<ComponentUI> The vector containing the real UIs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(JComponent a, int b, int c) Invokes thecontains
method on each UI handled by this object.static ComponentUI
Returns a multiplexing UI instance if any of the auxiliaryLookAndFeel
s supports this UI.getAccessibleChild
(JComponent a, int b) Invokes thegetAccessibleChild
method on each UI handled by this object.int
Invokes thegetAccessibleChildrenCount
method on each UI handled by this object.Invokes thegetMaximumSize
method on each UI handled by this object.Invokes thegetMinimumSize
method on each UI handled by this object.Invokes thegetPreferredSize
method on each UI handled by this object.getUIs()
Returns the list of UIs associated with this multiplexing UI.void
Invokes theinstallUI
method on each UI handled by this object.void