コード例 #1
0
 /*     */ public ComponentUI[] getUIs() /*     */ {
   /*  63 */ return MultiLookAndFeel.uisToArray(this.uis);
   /*     */ }
コード例 #2
0
 /**
  * {@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);
 }