synthpainter.java
来自「linux下建立JAVA虚拟机的源码KAFFE」· Java 代码 · 共 1,930 行 · 第 1/5 页
JAVA
1,930 行
*/ public void paintTabbedPaneTabBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a tab of a tabbed pane. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTabbedPaneTabBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a table. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTableBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a table. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTableBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a table's header. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTableHeaderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a table's header. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTableHeaderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a text area. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a text area. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a text field. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a text field. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a text pane. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a text pane. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTextPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a toggle button. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToggleButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a toggle button. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToggleButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of the contents of a toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of the contents of a toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of the window of a detached toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarDragWindowBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of the window of a detached toolbar. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolBarDragWindowBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a tool tip. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolTipBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a tool tip. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintToolTipBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the background of a tree. * * @param ctx the synth context identifying the component and region for * painting * @param g the graphics context to use for painting * @param x the X coordinate of the area to paint * @param y the Y coordinate of the area to paint * @param w the width of the area to paint * @param h the height of the area to paint */ public void paintTreeBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h) { // Nothing to do here. } /** * Paints the border of a tree. * * @param ctx the synth context identifying the component and region for * paint
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?