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:
committed by
Michael Koch
parent
7f6f517f8a
commit
7431acbe5a
@@ -171,13 +171,15 @@ public final class ComponentOrientation implements Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an orientation from a resource bundle. This tries the following:<ol>
|
||||
* Gets an orientation from a resource bundle. This tries the following:
|
||||
*
|
||||
* <ul>
|
||||
* <li>Use the key "Orientation" to find an instance of ComponentOrientation
|
||||
* in the bundle.</li>
|
||||
* <li>Get the locale of the resource bundle, and get the orientation of
|
||||
* that locale.</li>
|
||||
* <li>Give up and get the orientation of the default locale.<li>
|
||||
* <ol>
|
||||
* <li>Give up and get the orientation of the default locale.</li>
|
||||
* </ul>
|
||||
*
|
||||
* @param bdl the bundle to use
|
||||
* @return the orientation
|
||||
|
||||
Reference in New Issue
Block a user