protected class javax.swing
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon


Show All Login
Java SE 6
  
Extends: AccessibleContext > Component.AccessibleAWTComponent > Container.AccessibleAWTContainer > JComponent.AccessibleJComponent
Implements: AccessibleValue
Contained within: JInternalFrame.JDesktopIcon

This class implements accessibility support for the JInternalFrame.JDesktopIcon class. It provides an implementation of the Java Accessibility API appropriate to desktop icon user-interface elements.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see java.beans.XMLEncoder.


Constructors
protected JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon()

Properties
public AccessibleRole getAccessibleRole() Details
Gets the role of this object.
returnan instance of AccessibleRole describing the role of the object
See also javax.accessibility.AccessibleRole
public AccessibleValue getAccessibleValue() Details
Gets the AccessibleValue associated with this object. In the implementation of the Java Accessibility API for this class, returns this object, which is responsible for implementing the AccessibleValue interface on behalf of itself.
returnthis object
public boolean setCurrentAccessibleValue(Number n) Details
Sets the value of this object as a Number.
returntrue if the value was set
public Number getCurrentAccessibleValue() Details
Gets the value of this object as a Number.
returnvalue of the object -- can be null if this object does not have a value
public Number getMaximumAccessibleValue() Details
Gets the maximum value of this object as a Number.
returnmaximum value of the object; null if this object does not have a maximum value
public Number getMinimumAccessibleValue() Details
Gets the minimum value of this object as a Number.
returnminimum value of the object; null if this object does not have a minimum value