< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html

Print this page
rev 55470 : 8225372: accessibility errors in tables in java.desktop files
Reviewed-by: aivanov

*** 2,12 **** <html lang="en"> <head> <meta charset="utf-8"/> <title>Synth File Format</title> <!-- ! Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this --- 2,12 ---- <html lang="en"> <head> <meta charset="utf-8"/> <title>Synth File Format</title> <!-- ! Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this
*** 775,790 **** <p> The following outlines which painter will be used for what SynthPainter method: </p> <table border=1> ! <caption> Painters for SynthPainter methods </caption> ! <tr><th>State<th>Method<th>Painter ! <tr><td>SELECTED<td>paintButtonBackground<td>stateButtonBackgroundPainter ! <tr><td>SELECTED<td>Anything but paintButtonBackground<td>stateFallbackPainter ! <tr><td>Anything but SELECTED<td>paintButtonBackground<td>styleButtonBackgroundPainter ! <tr><td>Anything but SELECTED<td>Anything but paintButtonBackground<td>fallbackPainter </table> <p> When several identical painters are declared, they are aggregated into a single one. Two painters are identical if their <em>direction</em> and --- 775,810 ---- <p> The following outlines which painter will be used for what SynthPainter method: </p> <table border=1> ! <caption>Painters for SynthPainter methods</caption> ! <thead> ! <tr> ! <th scope="col">Index ! <th scope="col">State ! <th scope="col">Method ! <th scope="col">Painter ! </thead> ! <tbody> ! <tr> ! <th scope="row">1 ! <td>SELECTED ! <td>paintButtonBackground<td>stateButtonBackgroundPainter ! <tr> ! <th scope="row">2 ! <td>SELECTED ! <td>Anything but paintButtonBackground<td>stateFallbackPainter ! <tr> ! <th scope="row">3 ! <td>Anything but SELECTED ! <td>paintButtonBackground<td>styleButtonBackgroundPainter ! <tr> ! <th scope="row">4 ! <td>Anything but SELECTED ! <td>Anything but paintButtonBackground<td>fallbackPainter ! </tbody> </table> <p> When several identical painters are declared, they are aggregated into a single one. Two painters are identical if their <em>direction</em> and
< prev index next >