protected class

JInternalFrame.AccessibleJInternalFrame

extends JComponent.AccessibleJComponent
implements AccessibleValue
java.lang.Object
   ↳ javax.accessibility.AccessibleContext
     ↳ java.awt.Component.AccessibleAWTComponent
       ↳ java.awt.Container.AccessibleAWTContainer
         ↳ javax.swing.JComponent.AccessibleJComponent
           ↳ javax.swing.JInternalFrame.AccessibleJInternalFrame

Class Overview

This class implements accessibility support for the JInternalFrame class. It provides an implementation of the Java Accessibility API appropriate to internal frame 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 XMLEncoder.

Summary

[Expand]
Inherited Constants
From class javax.accessibility.AccessibleContext
[Expand]
Inherited Fields
From class javax.swing.JComponent.AccessibleJComponent
From class java.awt.Container.AccessibleAWTContainer
From class java.awt.Component.AccessibleAWTComponent
From class javax.accessibility.AccessibleContext
Protected Constructors
JInternalFrame.AccessibleJInternalFrame()
Public Methods
String getAccessibleName()
Get the accessible name of this object.
AccessibleRole getAccessibleRole()
Get the role of this object.
AccessibleValue getAccessibleValue()
Gets the AccessibleValue associated with this object.
Number getCurrentAccessibleValue()
Get the value of this object as a Number.
Number getMaximumAccessibleValue()
Get the maximum value of this object as a Number.
Number getMinimumAccessibleValue()
Get the minimum value of this object as a Number.
boolean setCurrentAccessibleValue(Number n)
Set the value of this object as a Number.
[Expand]
Inherited Methods
From class javax.swing.JComponent.AccessibleJComponent
From class java.awt.Container.AccessibleAWTContainer
From class java.awt.Component.AccessibleAWTComponent
From class javax.accessibility.AccessibleContext
From class java.lang.Object
From interface javax.accessibility.AccessibleComponent
From interface javax.accessibility.AccessibleExtendedComponent
From interface javax.accessibility.AccessibleValue

Protected Constructors

protected JInternalFrame.AccessibleJInternalFrame ()

Public Methods

public String getAccessibleName ()

Get the accessible name of this object.

Returns
  • the localized name of the object -- can be null if this object does not have a name

public AccessibleRole getAccessibleRole ()

Get the role of this object.

Returns
  • an instance of AccessibleRole describing the role of the object
See Also

public AccessibleValue getAccessibleValue ()

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.

Returns
  • this object

public Number getCurrentAccessibleValue ()

Get the value of this object as a Number.

Returns
  • value of the object -- can be null if this object does not have a value

public Number getMaximumAccessibleValue ()

Get the maximum value of this object as a Number.

Returns
  • Maximum value of the object; null if this object does not have a maximum value

public Number getMinimumAccessibleValue ()

Get the minimum value of this object as a Number.

Returns
  • Minimum value of the object; null if this object does not have a minimum value

public boolean setCurrentAccessibleValue (Number n)

Set the value of this object as a Number.

Returns
  • true if the value was set