亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? multicolorchooserui.java

?? JAVA的一些源碼 JAVA2 STANDARD EDITION DEVELOPMENT KIT 5.0
?? JAVA
字號:
/* * @(#)MultiColorChooserUI.java	1.21 03/12/19 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package javax.swing.plaf.multi;import java.util.Vector;import javax.swing.plaf.ColorChooserUI;import javax.swing.plaf.ComponentUI;import javax.swing.JComponent;import java.awt.Graphics;import java.awt.Dimension;import javax.accessibility.Accessible;/** * A multiplexing UI used to combine <code>ColorChooserUI</code>s. *  * <p>This file was automatically generated by AutoMulti. * * @version 1.21 12/19/03 17:39:29 * @author  Otto Multey */public class MultiColorChooserUI extends ColorChooserUI {    /**     * The vector containing the real UIs.  This is populated      * in the call to <code>createUI</code>, and can be obtained by calling     * the <code>getUIs</code> method.  The first element is guaranteed to be the real UI      * obtained from the default look and feel.     */    protected Vector uis = new Vector();////////////////////// Common UI methods////////////////////    /**     * 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);    }////////////////////// ColorChooserUI methods////////////////////////////////////////// ComponentUI methods////////////////////    /**     * Invokes the <code>contains</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public boolean contains(JComponent a, int b, int c) {        boolean returnValue =             ((ComponentUI) (uis.elementAt(0))).contains(a,b,c);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).contains(a,b,c);        }        return returnValue;    }    /**     * Invokes the <code>update</code> method on each UI handled by this object.     */    public void update(Graphics a, JComponent b) {        for (int i = 0; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).update(a,b);        }    }    /**     * Returns a multiplexing UI instance if any of the auxiliary     * <code>LookAndFeel</code>s supports this UI.  Otherwise, just returns the      * UI object obtained from the default <code>LookAndFeel</code>.     */    public static ComponentUI createUI(JComponent a) {        ComponentUI mui = new MultiColorChooserUI();        return MultiLookAndFeel.createUIs(mui,                                          ((MultiColorChooserUI) mui).uis,                                          a);    }    /**     * Invokes the <code>installUI</code> method on each UI handled by this object.     */    public void installUI(JComponent a) {        for (int i = 0; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).installUI(a);        }    }    /**     * Invokes the <code>uninstallUI</code> method on each UI handled by this object.     */    public void uninstallUI(JComponent a) {        for (int i = 0; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).uninstallUI(a);        }    }    /**     * Invokes the <code>paint</code> method on each UI handled by this object.     */    public void paint(Graphics a, JComponent b) {        for (int i = 0; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).paint(a,b);        }    }    /**     * Invokes the <code>getPreferredSize</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public Dimension getPreferredSize(JComponent a) {        Dimension returnValue =             ((ComponentUI) (uis.elementAt(0))).getPreferredSize(a);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).getPreferredSize(a);        }        return returnValue;    }    /**     * Invokes the <code>getMinimumSize</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public Dimension getMinimumSize(JComponent a) {        Dimension returnValue =             ((ComponentUI) (uis.elementAt(0))).getMinimumSize(a);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).getMinimumSize(a);        }        return returnValue;    }    /**     * Invokes the <code>getMaximumSize</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public Dimension getMaximumSize(JComponent a) {        Dimension returnValue =             ((ComponentUI) (uis.elementAt(0))).getMaximumSize(a);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).getMaximumSize(a);        }        return returnValue;    }    /**     * Invokes the <code>getAccessibleChildrenCount</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public int getAccessibleChildrenCount(JComponent a) {        int returnValue =             ((ComponentUI) (uis.elementAt(0))).getAccessibleChildrenCount(a);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).getAccessibleChildrenCount(a);        }        return returnValue;    }    /**     * Invokes the <code>getAccessibleChild</code> method on each UI handled by this object.     *      * @return the value obtained from the first UI, which is     * the UI obtained from the default <code>LookAndFeel</code>     */    public Accessible getAccessibleChild(JComponent a, int b) {        Accessible returnValue =             ((ComponentUI) (uis.elementAt(0))).getAccessibleChild(a,b);        for (int i = 1; i < uis.size(); i++) {            ((ComponentUI) (uis.elementAt(i))).getAccessibleChild(a,b);        }        return returnValue;    }}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
五月天国产精品| 欧美一区二区在线免费观看| 久久久久久久久久美女| 精油按摩中文字幕久久| 久久久蜜桃精品| 懂色av一区二区在线播放| 自拍偷拍亚洲综合| 中文字幕亚洲不卡| 美女精品一区二区| 欧美草草影院在线视频| 国内精品免费在线观看| 久久精品人人做人人综合| 成人美女视频在线看| 亚洲欧美激情在线| 欧美人成免费网站| 国产在线看一区| 国产精品电影一区二区三区| 欧美写真视频网站| 久久99国产精品久久99| 日本一区二区不卡视频| 色综合久久99| 久久精品99久久久| 亚洲视频中文字幕| 欧美一二区视频| 不卡的av中国片| 日韩高清在线电影| 中文天堂在线一区| 欧美高清性hdvideosex| 国产精品亚洲专一区二区三区| 中文字幕在线观看不卡| 91精品国产高清一区二区三区| 韩日欧美一区二区三区| 一区二区三区四区乱视频| 精品奇米国产一区二区三区| 99热这里都是精品| 奇米综合一区二区三区精品视频| 国产精品久久久一本精品| 欧美精品色综合| 成人短视频下载| 蜜桃视频一区二区三区| 亚洲欧洲国产日本综合| 精品盗摄一区二区三区| 91九色02白丝porn| 国产成人欧美日韩在线电影| 日韩经典一区二区| 亚洲私人黄色宅男| 久久久激情视频| 日韩一区二区三免费高清| 色综合久久久久久久久久久| 国产精品亚洲第一区在线暖暖韩国| 一区2区3区在线看| 国产精品免费视频网站| 欧美本精品男人aⅴ天堂| 欧美日韩视频专区在线播放| 99久久99久久久精品齐齐| 国产毛片精品视频| 蜜臀久久99精品久久久久久9| 亚洲一区在线观看网站| 亚洲免费观看高清完整版在线观看熊| 久久毛片高清国产| 26uuu另类欧美亚洲曰本| 911国产精品| 欧美日韩一区二区在线观看视频| 97精品电影院| 99精品视频免费在线观看| 国产精品99久久久久久久vr| 国产在线视频一区二区| 激情成人午夜视频| 精品在线一区二区| 另类成人小视频在线| 青青青伊人色综合久久| 日本美女视频一区二区| 天天操天天干天天综合网| 亚洲一区中文在线| 亚洲一区二区黄色| 亚洲午夜一区二区| 亚洲图片欧美视频| 亚洲综合色区另类av| 亚洲一区视频在线| 丝袜美腿亚洲色图| 蜜桃av一区二区三区电影| 日本vs亚洲vs韩国一区三区二区| 日韩va欧美va亚洲va久久| 青青草国产精品亚洲专区无| 欧美96一区二区免费视频| 麻豆成人av在线| 国内精品伊人久久久久av影院| 久久av老司机精品网站导航| 韩国精品在线观看| 国v精品久久久网| eeuss鲁片一区二区三区在线看| 不卡高清视频专区| 一本久道中文字幕精品亚洲嫩| 日本高清无吗v一区| 欧美日韩精品一二三区| 欧美刺激午夜性久久久久久久| 日韩精品一区二区在线观看| 国产丝袜欧美中文另类| 亚洲色图制服诱惑| 五月天激情综合| 国产精品综合久久| 成人18精品视频| 欧美日韩情趣电影| 欧美成人午夜电影| 最新高清无码专区| 五月天中文字幕一区二区| 韩国精品一区二区| 色综合咪咪久久| 日韩欧美综合在线| 中文字幕在线观看不卡| 日韩国产成人精品| 国产91丝袜在线18| 欧美日韩国产首页| 久久这里只有精品视频网| 亚洲免费观看高清在线观看| 日韩av网站免费在线| 成人av资源下载| 日韩写真欧美这视频| 亚洲国产高清在线观看视频| 一区二区三区丝袜| 久久成人免费网站| 99re亚洲国产精品| 亚洲精品在线三区| 亚洲精品写真福利| 精品一区二区成人精品| 91浏览器打开| xf在线a精品一区二区视频网站| 中文字幕亚洲精品在线观看 | 色欧美88888久久久久久影院| 欧美精品自拍偷拍| 欧美少妇一区二区| 国产精品视频看| 男人的j进女人的j一区| 久久精品72免费观看| 国产麻豆精品theporn| 欧美日韩中字一区| 久久精品夜色噜噜亚洲a∨| 亚瑟在线精品视频| 91小视频在线| 国产日韩高清在线| 久久国产尿小便嘘嘘| 欧美日韩一区高清| 亚洲黄色免费电影| 成人国产免费视频| 欧美精品一区视频| 免费观看一级欧美片| 欧美在线一区二区| 亚洲欧美视频在线观看视频| 国产成人亚洲综合a∨婷婷图片| 欧美精品一卡二卡| 亚洲综合小说图片| 在线视频亚洲一区| 一区二区三区中文字幕| 91丨九色porny丨蝌蚪| 中文字幕 久热精品 视频在线| 国内精品久久久久影院薰衣草| 欧美一区欧美二区| 日韩1区2区日韩1区2区| 欧美老女人第四色| 日韩精品成人一区二区在线| 这里只有精品免费| 日韩在线播放一区二区| 欧美一区二区三区思思人| 石原莉奈在线亚洲三区| 欧美一区二区播放| 精品一区中文字幕| wwww国产精品欧美| 国产一区二区福利视频| 国产亚洲精品7777| 国产91丝袜在线观看| 国产精品嫩草99a| 色综合久久久久久久久久久| 中文字幕一区二区三区四区不卡| 岛国一区二区在线观看| 欧美日韩精品一区二区天天拍小说| 欧美—级在线免费片| 国产精品夜夜嗨| 国产婷婷色一区二区三区| 国产乱理伦片在线观看夜一区| 国产免费久久精品| 成人高清视频免费观看| 国产精品热久久久久夜色精品三区| 99久久伊人久久99| 国产精品欧美一级免费| 成人午夜伦理影院| 中文字幕av在线一区二区三区| 国产综合成人久久大片91| 91国产视频在线观看| 亚洲国产欧美一区二区三区丁香婷| 99国产精品久| 日本在线播放一区二区三区| 欧美一级黄色片| 国产一区二区三区久久久| 国产精品久久久久久户外露出| 91性感美女视频| 午夜精品福利久久久| ww久久中文字幕| www.亚洲在线| 亚洲永久免费av| 欧美日韩电影在线|