summaryrefslogtreecommitdiff
path: root/javax/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'javax/accessibility')
-rw-r--r--javax/accessibility/Accessible.java4
-rw-r--r--javax/accessibility/AccessibleAction.java4
-rw-r--r--javax/accessibility/AccessibleBundle.java4
-rw-r--r--javax/accessibility/AccessibleComponent.java6
-rw-r--r--javax/accessibility/AccessibleContext.java4
-rw-r--r--javax/accessibility/AccessibleEditableText.java4
-rw-r--r--javax/accessibility/AccessibleExtendedComponent.java4
-rw-r--r--javax/accessibility/AccessibleExtendedTable.java4
-rw-r--r--javax/accessibility/AccessibleHyperlink.java4
-rw-r--r--javax/accessibility/AccessibleHypertext.java4
-rw-r--r--javax/accessibility/AccessibleIcon.java4
-rw-r--r--javax/accessibility/AccessibleKeyBinding.java4
-rw-r--r--javax/accessibility/AccessibleRelation.java8
-rw-r--r--javax/accessibility/AccessibleRelationSet.java11
-rw-r--r--javax/accessibility/AccessibleResourceBundle.java7
-rw-r--r--javax/accessibility/AccessibleRole.java8
-rw-r--r--javax/accessibility/AccessibleSelection.java4
-rw-r--r--javax/accessibility/AccessibleState.java9
-rw-r--r--javax/accessibility/AccessibleStateSet.java7
-rw-r--r--javax/accessibility/AccessibleTable.java4
-rw-r--r--javax/accessibility/AccessibleTableModelChange.java4
-rw-r--r--javax/accessibility/AccessibleText.java10
-rw-r--r--javax/accessibility/AccessibleValue.java4
-rw-r--r--javax/accessibility/package.html4
24 files changed, 70 insertions, 60 deletions
diff --git a/javax/accessibility/Accessible.java b/javax/accessibility/Accessible.java
index e26cf850c..0aa5ea569 100644
--- a/javax/accessibility/Accessible.java
+++ b/javax/accessibility/Accessible.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleAction.java b/javax/accessibility/AccessibleAction.java
index b65fb96a4..2ca683e45 100644
--- a/javax/accessibility/AccessibleAction.java
+++ b/javax/accessibility/AccessibleAction.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleBundle.java b/javax/accessibility/AccessibleBundle.java
index de8067096..7d78c021e 100644
--- a/javax/accessibility/AccessibleBundle.java
+++ b/javax/accessibility/AccessibleBundle.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleComponent.java b/javax/accessibility/AccessibleComponent.java
index e57d84a2f..4c612703f 100644
--- a/javax/accessibility/AccessibleComponent.java
+++ b/javax/accessibility/AccessibleComponent.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -117,7 +117,7 @@ public interface AccessibleComponent
* Get the font of this component
*
* @return the font of the component, or null if not supported
- * @see setFont(Font)
+ * @see #setFont(Font)
*/
Font getFont();
diff --git a/javax/accessibility/AccessibleContext.java b/javax/accessibility/AccessibleContext.java
index 582bd28e9..536deac0d 100644
--- a/javax/accessibility/AccessibleContext.java
+++ b/javax/accessibility/AccessibleContext.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleEditableText.java b/javax/accessibility/AccessibleEditableText.java
index ae1ef23f8..07d7530e4 100644
--- a/javax/accessibility/AccessibleEditableText.java
+++ b/javax/accessibility/AccessibleEditableText.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleExtendedComponent.java b/javax/accessibility/AccessibleExtendedComponent.java
index 230c73972..5b751f6eb 100644
--- a/javax/accessibility/AccessibleExtendedComponent.java
+++ b/javax/accessibility/AccessibleExtendedComponent.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleExtendedTable.java b/javax/accessibility/AccessibleExtendedTable.java
index f7c237db6..999c1f0b5 100644
--- a/javax/accessibility/AccessibleExtendedTable.java
+++ b/javax/accessibility/AccessibleExtendedTable.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleHyperlink.java b/javax/accessibility/AccessibleHyperlink.java
index 663f30af0..aec1f2a9c 100644
--- a/javax/accessibility/AccessibleHyperlink.java
+++ b/javax/accessibility/AccessibleHyperlink.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleHypertext.java b/javax/accessibility/AccessibleHypertext.java
index b10fb9af1..c70357272 100644
--- a/javax/accessibility/AccessibleHypertext.java
+++ b/javax/accessibility/AccessibleHypertext.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleIcon.java b/javax/accessibility/AccessibleIcon.java
index b1e5dde41..22786e5f3 100644
--- a/javax/accessibility/AccessibleIcon.java
+++ b/javax/accessibility/AccessibleIcon.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleKeyBinding.java b/javax/accessibility/AccessibleKeyBinding.java
index 16d7e36e5..b3a3ac453 100644
--- a/javax/accessibility/AccessibleKeyBinding.java
+++ b/javax/accessibility/AccessibleKeyBinding.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleRelation.java b/javax/accessibility/AccessibleRelation.java
index d77a90a3d..fae69efc4 100644
--- a/javax/accessibility/AccessibleRelation.java
+++ b/javax/accessibility/AccessibleRelation.java
@@ -1,5 +1,5 @@
/* AccessibleRelation.java -- the relation between accessible objects
- Copyright (C) 2002 Free Software Foundation
+ Copyright (C) 2002, 2005 Free Software Foundation
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -37,6 +37,8 @@ exception statement from your version. */
package javax.accessibility;
+import java.util.Locale;
+
/**
* The relation between one accessible object and one or more other objects.
* For example, a button may control an action. An AccessibleRelationSet
diff --git a/javax/accessibility/AccessibleRelationSet.java b/javax/accessibility/AccessibleRelationSet.java
index 767aa0647..8c33eaa72 100644
--- a/javax/accessibility/AccessibleRelationSet.java
+++ b/javax/accessibility/AccessibleRelationSet.java
@@ -1,5 +1,5 @@
/* AccessibleRelationSet.java -- the combined relations of an accessible object
- Copyright (C) 2002 Free Software Foundation
+ Copyright (C) 2002, 2005 Free Software Foundation
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -37,6 +37,7 @@ exception statement from your version. */
package javax.accessibility;
+import java.util.Locale;
import java.util.Vector;
/**
@@ -159,7 +160,7 @@ public class AccessibleRelationSet
/**
* Check if the relation key is in the set.
*
- * @param relation the relation to locate
+ * @param key the relation to locate
* @return true if it is in the set
*/
public boolean contains(String key)
@@ -174,7 +175,7 @@ public class AccessibleRelationSet
/**
* Get the relation that matches the key.
*
- * @param relation the relation to locate
+ * @param key the relation to locate
* @return the relation in the set, or null
*/
public AccessibleRelation get(String key)
diff --git a/javax/accessibility/AccessibleResourceBundle.java b/javax/accessibility/AccessibleResourceBundle.java
index b34dd73b0..52cf9cc38 100644
--- a/javax/accessibility/AccessibleResourceBundle.java
+++ b/javax/accessibility/AccessibleResourceBundle.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -39,13 +39,14 @@ exception statement from your version. */
package javax.accessibility;
import java.util.ListResourceBundle;
+import java.util.Locale;
/**
* This class is deprecated. It once was used for localizing accessibility
* strings, and was never meant for external use anyway.
*
* @author Eric Blake (ebb9@email.byu.edu)
- * @see AccessibleBundle.toDisplayString(String, Locale)
+ * @see AccessibleBundle#toDisplayString(String, Locale)
* @since 1.2
* @deprecated this class is no longer used
* @status updated to 1.4
diff --git a/javax/accessibility/AccessibleRole.java b/javax/accessibility/AccessibleRole.java
index 34f75602b..f386ad0e9 100644
--- a/javax/accessibility/AccessibleRole.java
+++ b/javax/accessibility/AccessibleRole.java
@@ -1,5 +1,5 @@
/* AccessibleRole.java -- the primary role of an accessible object
- Copyright (C) 2002 Free Software Foundation
+ Copyright (C) 2002, 2005 Free Software Foundation
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -37,6 +37,8 @@ exception statement from your version. */
package javax.accessibility;
+import java.util.Locale;
+
/**
* The role of an accessible object. For example, this could be "button" or
* "table". This strongly typed "enumeration" supports localized strings. If
diff --git a/javax/accessibility/AccessibleSelection.java b/javax/accessibility/AccessibleSelection.java
index ad52ebc73..de26de76e 100644
--- a/javax/accessibility/AccessibleSelection.java
+++ b/javax/accessibility/AccessibleSelection.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleState.java b/javax/accessibility/AccessibleState.java
index 74e5d08a0..a630354b0 100644
--- a/javax/accessibility/AccessibleState.java
+++ b/javax/accessibility/AccessibleState.java
@@ -1,5 +1,5 @@
/* AccessibleState.java -- a state of an accessible object
- Copyright (C) 2002 Free Software Foundation
+ Copyright (C) 2002, 2005 Free Software Foundation
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -37,6 +37,9 @@ exception statement from your version. */
package javax.accessibility;
+import java.awt.Dimension;
+import java.util.Locale;
+
/**
* A state portion of an accessible object. A combination of states represent
* the entire object state, in an AccessibleStateSet. For example, this could
diff --git a/javax/accessibility/AccessibleStateSet.java b/javax/accessibility/AccessibleStateSet.java
index 06218f3f9..29fd2ed97 100644
--- a/javax/accessibility/AccessibleStateSet.java
+++ b/javax/accessibility/AccessibleStateSet.java
@@ -1,5 +1,5 @@
/* AccessibleStateSet.java -- the combined state of an accessible object
- Copyright (C) 2002 Free Software Foundation
+ Copyright (C) 2002, 2005 Free Software Foundation
This file is part of GNU Classpath.
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -37,6 +37,7 @@ exception statement from your version. */
package javax.accessibility;
+import java.util.Locale;
import java.util.Vector;
/**
diff --git a/javax/accessibility/AccessibleTable.java b/javax/accessibility/AccessibleTable.java
index c008f455e..3be5177ad 100644
--- a/javax/accessibility/AccessibleTable.java
+++ b/javax/accessibility/AccessibleTable.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleTableModelChange.java b/javax/accessibility/AccessibleTableModelChange.java
index 0001a612a..6a85d0295 100644
--- a/javax/accessibility/AccessibleTableModelChange.java
+++ b/javax/accessibility/AccessibleTableModelChange.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/AccessibleText.java b/javax/accessibility/AccessibleText.java
index cffabe454..88aee1495 100644
--- a/javax/accessibility/AccessibleText.java
+++ b/javax/accessibility/AccessibleText.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -125,7 +125,7 @@ public interface AccessibleText
* Returns the section of text at the index, or null if the index or part
* is invalid.
*
- * @param part {@link CHARACTER}, {@link WORD}, or {@link SENTENCE}
+ * @param part {@link #CHARACTER}, {@link #WORD}, or {@link #SENTENCE}
* @param index the 0-based character index
* @return the selection of text at that index, or null
*/
@@ -135,7 +135,7 @@ public interface AccessibleText
* Returns the section of text after the index, or null if the index or part
* is invalid.
*
- * @param part {@link CHARACTER}, {@link WORD}, or {@link SENTENCE}
+ * @param part {@link #CHARACTER}, {@link #WORD}, or {@link #SENTENCE}
* @param index the 0-based character index
* @return the selection of text after that index, or null
*/
@@ -145,7 +145,7 @@ public interface AccessibleText
* Returns the section of text before the index, or null if the index or part
* is invalid.
*
- * @param part {@link CHARACTER}, {@link WORD}, or {@link SENTENCE}
+ * @param part {@link #CHARACTER}, {@link #WORD}, or {@link #SENTENCE}
* @param index the 0-based character index
* @return the selection of text before that index, or null
*/
diff --git a/javax/accessibility/AccessibleValue.java b/javax/accessibility/AccessibleValue.java
index a58e9ed1d..100b3ed8d 100644
--- a/javax/accessibility/AccessibleValue.java
+++ b/javax/accessibility/AccessibleValue.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
diff --git a/javax/accessibility/package.html b/javax/accessibility/package.html
index 2577f8d73..ec3ce8e91 100644
--- a/javax/accessibility/package.html
+++ b/javax/accessibility/package.html
@@ -16,8 +16,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and