MultiComboBoxUI
Class MultiComboBoxUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ComboBoxUI
-
- javax.swing.plaf.multi.MultiComboBoxUI
public class MultiComboBoxUI extends ComboBoxUI
A multiplexing UI used to combine ComboBoxUI
s.
This file was automatically generated by AutoMulti.
Fields
uis
protected Vector uis
The vector containing the real UIs. This is populated in the call to createUI
, an