Class MultiSpinnerUI


public class MultiSpinnerUI extends SpinnerUI
A multiplexing UI used to combine SpinnerUIs.

This file was automatically generated by AutoMulti.

Since:
1.4
  • Field Details

    • uis

      protected Vector<ComponentUI> uis
      The vector containing the real UIs. This is populated in the call to createUI, and can be obtained by calling the getUIs method. The first element is guaranteed to be the real UI obtained from the default look and feel.
  • Constructor Details

    • MultiSpinnerUI

      public MultiSpinnerUI()
      Constructs a MultiSpinnerUI.
  • Method Details