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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue