net.jini.lookup.ui.attribute
Class AccessibleUI

java.lang.Object
  |
  +--net.jini.lookup.ui.attribute.AccessibleUI

public class AccessibleUI
extends java.lang.Object
implements java.io.Serializable

UI attribute that indicates a generated UI implements the the 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 UIDescriptors 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.

See Also:
Serialized Form

Constructor Summary
AccessibleUI()
           
 
Method Summary
 boolean equals(java.lang.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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessibleUI

public AccessibleUI()
Method Detail

equals

public boolean equals(java.lang.Object o)
Compares the specified object (passed in o) with this AccessibleUI object for equality. Returns true if o is non-null and the class of the specified object (passed in o) is AccessibleUI.
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns the hash code value for this AccessibleUI. As all AccessibleUI objects are conceptually equivalent, this method returns the hash code value for this AccessibleUI object's Class instance.
Overrides:
hashCode in class java.lang.Object