You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2021/01/07 07:23:45 UTC

svn commit: r1885232 - in /pivot/trunk: build.xml pivot.css web/src/org/apache/pivot/web/package.html wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html

Author: rwhitcomb
Date: Thu Jan  7 07:23:44 2021
New Revision: 1885232

URL: http://svn.apache.org/viewvc?rev=1885232&view=rev
Log:
Fix Java 11 javadoc problems (including extra CSS stylesheet).

Added:
    pivot/trunk/pivot.css
Modified:
    pivot/trunk/build.xml
    pivot/trunk/web/src/org/apache/pivot/web/package.html
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1885232&r1=1885231&r2=1885232&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Thu Jan  7 07:23:44 2021
@@ -441,6 +441,7 @@ limitations under the License.
 
                 <arg value="-html4" if:true="${html4.output}"/>
                 <arg value="--frames" if:true="${html4.output}"/>
+                <arg line="--add-stylesheet pivot.css"/>
             </javadoc>
 
             <package-maven-source-or-javadoc-jar
@@ -625,6 +626,7 @@ limitations under the License.
 
             <arg value="-html4" if:true="${html4.output}"/>
             <arg value="--frames" if:true="${html4.output}"/>
+            <arg line="--add-stylesheet pivot.css"/>
         </javadoc>
     </target>
 

Added: pivot/trunk/pivot.css
URL: http://svn.apache.org/viewvc/pivot/trunk/pivot.css?rev=1885232&view=auto
==============================================================================
--- pivot/trunk/pivot.css (added)
+++ pivot/trunk/pivot.css Thu Jan  7 07:23:44 2021
@@ -0,0 +1,14 @@
+#proptable {
+    border-collapse: collapse;
+    caption-side: bottom;
+}
+#proptable table, td, th {
+    border-style: solid;
+    border-width: 1px;
+    border-color: black;
+    padding: 4px;
+}
+#proptable caption {
+    font-size: 0.9rem;
+    font-style: italic;
+}

Modified: pivot/trunk/web/src/org/apache/pivot/web/package.html
URL: http://svn.apache.org/viewvc/pivot/trunk/web/src/org/apache/pivot/web/package.html?rev=1885232&r1=1885231&r2=1885232&view=diff
==============================================================================
--- pivot/trunk/web/src/org/apache/pivot/web/package.html (original)
+++ pivot/trunk/web/src/org/apache/pivot/web/package.html Thu Jan  7 07:23:44 2021
@@ -23,6 +23,7 @@ limitations under the License.
 <p>Fundamentally, a web query is simply an <a href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">HTTP</a> request. However, the default data format used by a web query is not HTML, but JSON. This allows a caller to effectively invoke database-like operations over the web - the HTTP methods are used in a manner that is very similar to their corresponding SQL equivalents:</p>
 
 <table style="border-collapse:collapse; border:solid 1px #999999">
+    <caption>HTTP Methods and SQL Operations</caption>
     <thead>
         <tr>
             <th style="font-weight:bold">HTTP Method</th>

Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html?rev=1885232&r1=1885231&r2=1885232&view=diff
==============================================================================
--- pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html (original)
+++ pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html Thu Jan  7 07:23:44 2021
@@ -16,8 +16,9 @@ limitations under the License.
 -->
 
 <html>
-<head></head>
-<body>
+<head>
+</head>
+<body style="font-family:arial,helvetica,sans-serif;">
 
 <p>
 Defines skin classes for the "Terra" theme.
@@ -31,19 +32,18 @@ the component by referencing the theme's
 is shown below:
 </p>
 <p>
-<img src="doc-files/palette.png" border="0" alt="The default color palette">
+<img src="doc-files/palette.png" style="border:none;"  alt="The default color palette">
 <br>
-<font style="font-" color="#000000" size="-1" face="arial,helvetica,sanserif">
 <i>The default color palette</i>
-</font>
 </p>
 <br>
 
 <p>
 The font, color palette, and message icons are defined in a JSON file that should contain a
-<code>Map</code> containing the following properties:
+<code>Map</code> with the following properties:
 </p>
-<table border="1" cellpadding="5">
+<table id="proptable">
+<caption>Skin Property Map</caption>
 <tr>
 <th>Property</th>
 <th>Type</th>