Adding more useful comments to all packages.html descriptions in util submodule dev_j2eeserver_redesign2 lazyviews_base
authorjtulach@netbeans.org
Fri, 29 Apr 2005 14:11:09 +0000
changeset 175d85d238cb7e
parent 16 e8f9533d1272
child 18 23bbdfb9aaa9
Adding more useful comments to all packages.html descriptions in util submodule
openide.util/src/org/openide/ServiceType.java
openide.util/src/org/openide/package.html
openide.util/src/org/openide/util/io/package.html
openide.util/src/org/openide/util/lookup/package.html
openide.util/src/org/openide/xml/package.html
     1.1 --- a/openide.util/src/org/openide/ServiceType.java	Thu Apr 28 04:46:41 2005 +0000
     1.2 +++ b/openide.util/src/org/openide/ServiceType.java	Fri Apr 29 14:11:09 2005 +0000
     1.3 @@ -279,6 +279,9 @@
     1.4  
     1.5      /** Handle for a service type. This is a serializable class that should be used
     1.6      * to store types and to recreate them after deserialization.
     1.7 +    * @deprecated The prefered way to register and lookup services
     1.8 +    *   is now {@link Lookup} as described in <a href="util/doc-files/api.html#lookup">
     1.9 +    *   services registration and lookup</a> page.
    1.10      */
    1.11      public static final class Handle extends Object implements java.io.Serializable {
    1.12          /** generated Serialized Version UID */
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/openide.util/src/org/openide/package.html	Fri Apr 29 14:11:09 2005 +0000
     2.3 @@ -0,0 +1,19 @@
     2.4 +<!--
     2.5 +   -                 Sun Public License Notice
     2.6 +   - 
     2.7 +   - The contents of this file are subject to the Sun Public License
     2.8 +   - Version 1.0 (the "License"). You may not use this file except in
     2.9 +   - compliance with the License. A copy of the License is available at
    2.10 +   - http://www.sun.com/
    2.11 +   - 
    2.12 +   - The Original Code is NetBeans. The Initial Developer of the Original
    2.13 +   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun
    2.14 +   - Microsystems, Inc. All Rights Reserved.
    2.15 +  -->
    2.16 +
    2.17 +<html>
    2.18 +<body>
    2.19 +Provides <a href="ErrorManager.html">ErrorManager</a> - the central place for logging and
    2.20 +reproting failures in <em>NetBeans</em> based system.
    2.21 +</body>
    2.22 +</html>
     3.1 --- a/openide.util/src/org/openide/util/io/package.html	Thu Apr 28 04:46:41 2005 +0000
     3.2 +++ b/openide.util/src/org/openide/util/io/package.html	Fri Apr 29 14:11:09 2005 +0000
     3.3 @@ -13,12 +13,6 @@
     3.4  
     3.5  <html>
     3.6  <body>
     3.7 -
     3.8 -A set of
     3.9 -
    3.10 -<a href="../doc-files/api.html">utility classes</a>
    3.11 -
    3.12 -providing extensions to the Java I/O system.
    3.13 -
    3.14 +A set of utility classes providing extensions to the Java I/O system.
    3.15  </body>
    3.16  </html>
     4.1 --- a/openide.util/src/org/openide/util/lookup/package.html	Thu Apr 28 04:46:41 2005 +0000
     4.2 +++ b/openide.util/src/org/openide/util/lookup/package.html	Fri Apr 29 14:11:09 2005 +0000
     4.3 @@ -13,12 +13,6 @@
     4.4  
     4.5  <html>
     4.6  <body>
     4.7 -
     4.8 -Useful implementations of the
     4.9 -
    4.10 -<a href="../doc-files/api.html">lookup system</a>
    4.11 -
    4.12 -used to register functionality and objects in the APIs.
    4.13 -
    4.14 +Support classes for the Registration and {@link org.openide.util.Lookup} extension mechanism.
    4.15  </body>
    4.16  </html>
     5.1 --- a/openide.util/src/org/openide/xml/package.html	Thu Apr 28 04:46:41 2005 +0000
     5.2 +++ b/openide.util/src/org/openide/xml/package.html	Fri Apr 29 14:11:09 2005 +0000
     5.3 @@ -14,11 +14,7 @@
     5.4  <html>
     5.5  <body>
     5.6  
     5.7 -A set of
     5.8 -
     5.9 -<a href="../util/doc-files/api.html">utility classes</a>
    5.10 -
    5.11 -assisting in the manipulation of XML documents in the IDE.
    5.12 +A set of utility classes assisting in the manipulation of XML documents in the IDE.
    5.13  
    5.14  Includes utilities to get an available XML parser, serialize DOM trees
    5.15  as text, get a catalog of external entities with registered system IDs