java.awt

Class Container.AccessibleAWTContainer

  • All Implemented Interfaces:
    java.io.Serializable, javax.accessibility.AccessibleComponent
    Direct Known Subclasses:
    Panel.AccessibleAWTPanel, ScrollPane.AccessibleAWTScrollPane, Window.AccessibleAWTWindow
    Enclosing class:
    Container
    protected class Container.AccessibleAWTContainer extends Component.AccessibleAWTComponent
    Inner class of Container used to provide default support for accessibility. This class is not meant to be used directly by application developers, but is instead meant only to be subclassed by container developers.

    The class used to obtain the accessible role for this object, as well as implementing many of the methods in the AccessibleContainer interface.

    Since:
    1.3
    See Also:
    Serialized Form
    • Fields 
      Modifier and Type Field and Description
      Inherited member indicator ACCESSIBLE_ACTION_PROPERTY Reveal DetailHide Detail
      Constant used to indicate that the supported set of actions has changed.
      Inherited member indicator ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the active descendant of a component has changed.
      Inherited member indicator ACCESSIBLE_CARET_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleText caret has changed.
      Inherited member indicator ACCESSIBLE_CHILD_PROPERTY Reveal DetailHide Detail
      Constant used to determine when Accessible children are added/removed from the object.
      Inherited member indicator ACCESSIBLE_COMPONENT_BOUNDS_CHANGED Reveal DetailHide Detail
      PropertyChangeEvent which indicates that a change has occurred in a component's bounds.
      Inherited member indicator ACCESSIBLE_DESCRIPTION_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleDescription property has changed.
      Inherited member indicator ACCESSIBLE_HYPERTEXT_OFFSET Reveal DetailHide Detail
      Constant used to indicate that a hypertext element has received focus.
      Inherited member indicator ACCESSIBLE_INVALIDATE_CHILDREN Reveal DetailHide Detail
      PropertyChangeEvent which indicates that a significant change has occurred to the children of a component like a tree or text.
      Inherited member indicator ACCESSIBLE_NAME_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleName property has changed.
      Inherited member indicator ACCESSIBLE_SELECTION_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleSelection has changed.
      Inherited member indicator ACCESSIBLE_STATE_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleStateSet property has changed.
      Inherited member indicator ACCESSIBLE_TABLE_CAPTION_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the table caption has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table caption and the new value will be an Accessible representing the new table caption.
      Inherited member indicator ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the column description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the column index.
      Inherited member indicator ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the column header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
      Inherited member indicator ACCESSIBLE_TABLE_MODEL_CHANGED Reveal DetailHide Detail
      Constant used to indicate that table data has changed.
      Inherited member indicator ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the row description has changed The old value in the PropertyChangeEvent will be null and the new value will be an Integer representing the row index.
      Inherited member indicator ACCESSIBLE_TABLE_ROW_HEADER_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the row header has changed The old value in the PropertyChangeEvent will be null and the new value will be an AccessibleTableModelChange representing the header change.
      Inherited member indicator ACCESSIBLE_TABLE_SUMMARY_CHANGED Reveal DetailHide Detail
      Constant used to indicate that the table summary has changed The old value in the PropertyChangeEvent will be an Accessible representing the previous table summary and the new value will be an Accessible representing the new table summary.
      Inherited member indicator ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED Reveal DetailHide Detail
      PropertyChangeEvent which indicates that text attributes have changed.
      Inherited member indicator ACCESSIBLE_TEXT_PROPERTY Reveal DetailHide Detail
      PropertyChangeEvent which indicates that text has changed.
      Inherited member indicator ACCESSIBLE_VALUE_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the accessibleValue property has changed.
      Inherited member indicator ACCESSIBLE_VISIBLE_DATA_PROPERTY Reveal DetailHide Detail
      Constant used to determine when the visual appearance of the object has changed.
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator addFocusListener Reveal DetailHide Detail
      Adds the specified focus listener to receive focus events from this component.
      Overridden member indicator addPropertyChangeListener Reveal DetailHide Detail
      Adds a PropertyChangeListener to the listener list.
      Inherited member indicator contains Reveal DetailHide Detail
      Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
      Inherited member indicator firePropertyChange Reveal DetailHide Detail
      Support for reporting bound property changes.
      Inherited member indicator getAccessibleAction Reveal DetailHide Detail
      Gets the AccessibleAction associated with this object that supports one or more actions.
      Overridden member indicator getAccessibleAt Reveal DetailHide Detail
      Returns the Accessible child, if one exists, contained at the local coordinate Point.
      Overridden member indicator getAccessibleChild Reveal DetailHide Detail
      Returns the nth Accessible child of the object.
      Overridden member indicator getAccessibleChildrenCount Reveal DetailHide Detail
      Returns the number of accessible children in the object.
      Inherited member indicator getAccessibleComponent Reveal DetailHide Detail
      Gets the AccessibleComponent associated with this object if one exists.
      Inherited member indicator getAccessibleDescription Reveal DetailHide Detail
      Gets the accessible description of this object.
      Inherited member indicator getAccessibleEditableText Reveal DetailHide Detail
      Gets the AccessibleEditableText associated with this object presenting editable text on the display.
      Inherited member indicator getAccessibleIcon Reveal DetailHide Detail
      Gets the AccessibleIcons associated with an object that has one or more associated icons
      Inherited member indicator getAccessibleIndexInParent Reveal DetailHide Detail
      Gets the index of this object in its accessible parent.
      Inherited member indicator getAccessibleName Reveal DetailHide Detail
      Gets the accessible name of this object.
      Inherited member indicator getAccessibleParent Reveal DetailHide Detail
      Gets the Accessible parent of this object.
      Inherited member indicator getAccessibleRelationSet Reveal DetailHide Detail
      Gets the AccessibleRelationSet associated with an object
      Inherited member indicator getAccessibleRole Reveal DetailHide Detail
      Gets the role of this object.
      Inherited member indicator getAccessibleSelection Reveal DetailHide Detail
      Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
      Inherited member indicator getAccessibleStateSet Reveal DetailHide Detail
      Gets the state of this object.
      Inherited member indicator getAccessibleTable Reveal DetailHide Detail
      Gets the AccessibleTable associated with an object
      Inherited member indicator getAccessibleText Reveal DetailHide Detail
      Gets the AccessibleText associated with this object presenting text on the display.
      Inherited member indicator getAccessibleValue Reveal DetailHide Detail
      Gets the AccessibleValue associated with this object that supports a Numerical value.
      Inherited member indicator getBackground Reveal DetailHide Detail
      Gets the background color of this object.
      Inherited member indicator getBounds Reveal DetailHide Detail
      Gets the bounds of this object in the form of a Rectangle object.
      Inherited member indicator getCursor Reveal DetailHide Detail
      Gets the Cursor of this object.
      Inherited member indicator getFont Reveal DetailHide Detail
      Gets the Font of this object.
      Inherited member indicator getFontMetrics Reveal DetailHide Detail
      Gets the FontMetrics of this object.
      Inherited member indicator getForeground Reveal DetailHide Detail
      Gets the foreground color of this object.
      Inherited member indicator getLocale Reveal DetailHide Detail
      Returns the locale of this object.
      Inherited member indicator getLocation Reveal DetailHide Detail
      Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
      Inherited member indicator getLocationOnScreen Reveal DetailHide Detail
      Returns the location of the object on the screen.
      Inherited member indicator getSize Reveal DetailHide Detail
      Returns the size of this object in the form of a Dimension object.
      Inherited member indicator isEnabled Reveal DetailHide Detail
      Determines if the object is enabled.
      Inherited member indicator isFocusTraversable Reveal DetailHide Detail
      Returns whether this object can accept focus or not.
      Inherited member indicator isShowing Reveal DetailHide Detail
      Determines if the object is showing.
      Inherited member indicator isVisible Reveal DetailHide Detail
      Determines if the object is visible.
      Inherited member indicator removeFocusListener Reveal DetailHide Detail
      Removes the specified focus listener so it no longer receives focus events from this component.
      Inherited member indicator removePropertyChangeListener Reveal DetailHide Detail
      Remove a PropertyChangeListener from the listener list.
      Inherited member indicator requestFocus Reveal DetailHide Detail
      Requests focus for this object.
      Inherited member indicator setAccessibleDescription Reveal DetailHide Detail
      Sets the accessible description of this object.
      Inherited member indicator setAccessibleName Reveal DetailHide Detail
      Sets the localized accessible name of this object.
      Inherited member indicator setAccessibleParent Reveal DetailHide Detail
      Sets the Accessible parent of this object.
      Inherited member indicator setBackground Reveal DetailHide Detail
      Sets the background color of this object.
      Inherited member indicator setBounds Reveal DetailHide Detail
      Sets the bounds of this object in the form of a Rectangle object.
      Inherited member indicator setCursor Reveal DetailHide Detail
      Sets the Cursor of this object.
      Inherited member indicator setEnabled Reveal DetailHide Detail
      Sets the enabled state of the object.
      Inherited member indicator setFont Reveal DetailHide Detail
      Sets the Font of this object.
      Inherited member indicator setForeground Reveal DetailHide Detail
      Sets the foreground color of this object.
      Inherited member indicator setLocation Reveal DetailHide Detail
      Sets the location of the object relative to the parent.
      Inherited member indicator setSize Reveal DetailHide Detail
      Resizes this object so that it has width and height.
      Inherited member indicator setVisible Reveal DetailHide Detail
      Sets the visible state of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge