Package Summary  Overview Summary

class:JDialog.AccessibleJDialog [NONE]

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.

constructor:JDialog.AccessibleJDialog() [NONE]

method:getAccessibleName() [NONE]

  • 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:
    AccessibleContext.setAccessibleName(java.lang.String)
  • method:getAccessibleStateSet() [NONE]

    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:
    AccessibleState

    © 2020 Oracle Corporation and/or its affiliates