Misc. cleanups of template description HTML. QBE200204250100-BLD200204252355
authorjglick@netbeans.org
Mon, 15 Apr 2002 11:57:50 +0000
changeset 78285aab4933e4a
parent 781 fe4120452737
child 783 8bf03e9935c2
Misc. cleanups of template description HTML.
apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Container_node.html
apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Filter_node.html
     1.1 --- a/apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Container_node.html	Mon Apr 15 08:59:16 2002 +0000
     1.2 +++ b/apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Container_node.html	Mon Apr 15 11:57:50 2002 +0000
     1.3 @@ -7,19 +7,23 @@
     1.4     - http://www.sun.com/
     1.5     - 
     1.6     - The Original Code is NetBeans. The Initial Developer of the Original
     1.7 -   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
     1.8 +   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
     1.9     - Microsystems, Inc. All Rights Reserved.
    1.10    -->
    1.11  
    1.12  <HTML><BODY>
    1.13 -Adds to the functionality in <code>Leaf_node</code> by providing
    1.14 +
    1.15 +<p>Adds to the functionality in <b>Leaf&nbsp;Node</b> by providing
    1.16  a list of child nodes, in this case using the common and versatile <code>Children.Keys</code>.
    1.17  It adds support for adding new subnodes, handling pastes of various types of data and converting
    1.18 -them, and reordering child nodes. The children class (separate) shows how you can lazily determine
    1.19 +them, and reordering child nodes.</p>
    1.20 +
    1.21 +<p>The children class (separate) shows how you can lazily determine
    1.22  what the children should be (only when the parent is expanded), including garbage collecting them
    1.23  after a period of disuse; create nodes corresponding to various abstract keys which represent them;
    1.24  and manipulate the key set in various ways, usually in cooperation with the parent node. The icon
    1.25 -set for the parent may provide a different appearance when the node is expanded.
    1.26 +set for the parent may provide a different appearance when the node is expanded.</p>
    1.27  
    1.28 -<p>The default executor lets you see a test sample of the node inside the IDE.
    1.29 +<p>The default executor lets you see a test sample of the node inside the IDE.</p>
    1.30 +
    1.31  </BODY></HTML>
     2.1 --- a/apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Filter_node.html	Mon Apr 15 08:59:16 2002 +0000
     2.2 +++ b/apisupport/src/org/netbeans/modules/apisupport/resources/templates/Nodes_API/Filter_node.html	Mon Apr 15 11:57:50 2002 +0000
     2.3 @@ -7,17 +7,21 @@
     2.4     - http://www.sun.com/
     2.5     - 
     2.6     - The Original Code is NetBeans. The Initial Developer of the Original
     2.7 -   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
     2.8 +   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
     2.9     - Microsystems, Inc. All Rights Reserved.
    2.10    -->
    2.11  
    2.12  <HTML><BODY>
    2.13 -A node which just acts as a mirror of another node, usually
    2.14 +
    2.15 +<p>A node which just acts as a mirror of another node, usually
    2.16  partially overriding the original's behavior. The template shows how to control which operations
    2.17  and delegated to the original node, and which are performed on the filter node. It also includes
    2.18  examples of adding cookies and properties (on the Property Sheet) to the original (the additions
    2.19 -being visible only in the filter). The template also includes a <code>FilterNode.Children</code>
    2.20 +being visible only in the filter).</p>
    2.21 +
    2.22 +<p>The template also includes a <code>FilterNode.Children</code>
    2.23  implementation which permits you to also customize the appearance and behavior of the displayed
    2.24  children of the filter node, such as specially mirroring the original node's children. There
    2.25 -are no icons in this template because usually the icon is delegated to the original node.
    2.26 +are no icons in this template because usually the icon is delegated to the original node.</p>
    2.27 +
    2.28  </BODY></HTML>