8260314: Replace border="1" on tables with CSS
Reviewed-by: serb
This commit is contained in:
parent
e696baabfb
commit
7ed591cc9a
@ -53,7 +53,7 @@ setting, they may not be available in environments that do
|
||||
not support them. In the event that a desktop property is
|
||||
unavailable for any reason, the implementation will return
|
||||
<code>null</code>.
|
||||
<table border=1>
|
||||
<table class="striped">
|
||||
<caption>The following table summarizes the desktop properties documented
|
||||
here, and their value types.</caption>
|
||||
<thead>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<title>The AWT Modality</title>
|
||||
<style>
|
||||
td {text-align: center;}
|
||||
tr {text-align: center;}
|
||||
</style>
|
||||
</head>
|
||||
<!--
|
||||
@ -207,7 +206,7 @@
|
||||
Showing the toolkit-modal dialog: "M"<br>
|
||||
M remains unblocked.
|
||||
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>The Standard Blocking Matrix</caption>
|
||||
<tbody><tr>
|
||||
<th scope="col">current/shown</th>
|
||||
|
@ -345,7 +345,7 @@ advanced only on user input.
|
||||
|
||||
<p>
|
||||
<a id="mapping"></a>
|
||||
<table border=1>
|
||||
<table class="striped">
|
||||
<caption><b>Mapping of Standard to GIF Native Stream Metadata</b></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -408,7 +408,7 @@ advanced only on user input.
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table border=1>
|
||||
<table class="striped">
|
||||
<caption><b>Mapping of Standard to GIF Native Image Metadata</b></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -227,7 +227,7 @@ object returned by the TIFF reader using the
|
||||
<h4><a id="MapNativeStandard"></a>
|
||||
Mapping of TIFF Native Image Metadata to the Standard Metadata Format</h4>
|
||||
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>The derivation of standard metadata format
|
||||
<a href="standard_metadata.html">javax_imageio_1.0</a>
|
||||
elements from <a href="#ImageMetadata">TIFF native image metadata</a> is given
|
||||
@ -511,7 +511,7 @@ the <code>ImageWriteParam</code> after setting the compression mode to
|
||||
<code>MODE_EXPLICIT</code>. The set of innately
|
||||
supported compression types is listed in the following table:
|
||||
|
||||
<table border=1>
|
||||
<table class="striped">
|
||||
<caption><b>Supported Compression Types</b></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -757,7 +757,7 @@ writer.</p>
|
||||
Mapping of the Standard Metadata Format to TIFF Native Image Metadata</h4>
|
||||
|
||||
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>The derivation of <a href="#ImageMetadata">TIFF native image metadata</a>
|
||||
elements from the standard metadata format
|
||||
<a href="standard_metadata.html">javax_imageio_1.0</a> is
|
||||
|
@ -54,7 +54,7 @@ JComboBox, JScrollBar and JSplitPane (for the buttons on the divider).
|
||||
In addition to the <a
|
||||
href="#buttonProperties">Button properties</a>, ArrowButton supports
|
||||
the following properties: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>ArrowButton Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -76,7 +76,7 @@ the following properties: </p>
|
||||
<p> JButton paints text using the TEXT_FOREGROUND ColorType. In addition
|
||||
to the <a href="#buttonProperties">Button properties</a>, JButton
|
||||
supports the following property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JButton Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -99,7 +99,7 @@ button that is receiving focus. </td>
|
||||
<p> JCheckBox paints text using the TEXT_FOREGROUND ColorType. In
|
||||
addition to the <a href="#buttonProperties">Button properties</a>,
|
||||
JCheckBox supports the following property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JCheckBox Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -120,7 +120,7 @@ JCheckBox supports the following property: </p>
|
||||
<h2><a id="JComboBox">JComboBox</a></h2>
|
||||
<p> JComboBox is a composite component that consists of the following
|
||||
child Components: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JComboBox child components</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Name</th>
|
||||
@ -168,7 +168,7 @@ the renderer is a UIResource. </td>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JComboBox Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -188,7 +188,7 @@ with the keyboard. </td>
|
||||
</table>
|
||||
<br>
|
||||
<h2>JFileChooser</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JFileChooser Specific Properties</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -348,7 +348,7 @@ of the file chooser.<br>
|
||||
</table>
|
||||
<br>
|
||||
<h2><a id="JInternalFrame"></a>JInternalFrame</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JInternalFrame Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property<br>
|
||||
@ -380,7 +380,7 @@ the system menu will be shown.<br>
|
||||
<p>JInternalFrameTitlePane is the control bar located at the top of the
|
||||
internal frame similar to that found in a frame.<br>
|
||||
</p>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JInternalFrameTitlePane Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property<br>
|
||||
@ -478,7 +478,7 @@ abililty to close the internal frame.
|
||||
<h2><a id="JList">JList</a></h2>
|
||||
<p> JList's sets the name of the renderer to List.renderer. JList
|
||||
supports the following properties: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JList Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -522,7 +522,7 @@ specific to the component and Region.MENU_ITEM_ACCELERATOR.
|
||||
MENU_ITEM_ACCELERATOR is used for painting the accelerator. Both Regions
|
||||
paint text using the TEXT_FOREGROUND ColorType. The following set of
|
||||
properties are supported: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>Menu classes common properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -577,7 +577,7 @@ this is used. </td>
|
||||
<p> <code>Prefix</code> is one of: CheckBoxMenuItem, Menu, MenuItem, or
|
||||
RadioButtonMenuItem. </p>
|
||||
<p> JMenu also supports the following properties: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JMenu specific properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -606,7 +606,7 @@ RadioButtonMenuItem. </p>
|
||||
components, they are: OptionPane.button, OptionPane.label,
|
||||
OptionPane.comboBox, OptionPane.scrollPane, OptionPane.list,
|
||||
OptionPane.textField, OptionPane.iconLabel. </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JOptionPane Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -719,7 +719,7 @@ it follows the other buttons. </td>
|
||||
<br>
|
||||
<h2><a id="JProgressBar"></a>JProgressBar<br>
|
||||
</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JProgressBar Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property</th>
|
||||
@ -759,7 +759,7 @@ the bouncing box per frame when the progress bar is indeterminate.<br>
|
||||
<p> JRadioButton paints text using the TEXT_FOREGROUND ColorType. In
|
||||
addition to the <a href="#buttonProperties">Button properties</a>,
|
||||
JRadioButton supports the following property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JRadioButton Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -780,7 +780,7 @@ JRadioButton supports the following property: </p>
|
||||
<h2><a id="JScrollBar">JScrollBar</a></h2>
|
||||
<p> JScrollBar is a composite component that consists of the following
|
||||
child Components: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JScrollBar child components</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Name</th>
|
||||
@ -797,7 +797,7 @@ child Components: </p>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JScrollBar Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -852,7 +852,7 @@ will be made equal. </td>
|
||||
<h2><a id="Separator">Separators</a></h2>
|
||||
<p> All of the separator classes, JSeparator, JPopupMenu.Separator and
|
||||
JToolBar.Separator use the same property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>Separator classes common properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -872,7 +872,7 @@ preferred size will include the Insets. </td>
|
||||
</tbody>
|
||||
</table>
|
||||
<p> JToolBar.Separator also supports the following property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JToolBar.Separator specific properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -906,7 +906,7 @@ preferred size will include the Insets. </td>
|
||||
<code>paintViewportBorder</code> is called to paint the
|
||||
<code>Viewport</code>s border.
|
||||
</p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JScrollPane Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -930,7 +930,7 @@ potentially two buttons, if setOneTouchExpandable(true) has been
|
||||
invoked. The two buttons will be named:
|
||||
SplitPaneDivider.leftOneTouchButton and
|
||||
SplitPaneDivider.rightOneTouchButton. </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JSplitPane Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -974,7 +974,7 @@ setOneTouchExpandable. </td>
|
||||
</table>
|
||||
<br>
|
||||
<h2><a id="JSlider"></a>JSlider</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JSlider Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property<br>
|
||||
@ -1033,7 +1033,7 @@ of the slider.<br>
|
||||
</table>
|
||||
<br>
|
||||
<h2><a id="JTabbedPane"></a>JTabbedPane</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>JTabbedPane Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property</th>
|
||||
@ -1096,7 +1096,7 @@ selected tab.<br>
|
||||
<h2><a id="JTable">JTable</a></h2>
|
||||
<p> JTable sets the name of the renderer to Table.cellRenderer.
|
||||
JTable supports the following properties: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JTable Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -1141,7 +1141,7 @@ renderer will only succeed if it is a Synth Border. </td>
|
||||
<h2><a id="JTree">JTree</a></h2>
|
||||
<p> JTree sets the name of the renderer to Tree.renderer, the name of
|
||||
the editor is Tree.cellEditor.</p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JTree Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -1225,7 +1225,7 @@ and <a href="synthFileFormat.html#e.graphicsUtils">binding it</a> to the tree.</
|
||||
<p> JToggleButton paints text using the TEXT_FOREGROUND ColorType. In
|
||||
addition to the <a href="#buttonProperties">Button properties</a>,
|
||||
JToggleButton supports the following property: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>JToggleButton Specific Properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -1247,7 +1247,7 @@ JToggleButton supports the following property: </p>
|
||||
<p> Each of the Button classes (JButton, JCheckBox, JRadioButton,
|
||||
JToggleButton and SynthArrowButton) support a similar set of properties.
|
||||
These properties are: </p>
|
||||
<table border="1">
|
||||
<table class="striped">
|
||||
<caption>Button classes common properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col">Property</th>
|
||||
@ -1299,7 +1299,7 @@ JToggleButton.<br>
|
||||
</p>
|
||||
<h2><a id="textProperties"></a>Text Properties<br>
|
||||
</h2>
|
||||
<table border="1" style="text-align: left; width: 100%;">
|
||||
<table class="striped" style="text-align: left; width: 100%;">
|
||||
<caption>Text classes common properties</caption>
|
||||
<thead><tr>
|
||||
<th scope="col" style="vertical-align: top; text-align: center;">Property</th>
|
||||
|
@ -776,7 +776,7 @@ div.example {
|
||||
The following outlines which painter will be used for what
|
||||
SynthPainter method:
|
||||
</p>
|
||||
<table border=1>
|
||||
<table class="striped">
|
||||
<caption>Painters for SynthPainter methods</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user