AWTPermission.java, [...]: Fixed HTML tags in javadocs all over.
2004-04-20 Michael Koch <konqueror@gmx.de> * 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
This commit is contained in:
parent
7f6f517f8a
commit
7431acbe5a
12 changed files with 59 additions and 42 deletions
|
@ -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 <bean class name>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.<P>
|
||||
*
|
||||
|
@ -113,14 +113,14 @@ import gnu.java.lang.ClassHelper;
|
|||
* type <type>. There may also be a
|
||||
* <CODE>public <type>[] getXXX()</CODE> and a
|
||||
* <CODE>public void setXXX(<type>)</CODE>
|
||||
* method as well.</CODE></LI>
|
||||
* method as well.</LI>
|
||||
* <LI>If there is a
|
||||
* <CODE>public void setXXX(int,<type>)</CODE>
|
||||
* method, then it is a write-only indexed property of
|
||||
* type <type>. There may also be a
|
||||
* <CODE>public <type>[] getXXX()</CODE> and a
|
||||
* <CODE>public void setXXX(<type>)</CODE>
|
||||
* method as well.</CODE></LI>
|
||||
* method as well.</LI>
|
||||
* <LI>If there is a
|
||||
* <CODE>public <type> getXXX()</CODE> method,
|
||||
* then XXX is a read-only property of type
|
||||
|
|
|
@ -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.</LI>
|
||||
** <LU>Let the caller of the PropertyEditor give the user a text input. Do
|
||||
** <LI>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().</LI>
|
||||
** <LI>Give the caller a set of possible values, such as "true"/"false", that
|
||||
|
|
|
@ -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.<P>
|
||||
* package and then in the property editor search path.
|
||||
*
|
||||
* Default property editors are provided for:<P>
|
||||
* <OL>
|
||||
* <LI>boolean, byte, short, int, long, float, and double</LI>
|
||||
* <LI>java.lang.String</LI>
|
||||
* <LI>java.awt.Color</LI>
|
||||
* <LI>java.awt.Font</LI>
|
||||
* <OL>
|
||||
* <p>Default property editors are provided for:</p>
|
||||
*
|
||||
* <ol>
|
||||
* <li>boolean, byte, short, int, long, float, and double</li>
|
||||
* <li>java.lang.String</li>
|
||||
* <li>java.awt.Color</li>
|
||||
* <li>java.awt.Font</li>
|
||||
* </ol>
|
||||
*
|
||||
* <STRONG>Spec Suggestion:</STRONG> Perhaps an editor for
|
||||
* <p><strong>Spec Suggestion:</strong> Perhaps an editor for
|
||||
* Filename or something like it should be provided. As well
|
||||
* as char.
|
||||
* as char.</p>
|
||||
*
|
||||
* @author John Keiser
|
||||
* @since 1.1
|
||||
|
|
|
@ -62,14 +62,12 @@ import java.util.Iterator;
|
|||
public interface BeanContextServiceProvider {
|
||||
/**
|
||||
* Get a service.
|
||||
* Called from <code>BeanContextServices.getService().
|
||||
* <P>
|
||||
* Called from <code>BeanContextServices.getService()</code>.
|
||||
*
|
||||
* If the requested service class is not available, or if this
|
||||
* <p>If the requested service class is not available, or if this
|
||||
* <code>BeanContextServiceProvider</code> chooses not honor the
|
||||
* request for some reason, then this method will return
|
||||
* <code>null</code>.
|
||||
* <P>
|
||||
* <code>null</code>.</p>
|
||||
*
|
||||
* This method may throw unchecked exceptions, so watch out.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue