From 7431acbe5a56fb7a34777b040845a23d8135bfb7 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 20 Apr 2004 10:37:07 +0000 Subject: AWTPermission.java, [...]: Fixed HTML tags in javadocs all over. 2004-04-20 Michael Koch * java/awt/AWTPermission.java, java/awt/Component.java, java/awt/ComponentOrientation.java,, java/awt/Dialog.java, java/awt/FontMetrics.java, java/awt/Graphics.java, java/awt/datatransfer/DataFlavor.java, java/beans/Introspector.java, java/beans/PropertyEditor.java, java/beans/PropertyEditorManager.java, java/beans/beancontext/BeanContextServiceProvider.java: Fixed HTML tags in javadocs all over. From-SVN: r80890 --- libjava/java/beans/Introspector.java | 6 +++--- libjava/java/beans/PropertyEditor.java | 2 +- libjava/java/beans/PropertyEditorManager.java | 21 +++++++++++---------- .../beancontext/BeanContextServiceProvider.java | 8 +++----- 4 files changed, 18 insertions(+), 19 deletions(-) (limited to 'libjava/java/beans') diff --git a/libjava/java/beans/Introspector.java b/libjava/java/beans/Introspector.java index 078f98e..b3f67c5 100644 --- a/libjava/java/beans/Introspector.java +++ b/libjava/java/beans/Introspector.java @@ -65,7 +65,7 @@ import gnu.java.lang.ClassHelper; * When you call getBeanInfo(class c), the Introspector * first searches for BeanInfo class to see if you * provided any explicit information. It searches for a - * class named BeanInfo in different + * class named <bean class name>BeanInfo in different * packages, first searching the bean class's package * and then moving on to search the beanInfoSearchPath.

* @@ -113,14 +113,14 @@ import gnu.java.lang.ClassHelper; * type <type>. There may also be a * public <type>[] getXXX() and a * public void setXXX(<type>) - * method as well. + * method as well. *

  • If there is a * public void setXXX(int,<type>) * method, then it is a write-only indexed property of * type <type>. There may also be a * public <type>[] getXXX() and a * public void setXXX(<type>) - * method as well.
  • + * method as well. *
  • If there is a * public <type> getXXX() method, * then XXX is a read-only property of type diff --git a/libjava/java/beans/PropertyEditor.java b/libjava/java/beans/PropertyEditor.java index 18b1a89..5cc3f6a 100644 --- a/libjava/java/beans/PropertyEditor.java +++ b/libjava/java/beans/PropertyEditor.java @@ -77,7 +77,7 @@ package java.beans; ** have isPaintable() return true and implement the paintValue() method. ** This method does not determine in any way how the value is edited; ** merely how it is displayed.
  • - ** Let the caller of the PropertyEditor give the user a text input. Do + **
  • Let the caller of the PropertyEditor give the user a text input. Do ** this by returning a non-null String from getAsText(). If you support ** text input, you *must* support setAsText().
  • **
  • Give the caller a set of possible values, such as "true"/"false", that diff --git a/libjava/java/beans/PropertyEditorManager.java b/libjava/java/beans/PropertyEditorManager.java index aa0e177..85c9ba5 100644 --- a/libjava/java/beans/PropertyEditorManager.java +++ b/libjava/java/beans/PropertyEditorManager.java @@ -60,19 +60,20 @@ import java.awt.Font; * already registered; if it is, that property editor is * used. Next it takes the type's classname and appends * "Editor" to it, and searches first in the class's - * package and then in the property editor search path.

    + * package and then in the property editor search path. * - * Default property editors are provided for:

    - *

      - *
    1. boolean, byte, short, int, long, float, and double
    2. - *
    3. java.lang.String
    4. - *
    5. java.awt.Color
    6. - *
    7. java.awt.Font
    8. - *
        + *

        Default property editors are provided for:

        + * + *
          + *
        1. boolean, byte, short, int, long, float, and double
        2. + *
        3. java.lang.String
        4. + *
        5. java.awt.Color
        6. + *
        7. java.awt.Font
        8. + *
        * - * Spec Suggestion: Perhaps an editor for + *

        Spec Suggestion: Perhaps an editor for * Filename or something like it should be provided. As well - * as char. + * as char.

        * * @author John Keiser * @since 1.1 diff --git a/libjava/java/beans/beancontext/BeanContextServiceProvider.java b/libjava/java/beans/beancontext/BeanContextServiceProvider.java index de9c7de..cc2c935 100644 --- a/libjava/java/beans/beancontext/BeanContextServiceProvider.java +++ b/libjava/java/beans/beancontext/BeanContextServiceProvider.java @@ -62,14 +62,12 @@ import java.util.Iterator; public interface BeanContextServiceProvider { /** * Get a service. - * Called from BeanContextServices.getService(). - *

        + * Called from BeanContextServices.getService(). * - * If the requested service class is not available, or if this + *

        If the requested service class is not available, or if this * BeanContextServiceProvider chooses not honor the * request for some reason, then this method will return - * null. - *

        + * null.

        * * This method may throw unchecked exceptions, so watch out. * -- cgit v1.1