|
From: <fb...@us...> - 2003-07-11 15:10:12
|
Update of /cvsroot/jgb/jgb/src/dtd
In directory sc8-pr-cvs1:/tmp/cvs-serv30309/src/dtd
Modified Files:
dtd.xml
Log Message:
* src/dtd/dtd.xml:
Changed all external JavaDoc API links to point to the 1.3 version
instead of 1.4 or 1.4.1.
Index: dtd.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/src/dtd/dtd.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** dtd.xml 2 Jul 2003 16:17:02 -0000 1.25
--- dtd.xml 11 Jul 2003 15:10:09 -0000 1.26
***************
*** 274,285 ****
<tag refelement="window"/> tag describes one window. Windows
extends
! <link href="http://java.sun.com/j2se/1.4/docs/api/java/awt/Window.html">java.awt.Window</link>.
JGB only uses
! <link href="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JDialog.html">javax.swing.JDialog</link>
and
! <link href="http://java.sun.com/j2se/1.4/docs/api/javax/swing/JFrame.html">javax.swing.JFrame</link>.
It would be a simple matter to add support for
! <link href="http://java.sun.com/j2se/1.4/docs/api/java/awt/Dialog.html">java.awt.Dialog</link> and
! <link href="http://java.sun.com/j2se/1.4/docs/api/java/awt/Frame.html">java.awt.Frame</link>.
</p>
</description>
--- 274,285 ----
<tag refelement="window"/> tag describes one window. Windows
extends
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Window.html">java.awt.Window</link>.
JGB only uses
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/JDialog.html">javax.swing.JDialog</link>
and
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/JFrame.html">javax.swing.JFrame</link>.
It would be a simple matter to add support for
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Dialog.html">java.awt.Dialog</link> and
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Frame.html">java.awt.Frame</link>.
</p>
</description>
***************
*** 530,534 ****
<p>
The value may be any primitive type, but also includes
! <link href="http://java.sun.com/j2se/1.4/java/lang/String.html">java.lang.String</link>
since this is a very often used type.
</p>
--- 530,534 ----
<p>
The value may be any primitive type, but also includes
! <link href="http://java.sun.com/j2se/1.3/java/lang/String.html">java.lang.String</link>
since this is a very often used type.
</p>
***************
*** 782,786 ****
For extra information on this element's attributes, please
consult the Java API reference for the
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html">GridBagConstraints</link> class.
</p>
</description>
--- 782,786 ----
For extra information on this element's attributes, please
consult the Java API reference for the
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html">GridBagConstraints</link> class.
</p>
</description>
***************
*** 798,802 ****
</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#anchor">GridBagConstraints.anchor</see>
</p>
</description>
--- 798,802 ----
</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#anchor">GridBagConstraints.anchor</see>
</p>
</description>
***************
*** 813,817 ****
</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#fill">GridBagConstraints.fill</see>
</p>
</description>
--- 813,817 ----
</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#fill">GridBagConstraints.fill</see>
</p>
</description>
***************
*** 822,826 ****
<p>Defines the X position in the virtual grid in which to add the control.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#gridx">GridBagConstraints.gridx</see>
</p>
</description>
--- 822,826 ----
<p>Defines the X position in the virtual grid in which to add the control.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#gridx">GridBagConstraints.gridx</see>
</p>
</description>
***************
*** 831,835 ****
<p>Defines the Y position in the virtual grid in which to add the control.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#gridy">GridBagConstraints.gridy</see>
</p>
</description>
--- 831,835 ----
<p>Defines the Y position in the virtual grid in which to add the control.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#gridy">GridBagConstraints.gridy</see>
</p>
</description>
***************
*** 840,844 ****
<p>Defines the width of controls in the virtual grid.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#gridwidth">GridBagConstraints.gridwidth</see>
</p>
</description>
--- 840,844 ----
<p>Defines the width of controls in the virtual grid.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#gridwidth">GridBagConstraints.gridwidth</see>
</p>
</description>
***************
*** 849,853 ****
<p>Defines the height of controls in the virtual grid.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#gridheight">GridBagConstraints.gridheight</see>
</p>
</description>
--- 849,853 ----
<p>Defines the height of controls in the virtual grid.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#gridheight">GridBagConstraints.gridheight</see>
</p>
</description>
***************
*** 866,870 ****
</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#insets">GridBagConstraints.insets</see>
</p>
</description>
--- 866,870 ----
</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#insets">GridBagConstraints.insets</see>
</p>
</description>
***************
*** 875,879 ****
<p>Defines padding in the X direction for subsequently added controls.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#ipadx">GridBagConstraints.ipadx</see>
</p>
</description>
--- 875,879 ----
<p>Defines padding in the X direction for subsequently added controls.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#ipadx">GridBagConstraints.ipadx</see>
</p>
</description>
***************
*** 884,888 ****
<p>Defines padding in the Y direction for subsequently added controls.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#ipadx">GridBagConstraints.ipady</see>
</p>
</description>
--- 884,888 ----
<p>Defines padding in the Y direction for subsequently added controls.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#ipadx">GridBagConstraints.ipady</see>
</p>
</description>
***************
*** 893,897 ****
<p>Defines the horizontal weight of this control when resizing the window.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#weightx">GridBagConstraints.weightx</see>
</p>
</description>
--- 893,897 ----
<p>Defines the horizontal weight of this control when resizing the window.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#weightx">GridBagConstraints.weightx</see>
</p>
</description>
***************
*** 902,906 ****
<p>Defines the vertical weight of this control when resizing the window.</p>
<p>
! <see href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridBagConstraints.html#weighty">GridBagConstraints.weighty</see>
</p>
</description>
--- 902,906 ----
<p>Defines the vertical weight of this control when resizing the window.</p>
<p>
! <see href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridBagConstraints.html#weighty">GridBagConstraints.weighty</see>
</p>
</description>
***************
*** 944,948 ****
<tag refelement="controls"/> element pushes the parent
window's
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/JFrame.html#getContentPane()">content pane</link>
on the JGB stack so that child elements may be added to it.
</p>
--- 944,948 ----
<tag refelement="controls"/> element pushes the parent
window's
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/JFrame.html#getContentPane()">content pane</link>
on the JGB stack so that child elements may be added to it.
</p>
***************
*** 986,990 ****
The &fqcn; of the layout class to use. This class
must implement the
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/LayoutManager.html">LayoutManager</link>
interface.
</p>
--- 986,990 ----
The &fqcn; of the layout class to use. This class
must implement the
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/LayoutManager.html">LayoutManager</link>
interface.
</p>
***************
*** 1026,1032 ****
instantiated control to the parent element. JGB will try
to find a method like
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Container.html#add(java.awt.Component,%20java.lang.Object)">add(Component, Object)</link>
in the parent objects. This method is defined in the
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Container.html">Container</link> class.
</p>
</description>
--- 1026,1032 ----
instantiated control to the parent element. JGB will try
to find a method like
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Container.html#add(java.awt.Component,%20java.lang.Object)">add(Component, Object)</link>
in the parent objects. This method is defined in the
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Container.html">Container</link> class.
</p>
</description>
***************
*** 1041,1045 ****
<p>
A &fqcn; that extends
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Component.html">Component</link>.
This class must have a public, no-arg constructor for
it to be instantiated.
--- 1041,1045 ----
<p>
A &fqcn; that extends
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Component.html">Component</link>.
This class must have a public, no-arg constructor for
it to be instantiated.
***************
*** 1078,1082 ****
At that time, JGB will get the current constraints
and pass the saved object reference to the container's
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Container.html#add(java.awt.Component,%20java.lang.Object)">add(Component, Object)</link>
method.
</p>
--- 1078,1082 ----
At that time, JGB will get the current constraints
and pass the saved object reference to the container's
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/Container.html#add(java.awt.Component,%20java.lang.Object)">add(Component, Object)</link>
method.
</p>
***************
*** 1319,1323 ****
in which they are declared. The only possible border type at the
moment is a titled border, using the default
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/BorderFactory.html#createTitledBorder(javax.swing.border.Border)">BorderFactory.createTitledBorder(String title)</link>.
</p>
<p>
--- 1319,1323 ----
in which they are declared. The only possible border type at the
moment is a titled border, using the default
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/BorderFactory.html#createTitledBorder(javax.swing.border.Border)">BorderFactory.createTitledBorder(String title)</link>.
</p>
<p>
***************
*** 1358,1364 ****
This element also provides shortcuts when specifying one of
the standard layout managers (
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/BorderLayout.html">BorderLayout</link>,
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/FlowLayout.html">FlowLayout</link> or
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/GridLayout.html">GridLayout</link>).
</p>
</description>
--- 1358,1364 ----
This element also provides shortcuts when specifying one of
the standard layout managers (
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/BorderLayout.html">BorderLayout</link>,
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/FlowLayout.html">FlowLayout</link> or
! <link href="http://java.sun.com/j2se/1.3/docs/api/java/awt/GridLayout.html">GridLayout</link>).
</p>
</description>
***************
*** 1619,1623 ****
<em>groupname</em>. The object returned from
this key is a
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/ButtonGroup.html">ButtonGroup</link>.
</p>
<p>
--- 1619,1623 ----
<em>groupname</em>. The object returned from
this key is a
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/ButtonGroup.html">ButtonGroup</link>.
</p>
<p>
***************
*** 1625,1629 ****
a section in
<em>The Java Tutorial</em>, for more information about
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/ButtonGroup.html">ButtonGroup</link>s.
</p>
</description>
--- 1625,1629 ----
a section in
<em>The Java Tutorial</em>, for more information about
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/ButtonGroup.html">ButtonGroup</link>s.
</p>
</description>
***************
*** 2016,2020 ****
<p>
It is also possible to use Java's
! <link href="http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/KeyStroke.html#getKeyStroke(java.lang.String)">KeyStroke</link>
class format to specify which accelerator key to use.
</p>
--- 2016,2020 ----
<p>
It is also possible to use Java's
! <link href="http://java.sun.com/j2se/1.3/docs/api/javax/swing/KeyStroke.html#getKeyStroke(java.lang.String)">KeyStroke</link>
class format to specify which accelerator key to use.
</p>
|