public class AccessibleUI extends Object implements Serializable
javax.accessibility.Accessible
interface
and that the designer of the UI did the necessary work to make sure the UI
would work well with assistive technologies that are aware of the Java Accessibility API.
Only UIDescriptor
s whose marshalled UI factory produces
a UI that supports the Accessibility API should include this attribute.
The presence of this attribute in an attribute set means the produced
UI will work well with assistive technologies that are aware of the Java
Accessibility API.
Constructor and Description |
---|
AccessibleUI()
Constructs a new
AccessibleUI attribute. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares the specified object (passed in
o ) with this
AccessibleUI object for equality. |
int |
hashCode()
Returns the hash code value for this
AccessibleUI . |
public boolean equals(Object o)
o
) with this
AccessibleUI
object for equality. Returns true
if
o
is non-null
and the fully qualified class name of the specified object (passed
in o
) is the same as the fully qualified class name of this object.public int hashCode()
AccessibleUI
. As
all AccessibleUI
objects are conceptually equivalent, this
method returns the hash code value for this object's fully qualified
class name String
.Copyright © 2016–2018. All rights reserved.