⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 synthpainter.java

📁 JAVA的一些源码 JAVA2 STANDARD EDITION DEVELOPMENT KIT 5.0
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
     */    public void paintSplitPaneBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of a split pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintSplitPaneBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of the area behind the tabs of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneTabAreaBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of the area behind the tabs of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneTabAreaBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a tab of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     * @param tabIndex Index of tab being painted.     */    public void paintTabbedPaneTabBackground(SynthContext context, Graphics g,                                         int x, int y, int w, int h,                                         int tabIndex) {    }    /**     * Paints the border of a tab of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     * @param tabIndex Index of tab being painted.     */    public void paintTabbedPaneTabBorder(SynthContext context, Graphics g,                                         int x, int y, int w, int h,                                         int tabIndex) {    }    /**     * Paints the background of the area that contains the content of the     * selected tab of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneContentBackground(SynthContext context,                                         Graphics g, int x, int y, int w,                                         int h) {    }    /**     * Paints the border of the area that contains the content of the     * selected tab of a tabbed pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTabbedPaneContentBorder(SynthContext context, Graphics g,                                         int x, int y, int w, int h) {    }    /**     * Paints the background of the header of a table.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTableHeaderBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of the header of a table.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTableHeaderBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a table.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTableBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of a table.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTableBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a text area.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextAreaBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of a text area.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextAreaBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a text pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextPaneBackground(SynthContext context,                                     Graphics g, int x, int y,                                     int w, int h) {    }    /**     * Paints the border of a text pane.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextPaneBorder(SynthContext context,                                 Graphics g, int x, int y,                                 int w, int h) {    }    /**     * Paints the background of a text field.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextFieldBackground(SynthContext context,                                          Graphics g, int x, int y,                                          int w, int h) {    }    /**     * Paints the border of a text field.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintTextFieldBorder(SynthContext context,                                      Graphics g, int x, int y,                                      int w, int h) {    }    /**     * Paints the background of a toggle button.     *     * @param context SynthContext identifying the <code>JComponent</code> and     *        <code>Region</code> to paint to     * @param g <code>Graphics</code> to paint to     * @param x X coordinate of the area to paint to     * @param y Y coordinate of the area to paint to     * @param w Width of the area to paint to     * @param h Height of the area to paint to     */    public void paintToggleButtonBackground(SynthContext context,                                     Graphics g, int x, int y,         

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -