Class JDialog.AccessibleJDialog

All Implemented Interfaces:
Serializable, AccessibleComponent
Enclosing class:
JDialog
protected class JDialog.AccessibleJDialog extends Dialog.AccessibleAWTDialog
This class implements accessibility support for the JDialog class. It provides an implementation of the Java Accessibility API appropriate to dialog user-interface elements.

Nested Class Summary

Field Summary

Constructor Summary

Modifier Constructor Description
protected
Constructs an AccessibleJDialog.

Method Summary

Modifier and Type Method Description
String getAccessibleName()
Get the accessible name of this object.
AccessibleStateSet getAccessibleStateSet()
Get the state of this object.

Methods declared in class java.awt.Dialog.AccessibleAWTDialog

getAccessibleRole

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

AccessibleJDialog

protected AccessibleJDialog()
Constructs an AccessibleJDialog.

Method Details

getAccessibleName

public String getAccessibleName()
Get the accessible name of this object.
Overrides:
getAccessibleName in class Component.AccessibleAWTComponent
Returns:
the localized name of the object -- can be null if this object does not have a name
See Also:

getAccessibleStateSet

public AccessibleStateSet getAccessibleStateSet()
Get the state of this object.
Overrides:
getAccessibleStateSet in class Dialog.AccessibleAWTDialog
Returns:
an instance of AccessibleStateSet containing the current state set of the object
See Also:

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/JDialog.AccessibleJDialog.html