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

📄 parsedsynthstyle.java

📁 JAVA的一些源码 JAVA2 STANDARD EDITION DEVELOPMENT KIT 5.0
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
        public void paintSeparatorBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "separatorBackground", -1).                paintSeparatorBackground(context, g, x, y, w, h);        }        public void paintSeparatorBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "separatorBorder", -1).                paintSeparatorBorder(context, g, x, y, w, h);        }        public void paintSeparatorForeground(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "separatorForeground", direction).                paintSeparatorForeground(context, g, x, y, w, h, direction);        }        public void paintSliderBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "sliderBackground", -1).                paintSliderBackground(context, g, x, y, w, h);        }        public void paintSliderBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "sliderBorder", -1).                paintSliderBorder(context, g, x, y, w, h);        }        public void paintSliderThumbBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "sliderThumbBackground", direction).                paintSliderThumbBackground(context, g, x, y, w, h, direction);        }        public void paintSliderThumbBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "sliderThumbBorder", direction).                paintSliderThumbBorder(context, g, x, y, w, h, direction);        }        public void paintSliderTrackBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "sliderTrackBackground", -1).                paintSliderTrackBackground(context, g, x, y, w, h);        }        public void paintSliderTrackBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "sliderTrackBorder", -1).                paintSliderTrackBorder(context, g, x, y, w, h);        }        public void paintSpinnerBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "spinnerBackground", -1).                paintSpinnerBackground(context, g, x, y, w, h);        }        public void paintSpinnerBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "spinnerBorder", -1).                paintSpinnerBorder(context, g, x, y, w, h);        }        public void paintSplitPaneDividerBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "splitPaneDividerBackground", -1).                paintSplitPaneDividerBackground(context, g, x, y, w, h);        }        public void paintSplitPaneDividerForeground(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "splitPaneDividerForeground", direction).                paintSplitPaneDividerForeground(context, g, x, y, w, h, direction);        }        public void paintSplitPaneDragDivider(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "splitPaneDragDivider", direction).                paintSplitPaneDragDivider(context, g, x, y, w, h, direction);        }        public void paintSplitPaneBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "splitPaneBackground", -1).                paintSplitPaneBackground(context, g, x, y, w, h);        }        public void paintSplitPaneBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "splitPaneBorder", -1).                paintSplitPaneBorder(context, g, x, y, w, h);        }        public void paintTabbedPaneBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneBackground", -1).                paintTabbedPaneBackground(context, g, x, y, w, h);        }        public void paintTabbedPaneBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneBorder", -1).                paintTabbedPaneBorder(context, g, x, y, w, h);        }        public void paintTabbedPaneTabAreaBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneTabAreaBackground", -1).                paintTabbedPaneTabAreaBackground(context, g, x, y, w, h);        }        public void paintTabbedPaneTabAreaBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneTabAreaBorder", -1).                paintTabbedPaneTabAreaBorder(context, g, x, y, w, h);        }        public void paintTabbedPaneTabBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "tabbedPaneTabBackground", -1).                paintTabbedPaneTabBackground(context, g, x, y, w, h, direction);        }        public void paintTabbedPaneTabBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h, int direction) {            getPainter(context, "tabbedPaneTabBorder", -1).                paintTabbedPaneTabBorder(context, g, x, y, w, h, direction);        }        public void paintTabbedPaneContentBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneContentBackground", -1).                paintTabbedPaneContentBackground(context, g, x, y, w, h);        }        public void paintTabbedPaneContentBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tabbedPaneContentBorder", -1).                paintTabbedPaneContentBorder(context, g, x, y, w, h);        }        public void paintTableHeaderBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tableHeaderBackground", -1).                paintTableHeaderBackground(context, g, x, y, w, h);        }        public void paintTableHeaderBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tableHeaderBorder", -1).                paintTableHeaderBorder(context, g, x, y, w, h);        }        public void paintTableBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tableBackground", -1).                paintTableBackground(context, g, x, y, w, h);        }        public void paintTableBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "tableBorder", -1).                paintTableBorder(context, g, x, y, w, h);        }        public void paintTextAreaBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textAreaBackground", -1).                paintTextAreaBackground(context, g, x, y, w, h);        }        public void paintTextAreaBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textAreaBorder", -1).                paintTextAreaBorder(context, g, x, y, w, h);        }        public void paintTextPaneBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textPaneBackground", -1).                paintTextPaneBackground(context, g, x, y, w, h);        }        public void paintTextPaneBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textPaneBorder", -1).                paintTextPaneBorder(context, g, x, y, w, h);        }        public void paintTextFieldBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textFieldBackground", -1).                paintTextFieldBackground(context, g, x, y, w, h);        }        public void paintTextFieldBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "textFieldBorder", -1).                paintTextFieldBorder(context, g, x, y, w, h);        }        public void paintToggleButtonBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toggleButtonBackground", -1).                paintToggleButtonBackground(context, g, x, y, w, h);        }        public void paintToggleButtonBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toggleButtonBorder", -1).                paintToggleButtonBorder(context, g, x, y, w, h);        }        public void paintToolBarBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarBackground", -1).                paintToolBarBackground(context, g, x, y, w, h);        }        public void paintToolBarBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarBorder", -1).                paintToolBarBorder(context, g, x, y, w, h);        }        public void paintToolBarContentBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarContentBackground", -1).                paintToolBarContentBackground(context, g, x, y, w, h);        }        public void paintToolBarContentBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarContentBorder", -1).                paintToolBarContentBorder(context, g, x, y, w, h);        }        public void paintToolBarDragWindowBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarDragWindowBackground", -1).                paintToolBarDragWindowBackground(context, g, x, y, w, h);        }        public void paintToolBarDragWindowBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolBarDragWindowBorder", -1).                paintToolBarDragWindowBorder(context, g, x, y, w, h);        }        public void paintToolTipBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolTipBackground", -1).                paintToolTipBackground(context, g, x, y, w, h);        }        public void paintToolTipBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "toolTipBorder", -1).                paintToolTipBorder(context, g, x, y, w, h);        }        public void paintTreeBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "treeBackground", -1).                paintTreeBackground(context, g, x, y, w, h);        }        public void paintTreeBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "treeBorder", -1).                paintTreeBorder(context, g, x, y, w, h);        }        public void paintTreeCellBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "treeCellBackground", -1).                paintTreeCellBackground(context, g, x, y, w, h);        }        public void paintTreeCellBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "treeCellBorder", -1).                paintTreeCellBorder(context, g, x, y, w, h);        }        public void paintTreeCellFocus(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "treeCellFocus", -1).                paintTreeCellFocus(context, g, x, y, w, h);        }        public void paintViewportBackground(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "viewportBackground", -1).                paintViewportBackground(context, g, x, y, w, h);        }        public void paintViewportBorder(SynthContext context,                     Graphics g, int x, int y, int w, int h) {            getPainter(context, "viewportBorder", -1).                paintViewportBorder(context, g, x, y, w, h);        }    }}

⌨️ 快捷键说明

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