/* */ public ComponentUI[] getUIs() /* */ { /* 63 */ return MultiLookAndFeel.uisToArray(this.uis); /* */ }
/** * {@collect.stats} Returns the list of UIs associated with this multiplexing UI. This allows * processing of the UIs by an application aware of multiplexing UIs on components. */ public ComponentUI[] getUIs() { return MultiLookAndFeel.uisToArray(uis); }