protected class JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon extends JComponent.AccessibleJComponent implements AccessibleValue
JDesktopIcon
component.JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandlerComponent.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandleraccessibleContainerHandler, accessibleFocusHandleraccessibleAWTComponentHandler, accessibleAWTFocusHandlerACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_COMPONENT_BOUNDS_CHANGED, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_INVALIDATE_CHILDREN, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent| Modifier | Constructor and Description |
|---|---|
protected |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon()
Creates a new
AccessibleJDesktopIcon instance. |
| Modifier and Type | Method and Description |
|---|---|
AccessibleRole |
getAccessibleRole()
Returns the accessible role for the
JDesktopIcon
component. |
AccessibleValue |
getAccessibleValue()
Returns an object that provides access to the current, minimum and
maximum values for the
JInternalFrame.JDesktopIcon. |
Number |
getCurrentAccessibleValue()
Returns the current layer for the
JInternalFrame component
represented by this JDesktopIcon, as an Integer. |
Number |
getMaximumAccessibleValue()
Returns the maximum permitted accessible value.
|
Number |
getMinimumAccessibleValue()
Returns the minimum permitted accessible value.
|
boolean |
setCurrentAccessibleValue(Number n)
Sets the layer for the internal frame represented by this
JDesktopIcon component. |
addPropertyChangeListener, getAccessibleChild, getAccessibleChildrenCount, getAccessibleDescription, getAccessibleKeyBinding, getAccessibleName, getAccessibleStateSet, getBorderTitle, getTitledBorderText, getToolTipText, removePropertyChangeListenergetAccessibleAtaddFocusListener, contains, getAccessibleComponent, getAccessibleIndexInParent, getAccessibleParent, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocale, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisiblefirePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, setAccessibleDescription, setAccessibleName, setAccessibleParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisibleprotected JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon()
AccessibleJDesktopIcon instance.public AccessibleRole getAccessibleRole()
JDesktopIcon
component.getAccessibleRole in class JComponent.AccessibleJComponentAccessibleRole.DESKTOP_ICON.AccessibleRolepublic AccessibleValue getAccessibleValue()
JInternalFrame.JDesktopIcon. Since this class
implements AccessibleValue, it returns itself.getAccessibleValue in class AccessibleContextAccessibleValuepublic Number getCurrentAccessibleValue()
JInternalFrame component
represented by this JDesktopIcon, as an Integer.getCurrentAccessibleValue in interface AccessibleValueAccessibleValue.setCurrentAccessibleValue(Number)public Number getMaximumAccessibleValue()
getMaximumAccessibleValue in interface AccessibleValueInteger(Integer.MAX_VALUE).AccessibleValue.getMinimumAccessibleValue()public Number getMinimumAccessibleValue()
getMinimumAccessibleValue in interface AccessibleValueInteger(Integer.MIN_VALUE).AccessibleValue.getMaximumAccessibleValue()public boolean setCurrentAccessibleValue(Number n)
JDesktopIcon component.setCurrentAccessibleValue in interface AccessibleValuen - the layer (see the constants defined in
JLayeredPane).true if the value is set, and false
if it was not set.