|
|||||||||
Home >> All >> javax >> [ accessibility overview ] | PREV NEXT |
A
- ACCESSIBLE_ACTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when supported set of actions has changed.
- ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when active descendent of a component has changed.
- ACCESSIBLE_CARET_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessibleText caret has changed.
- ACCESSIBLE_CHILD_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when children are added or removed.
- ACCESSIBLE_COMPONENT_BOUNDS_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when a component's bounds have changed.
- ACCESSIBLE_DESCRIPTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible description has changed.
- ACCESSIBLE_HYPERTEXT_OFFSET - Static variable in class javax.accessibility.AccessibleContext
- Constant used when a hypertext element received focus.
- ACCESSIBLE_INVALIDATE_CHILDREN - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the state of child objects changes.
- ACCESSIBLE_NAME_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible name has changed.
- ACCESSIBLE_SELECTION_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessibleSelection has changed.
- ACCESSIBLE_STATE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessibleStateSet has changed.
- ACCESSIBLE_TABLE_CAPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table caption has changed.
- ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table column description has changed.
- ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table column header has changed.
- ACCESSIBLE_TABLE_MODEL_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table model has changed.
- ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table row description has changed.
- ACCESSIBLE_TABLE_ROW_HEADER_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table row header has changed.
- ACCESSIBLE_TABLE_SUMMARY_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessible table summary has changed.
- ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the attributes of some text have changed.
- ACCESSIBLE_TEXT_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessibleText has changed.
- ACCESSIBLE_VALUE_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the accessibleValue has changed.
- ACCESSIBLE_VISIBLE_DATA_PROPERTY - Static variable in class javax.accessibility.AccessibleContext
- Constant used when the visible data has changed.
- ACTIVE - Static variable in class javax.accessibility.AccessibleState
- Indicates an active window, as well as an active child in a list or other collection.
- ALERT - Static variable in class javax.accessibility.AccessibleRole
- The object alerts the user about something.
- ARMED - Static variable in class javax.accessibility.AccessibleState
- Indicates an armed object, usually a button which has been pushed and the mouse has not left the button area.
- ATTRIBUTE_RUN - Static variable in interface javax.accessibility.AccessibleExtendedText
- This constant indicates that the retrieved text should consist of a run with identical attributes.
- AWT_COMPONENT - Static variable in class javax.accessibility.AccessibleRole
- An AWT component with nothing else known about it.
- Accessible - interface javax.accessibility.Accessible.
- Implementing the Accessibility API must start with implementation of this interface at a bare minimum.
- AccessibleAction - interface javax.accessibility.AccessibleAction.
- If an object implements this interface then it must be able to perform one or more actions.
- AccessibleAttributeSequence - class javax.accessibility.AccessibleAttributeSequence.
- This is a convenience class that represents an accessible attribute sequence.
- AccessibleAttributeSequence() - Constructor for class javax.accessibility.AccessibleAttributeSequence
- Create a new instance.
- AccessibleBundle - class javax.accessibility.AccessibleBundle.
- This serves as a base class for accessibility "enumerations".
- AccessibleBundle() - Constructor for class javax.accessibility.AccessibleBundle
- Default constructor.
- AccessibleComponent - interface javax.accessibility.AccessibleComponent.
- Objects which are to be rendered to a screen as part of a graphical user interface should implement this interface.
- AccessibleContext - class javax.accessibility.AccessibleContext.
- The minimum information that all accessible objects return.
- AccessibleContext() - Constructor for class javax.accessibility.AccessibleContext
- Default constructor.
- AccessibleEditableText - interface javax.accessibility.AccessibleEditableText.
- Objects which present editable textual information on the display should implement this interface.
- AccessibleExtendedComponent - interface javax.accessibility.AccessibleExtendedComponent.
- Objects which present graphical components with extensions such as key bindings or tool-tips should implement this interface.
- AccessibleExtendedTable - interface javax.accessibility.AccessibleExtendedTable.
- Objects which present 2-D tables with the extension of a flat address space should implement this interface.
- AccessibleExtendedText - interface javax.accessibility.AccessibleExtendedText.
- This interface provides extended text functionality, similar to AccessibleText.
- AccessibleHyperlink - class javax.accessibility.AccessibleHyperlink.
- This object encapsulates actions associated with navigating hypertext.
- AccessibleHyperlink() - Constructor for class javax.accessibility.AccessibleHyperlink
- The default constructor.
- AccessibleHypertext - interface javax.accessibility.AccessibleHypertext.
- Objects which present hyperlinks in a document should implement this interface.
- AccessibleIcon - interface javax.accessibility.AccessibleIcon.
- Objects which have an associated icon, such as buttons, should implement this interface.
- AccessibleKeyBinding - interface javax.accessibility.AccessibleKeyBinding.
- Objects which have keyboard bindings for mneumonics or shortcuts should implement this interface.
- AccessibleRelation - class javax.accessibility.AccessibleRelation.
- The relation between one accessible object and one or more other objects.
- AccessibleRelation(String) - Constructor for class javax.accessibility.AccessibleRelation
- Create a new relation with a locale independent key, and no related objects.
- AccessibleRelation(String, Object) - Constructor for class javax.accessibility.AccessibleRelation
- Create a new relation with a locale independent key, and a single related object.
- AccessibleRelation(String, Object[]) - Constructor for class javax.accessibility.AccessibleRelation
- Create a new relation with a locale independent key, and the given related objects.
- AccessibleRelationSet - class javax.accessibility.AccessibleRelationSet.
- Describes all relations of an accessible object.
- AccessibleRelationSet() - Constructor for class javax.accessibility.AccessibleRelationSet
- Create an empty relation set.
- AccessibleRelationSet(AccessibleRelation[]) - Constructor for class javax.accessibility.AccessibleRelationSet
- Create a relation set initialized with the given relations, duplicates are ignored.
- AccessibleResourceBundle - class javax.accessibility.AccessibleResourceBundle.
- Deprecated. this class is no longer used
- AccessibleResourceBundle() - Constructor for class javax.accessibility.AccessibleResourceBundle
- Deprecated. do not use this class
- AccessibleRole - class javax.accessibility.AccessibleRole.
- The role of an accessible object.
- AccessibleRole(String) - Constructor for class javax.accessibility.AccessibleRole
- Create a new constant with a locale independent key.
- AccessibleSelection - interface javax.accessibility.AccessibleSelection.
- If an object implements this interface then it must be able to control the selection of its children.
- AccessibleState - class javax.accessibility.AccessibleState.
- A state portion of an accessible object.
- AccessibleState(String) - Constructor for class javax.accessibility.AccessibleState
- Create a new constant with a locale independent key.
- AccessibleStateSet - class javax.accessibility.AccessibleStateSet.
- Describes all elements of an accessible object's state.
- AccessibleStateSet() - Constructor for class javax.accessibility.AccessibleStateSet
- Create an empty state set.
- AccessibleStateSet(AccessibleState[]) - Constructor for class javax.accessibility.AccessibleStateSet
- Create a state set initialized with the given states, duplicates are ignored.
- AccessibleStreamable - interface javax.accessibility.AccessibleStreamable.
- This interface represents a streamable accessible object.
- AccessibleTable - interface javax.accessibility.AccessibleTable.
- Objects which present information in a 2-dimensional table should implement this interface.
- AccessibleTableModelChange - interface javax.accessibility.AccessibleTableModelChange.
- Describes a change to an accessible table.
- AccessibleText - interface javax.accessibility.AccessibleText.
- Objects which present textual information on the display should implement this interface.
- AccessibleTextSequence - class javax.accessibility.AccessibleTextSequence.
- This is a convenience class that encapsulates a String and a range.
- AccessibleTextSequence() - Constructor for class javax.accessibility.AccessibleTextSequence
- Create a new instance.
- AccessibleValue - interface javax.accessibility.AccessibleValue.
- If an object implements this interface then it must be able to control a numerical value.
- accessibleDescription - Variable in class javax.accessibility.AccessibleContext
- A localized string describing this object.
- accessibleName - Variable in class javax.accessibility.AccessibleContext
- A localized string naming this object.
- accessibleParent - Variable in class javax.accessibility.AccessibleContext
- The accessible parent of this object.
- add(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
- Add a new relation to the current set.
- add(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
- Add a new state to the current set.
- addAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
- Select the specified child if it is not already selected, placing it in the object's current selection.
- addAll(AccessibleRelation[]) - Method in class javax.accessibility.AccessibleRelationSet
- Add all of the relations to the current set.
- addAll(AccessibleState[]) - Method in class javax.accessibility.AccessibleStateSet
- Add all of the states to the current set.
- addFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
- Adds the specified listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
- Add a PropertyChangeListener to the listener list.
- attributes - Variable in class javax.accessibility.AccessibleAttributeSequence
- The attributes of the text.
B
- BUSY - Static variable in class javax.accessibility.AccessibleState
- Indicates an object is busy, such as a slider, scroll bar, or progress bar in transition.
C
- CANVAS - Static variable in class javax.accessibility.AccessibleRole
- The object can be drawn into, and traps events.
- CHARACTER - Static variable in interface javax.accessibility.AccessibleText
- Constant designating that the next selection should be a character.
- CHECKED - Static variable in class javax.accessibility.AccessibleState
- Indicates an object is checked.
- CHECK_BOX - Static variable in class javax.accessibility.AccessibleRole
- A choice which can be on or off, and has a separate indicator.
- CHILD_NODE_OF - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that an object is a child of another object.
- CHILD_NODE_OF_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the ancestry relationship has changed.
- COLLAPSED - Static variable in class javax.accessibility.AccessibleState
- Indicates that the object is collapsed, usually in a tree.
- COLOR_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
- A specialized dialog for choosing a color.
- COLUMN_HEADER - Static variable in class javax.accessibility.AccessibleRole
- The header for a column of data.
- COMBO_BOX - Static variable in class javax.accessibility.AccessibleRole
- A list of choices, which may optionally allow the user to create a new choice.
- CONTROLLED_BY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates an object is controlled by other objects.
- CONTROLLED_BY_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the controlling objects have changed.
- CONTROLLER_FOR - Static variable in class javax.accessibility.AccessibleRelation
- Indicates an object is a controller for other objects.
- CONTROLLER_FOR_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the controller target group has changed.
- clear() - Method in class javax.accessibility.AccessibleRelationSet
- Clear all relations in the set.
- clear() - Method in class javax.accessibility.AccessibleStateSet
- Clear all states in the set.
- clearAccessibleSelection() - Method in interface javax.accessibility.AccessibleSelection
- Unselect all children of this Accessible object.
- contains(Point) - Method in interface javax.accessibility.AccessibleComponent
- Tests whether or not the specified point is contained within this component.
- contains(String) - Method in class javax.accessibility.AccessibleRelationSet
- Check if the relation key is in the set.
- contains(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
- Check if the current state is in the set.
- cut(int, int) - Method in interface javax.accessibility.AccessibleEditableText
- Cut the text between two points to the system clipboard.
D
- DATE_EDITOR - Static variable in class javax.accessibility.AccessibleRole
- A component which allows editing of Date and Time objects.
- DECREMENT - Static variable in interface javax.accessibility.AccessibleAction
- The name of an action which decrements a value.
- DELETE - Static variable in interface javax.accessibility.AccessibleTableModelChange
- Identifies deletion of rows or columns.
- DESKTOP_ICON - Static variable in class javax.accessibility.AccessibleRole
- An iconified frame in a desktop.
- DESKTOP_PANE - Static variable in class javax.accessibility.AccessibleRole
- A pane which supports internal frames and their icons.
- DIALOG - Static variable in class javax.accessibility.AccessibleRole
- A top level window title bar and border.
- DIRECTORY_PANE - Static variable in class javax.accessibility.AccessibleRole
- A pane for navigating through directories.
- delete(int, int) - Method in interface javax.accessibility.AccessibleEditableText
- Delete the text between two points.
- doAccessibleAction(int) - Method in interface javax.accessibility.AccessibleAction
- Perform the specified action.
- doAccessibleAction(int) - Method in class javax.accessibility.AccessibleHyperlink
- Perform the specified action.
E
- EDITABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates the user can edit the component contents.
- EDITBAR - Static variable in class javax.accessibility.AccessibleRole
- A formula for creating a value.
- EMBEDDED_BY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that an object is embedded by another object.
- EMBEDDED_BY_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.EMBEDDED_BY
55 property changed. - EMBEDS - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that an object embeds another object.
- EMBEDS_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.EMBEDS
55 property changed. - EMPTY_TARGETS - Static variable in class javax.accessibility.AccessibleRelation
- An empty set of targets.
- ENABLED - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object is enabled.
- EXPANDABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates the object allows progressive disclosure of its children, usually in a collapsible tree or other hierachical object.
- EXPANDED - Static variable in class javax.accessibility.AccessibleState
- Indicates that the object is expanded, usually in a tree.
- endIndex - Variable in class javax.accessibility.AccessibleAttributeSequence
- The ending index.
- endIndex - Variable in class javax.accessibility.AccessibleTextSequence
- The ending index.
F
- FILE_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
- A specialized dialog that allows a user to select a file.
- FILLER - Static variable in class javax.accessibility.AccessibleRole
- An object to fill space between other components.
- FLOWS_FROM - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that one object directly follows another object, as in a paragraph flow.
- FLOWS_FROM_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.FLOWS_FROM
55 property changed. - FLOWS_TO - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that one object comes directly before another object, as in a paragraph flow.
- FLOWS_TO_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.FLOWS_TO
55 property changed. - FOCUSABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object can accept focus, which means it will process keyboard events when focused.
- FOCUSED - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object has keyboard focus.
- FONT_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
- A component for choosing fonts and their attributes.
- FOOTER - Static variable in class javax.accessibility.AccessibleRole
- A text-based footer.
- FRAME - Static variable in class javax.accessibility.AccessibleRole
- A top level window with title, menu bar, border, and so forth.
- firePropertyChange(String, Object, Object) - Method in class javax.accessibility.AccessibleContext
- Fire an event to report property changes.
G
- GLASS_PANE - Static variable in class javax.accessibility.AccessibleRole
- A pane guaranteed to be painted on top of panes beneath it.
- GROUP_BOX - Static variable in class javax.accessibility.AccessibleRole
- A component with a border to group other components.
- get(String) - Method in class javax.accessibility.AccessibleRelationSet
- Get the relation that matches the key.
- getAccessibleAction() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible actions.
- getAccessibleActionAnchor(int) - Method in class javax.accessibility.AccessibleHyperlink
- Get the anchor appropriate for the link, or null if the index is out of bounds.
- getAccessibleActionCount() - Method in interface javax.accessibility.AccessibleAction
- Get the number possible actions for this object, with the zeroth representing the default action.
- getAccessibleActionCount() - Method in class javax.accessibility.AccessibleHyperlink
- Get the number possible actions for this object, starting from 0.
- getAccessibleActionDescription(int) - Method in interface javax.accessibility.AccessibleAction
- Get a description for the specified action.
- getAccessibleActionDescription(int) - Method in class javax.accessibility.AccessibleHyperlink
- Get the anchor text of the link, or null if the index is out of bounds.
- getAccessibleActionObject(int) - Method in class javax.accessibility.AccessibleHyperlink
- Get the link location, or null if the index is out of bounds.
- getAccessibleAt(Point) - Method in interface javax.accessibility.AccessibleComponent
- If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
- getAccessibleAt(int, int) - Method in interface javax.accessibility.AccessibleTable
- Return the cell at the specified row and column, or null if out of bounds.
- getAccessibleCaption() - Method in interface javax.accessibility.AccessibleTable
- Return the caption for the table, or null if unknown.
- getAccessibleChild(int) - Method in class javax.accessibility.AccessibleContext
- Returns the specified accessible chile.
- getAccessibleChildrenCount() - Method in class javax.accessibility.AccessibleContext
- Returns the number of accessible children of this object.
- getAccessibleColumn(int) - Method in interface javax.accessibility.AccessibleExtendedTable
- Returns the column number of an index in the table.
- getAccessibleColumnCount() - Method in interface javax.accessibility.AccessibleTable
- Return the number of columns in the table.
- getAccessibleColumnDescription(int) - Method in interface javax.accessibility.AccessibleTable
- Return the description of a column, or null if there is none or the index is out of bounds.
- getAccessibleColumnExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
- Returns the number of merged columns occupied at the specified row and column, or 0 if out of bounds.
- getAccessibleColumnHeader() - Method in interface javax.accessibility.AccessibleTable
- Return the column headers as a table.
- getAccessibleComponent() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible compoent.
- getAccessibleContext() - Method in interface javax.accessibility.Accessible
- If a component supports the Accessibility API then this method should
not return
null
. - getAccessibleDescription() - Method in class javax.accessibility.AccessibleContext
- Get the localized description of the object.
- getAccessibleEditableText() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible editable text.
- getAccessibleIcon() - Method in class javax.accessibility.AccessibleContext
- Get all supported accessible icons.
- getAccessibleIconDescription() - Method in interface javax.accessibility.AccessibleIcon
- Returns a textual description of the icon and its purpose.
- getAccessibleIconHeight() - Method in interface javax.accessibility.AccessibleIcon
- Get the icon height.
- getAccessibleIconWidth() - Method in interface javax.accessibility.AccessibleIcon
- Get the icon width.
- getAccessibleIndex(int, int) - Method in interface javax.accessibility.AccessibleExtendedTable
- Returns the cell number for a row-major address from (0,0).
- getAccessibleIndexInParent() - Method in class javax.accessibility.AccessibleContext
- Gets the index of this object within its accessible parent.
- getAccessibleKeyBinding() - Method in interface javax.accessibility.AccessibleExtendedComponent
- Returns the accessible key bindings for this component.
- getAccessibleKeyBinding(int) - Method in interface javax.accessibility.AccessibleKeyBinding
- Return the numbered key binding, which can then be cast in an implementation dependent way to the appropriate object type.
- getAccessibleKeyBindingCount() - Method in interface javax.accessibility.AccessibleKeyBinding
- Returns the count of key bindings for this object.
- getAccessibleName() - Method in class javax.accessibility.AccessibleContext
- Get the localized name of the object.
- getAccessibleParent() - Method in class javax.accessibility.AccessibleContext
- Return the accessible parent of this object.
- getAccessibleRelationSet() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible relation set.
- getAccessibleRole() - Method in class javax.accessibility.AccessibleContext
- Gets the role of this object.
- getAccessibleRow(int) - Method in interface javax.accessibility.AccessibleExtendedTable
- Returns the row number of an index in the table.
- getAccessibleRowCount() - Method in interface javax.accessibility.AccessibleTable
- Return the number of rows in the table.
- getAccessibleRowDescription(int) - Method in interface javax.accessibility.AccessibleTable
- Return the description of a row, or null if there is none or the index is out of bounds.
- getAccessibleRowExtentAt(int, int) - Method in interface javax.accessibility.AccessibleTable
- Returns the number of merged rows occupied at the specified row and column, or 0 if out of bounds.
- getAccessibleRowHeader() - Method in interface javax.accessibility.AccessibleTable
- Return the row headers as a table.
- getAccessibleSelection() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible selection.
- getAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
- Returns the i-th selected child (not necessarily the overall i-th child) of this Accessible object.
- getAccessibleSelectionCount() - Method in interface javax.accessibility.AccessibleSelection
- Returns the number of currently selected Accessible children, which may be 0 if nothing is selected.
- getAccessibleStateSet() - Method in class javax.accessibility.AccessibleContext
- Gets the state set of this object.
- getAccessibleSummary() - Method in interface javax.accessibility.AccessibleTable
- Return the summary description of the table, or null if unknown.
- getAccessibleTable() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible table.
- getAccessibleText() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible text.
- getAccessibleValue() - Method in class javax.accessibility.AccessibleContext
- Get any supported accessible value.
- getAfterIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- Returns the section of text after the index, or null if the index or part is invalid.
- getAtIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- Returns the section of text at the index, or null if the index or part is invalid.
- getBackground() - Method in interface javax.accessibility.AccessibleComponent
- Get the background color of this component.
- getBeforeIndex(int, int) - Method in interface javax.accessibility.AccessibleText
- Returns the section of text before the index, or null if the index or part is invalid.
- getBounds() - Method in interface javax.accessibility.AccessibleComponent
- Get the bounds of this component relative to its parent - it's width, height, and relative location to its parent.
- getCaretPosition() - Method in interface javax.accessibility.AccessibleText
- Return the offset of the character.
- getCharCount() - Method in interface javax.accessibility.AccessibleText
- Return the number of characters.
- getCharacterAttribute(int) - Method in interface javax.accessibility.AccessibleText
- Returns the attributes of a character at an index, or null if the index is out of bounds.
- getCharacterBounds(int) - Method in interface javax.accessibility.AccessibleText
- Determines the bounding box of the indexed character.
- getContents() - Method in class javax.accessibility.AccessibleResourceBundle
- Deprecated. do not use this class
- getCurrentAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- Gets the current value of this object, or null if it has not been set.
- getCursor() - Method in interface javax.accessibility.AccessibleComponent
- Get the cursor of this component.
- getEndIndex() - Method in class javax.accessibility.AccessibleHyperlink
- Gets the character index where this link ends in the parent hypertext document.
- getFirstColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the first column that changed.
- getFirstRow() - Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the first row that changed.
- getFont() - Method in interface javax.accessibility.AccessibleComponent
- Get the font of this component
- getFontMetrics(Font) - Method in interface javax.accessibility.AccessibleComponent
- Get the
FontMetrics
of the specified font in this component. - getForeground() - Method in interface javax.accessibility.AccessibleComponent
- Get the foreground color of this component.
- getIndexAtPoint(Point) - Method in interface javax.accessibility.AccessibleText
- Given a point in the coordinate system of this object, return the 0-based index of the character at that point, or -1 if there is none.
- getKey() - Method in class javax.accessibility.AccessibleRelation
- Return the key for this relation.
- getLastColumn() - Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the last column that changed.
- getLastRow() - Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the last row that changed.
- getLink(int) - Method in interface javax.accessibility.AccessibleHypertext
- Returns link object denoted by the number
i
in this document, or null if i is out of bounds. - getLinkCount() - Method in interface javax.accessibility.AccessibleHypertext
- Returns the number of links in the document, if any exist.
- getLinkIndex(int) - Method in interface javax.accessibility.AccessibleHypertext
- Returns the link index for this character index if it resides within one of the hyperlinks of the document.
- getLocale() - Method in class javax.accessibility.AccessibleContext
- Gets the component locale, deferring to the parent if one is not declared.
- getLocation() - Method in interface javax.accessibility.AccessibleComponent
- Get the location of this component in the parent's coordinate system.
- getLocationOnScreen() - Method in interface javax.accessibility.AccessibleComponent
- Get the location of this component in the screen's coordinate space.
- getMaximumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- Gets the maximum value in the range of this object, or null if there is no maximum.
- getMimeTypes() - Method in interface javax.accessibility.AccessibleStreamable
- Return an array of the data flavors supported by this object.
- getMinimumAccessibleValue() - Method in interface javax.accessibility.AccessibleValue
- Gets the minimum value in the range of this object, or null if there is no minimum.
- getSelectedAccessibleColumns() - Method in interface javax.accessibility.AccessibleTable
- Return the selected columns.
- getSelectedAccessibleRows() - Method in interface javax.accessibility.AccessibleTable
- Return the selected rows.
- getSelectedText() - Method in interface javax.accessibility.AccessibleText
- Returns the selected text.
- getSelectionEnd() - Method in interface javax.accessibility.AccessibleText
- Returns the end index of the selection.
- getSelectionStart() - Method in interface javax.accessibility.AccessibleText
- Returns the start index of the selection.
- getSize() - Method in interface javax.accessibility.AccessibleComponent
- Get the size of this component - it's width and height.
- getStartIndex() - Method in class javax.accessibility.AccessibleHyperlink
- Gets the character index where this link starts in the parent hypertext document.
- getStream(DataFlavor) - Method in interface javax.accessibility.AccessibleStreamable
- Return an input stream that yields the contents of this object, using the given data flavor.
- getTarget() - Method in class javax.accessibility.AccessibleRelation
- Return the targets of this relation.
- getTextBounds(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- Determines the bounding box of some text held by this object.
- getTextRange(int, int) - Method in interface javax.accessibility.AccessibleEditableText
- Return the text between two points.
- getTextRange(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- Return a range of text from the underlying object.
- getTextSequenceAfter(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- Return a text sequence from the underlying object.
- getTextSequenceAt(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- Return a text sequence from the underlying object.
- getTextSequenceBefore(int, int) - Method in interface javax.accessibility.AccessibleExtendedText
- Return a text sequence from the underlying object.
- getTitledBorderText() - Method in interface javax.accessibility.AccessibleExtendedComponent
- Returns the title border text for this component.
- getToolTipText() - Method in interface javax.accessibility.AccessibleExtendedComponent
- Returns the tool-tip text for this component.
- getType() - Method in interface javax.accessibility.AccessibleTableModelChange
- Returns the change type.
H
- HEADER - Static variable in class javax.accessibility.AccessibleRole
- A text-based header.
- HORIZONTAL - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object has horizontal orientation.
- HYPERLINK - Static variable in class javax.accessibility.AccessibleRole
- A hypertext anchor.
I
- ICON - Static variable in class javax.accessibility.AccessibleRole
- A small picture to decorate components.
- ICONIFIED - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object is minimized to an icon.
- INCREMENT - Static variable in interface javax.accessibility.AccessibleAction
- The name of an action which increments a value.
- INDETERMINATE - Static variable in class javax.accessibility.AccessibleState
- Indicates that the state of this particular object is indeterminate.
- INSERT - Static variable in interface javax.accessibility.AccessibleTableModelChange
- Identifies insertion of rows or columns.
- INTERNAL_FRAME - Static variable in class javax.accessibility.AccessibleRole
- A frame-like object clipped by a desktop pane.
- insertTextAtIndex(int, String) - Method in interface javax.accessibility.AccessibleEditableText
- Inserts the given string at the specified location.
- isAccessibleChildSelected(int) - Method in interface javax.accessibility.AccessibleSelection
- Determine if i-th overall child of this accessible object is selected.
- isAccessibleColumnSelected(int) - Method in interface javax.accessibility.AccessibleTable
- Return whether the specified column is selected.
- isAccessibleRowSelected(int) - Method in interface javax.accessibility.AccessibleTable
- Return whether the specified row is selected.
- isAccessibleSelected(int, int) - Method in interface javax.accessibility.AccessibleTable
- Return whether the cell at the specified location is selected.
- isEnabled() - Method in interface javax.accessibility.AccessibleComponent
- Indicates whether or not this component is enabled.
- isFocusTraversable() - Method in interface javax.accessibility.AccessibleComponent
- Indicates whether or not this component can accept focus.
- isShowing() - Method in interface javax.accessibility.AccessibleComponent
- Indicates whether or not this component is visible by checking the visibility of this component and its ancestors.
- isValid() - Method in class javax.accessibility.AccessibleHyperlink
- Returns whether the document the link references is still valid, as the association may have changed with a text edit.
- isVisible() - Method in interface javax.accessibility.AccessibleComponent
- Indicates whether or not this component is visible or intends to be visible although one of its ancestors may not be.
J
- javax.accessibility - package javax.accessibility
K
- key - Variable in class javax.accessibility.AccessibleBundle
- The locale independent name of the object.
L
- LABEL - Static variable in class javax.accessibility.AccessibleRole
- An object to label something in a graphic interface.
- LABELED_BY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates the object is labeled by other objects.
- LABELED_BY_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the labelling objects have changed.
- LABEL_FOR - Static variable in class javax.accessibility.AccessibleRelation
- Indicates the object labels other objects.
- LABEL_FOR_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the label target group has changed.
- LAYERED_PANE - Static variable in class javax.accessibility.AccessibleRole
- A specialized pane that allows drawing children in layers.
- LINE - Static variable in interface javax.accessibility.AccessibleExtendedText
- This constant indicates that the retrieved text should be a complete line.
- LIST - Static variable in class javax.accessibility.AccessibleRole
- An object which presents a list of items for selection.
- LIST_ITEM - Static variable in class javax.accessibility.AccessibleRole
- An object which represents an item in a list.
- listeners - Variable in class javax.accessibility.AccessibleContext
- The listener tool.
M
- MANAGES_DESCENDANTS - Static variable in class javax.accessibility.AccessibleState
- Indicates that this particular object manages a number of subcomponents.
- MEMBER_OF - Static variable in class javax.accessibility.AccessibleRelation
- Indicates an object is a member of a group of target objects.
- MEMBER_OF_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that group membership has changed.
- MENU - Static variable in class javax.accessibility.AccessibleRole
- An object usually in a menu bar which contains a list of actions to perform.
- MENU_BAR - Static variable in class javax.accessibility.AccessibleRole
- An object usually at the top of a frame to list available menus.
- MENU_ITEM - Static variable in class javax.accessibility.AccessibleRole
- An object usually in a menu with an action available for the user.
- MODAL - Static variable in class javax.accessibility.AccessibleState
- Indicates that something must be done in the current object before interaction is allowed on other windows, usually for dialogs.
- MULTISELECTABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates that multiple children can be selected at once.
- MULTI_LINE - Static variable in class javax.accessibility.AccessibleState
- Indicates that this text object can hold multiple lines.
O
- OPAQUE - Static variable in class javax.accessibility.AccessibleState
- Indicates that all pixels in the object are painted.
- OPTION_PANE - Static variable in class javax.accessibility.AccessibleRole
- A specialized pane for use in a dialog.
P
- PAGE_TAB - Static variable in class javax.accessibility.AccessibleRole
- An object in a page tab list, which contains the panel to display when selected from the list.
- PAGE_TAB_LIST - Static variable in class javax.accessibility.AccessibleRole
- An object which presents a series of panels, usually via tabs along the top.
- PANEL - Static variable in class javax.accessibility.AccessibleRole
- A generic container to group objects.
- PARAGRAPH - Static variable in class javax.accessibility.AccessibleRole
- A text-based paragraph.
- PARENT_WINDOW_OF - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that one object is a parent window of another object.
- PARENT_WINDOW_OF_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.PARENT_WINDOW_OF
55 property changed. - PASSWORD_TEXT - Static variable in class javax.accessibility.AccessibleRole
- An object for passwords which should not be shown to the user.
- POPUP_MENU - Static variable in class javax.accessibility.AccessibleRole
- A temporary window with a menu of options, which hides on selection.
- PRESSED - Static variable in class javax.accessibility.AccessibleState
- Indicates a pushed button, usually when the mouse has been pressed but not released.
- PROGRESS_BAR - Static variable in class javax.accessibility.AccessibleRole
- An object used to track amount of a task that has completed.
- PROGRESS_MONITOR - Static variable in class javax.accessibility.AccessibleRole
- Represents the current level of progress on a particular task.
- PUSH_BUTTON - Static variable in class javax.accessibility.AccessibleRole
- An object that can be manipulated to do something.
- paste(int) - Method in interface javax.accessibility.AccessibleEditableText
- Paste the text from the system clipboard at the given index.
R
- RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
- A specialized choice which toggles radio buttons in the group when it is selected.
- RESIZABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates the size of this object is not fixed.
- ROOT_PANE - Static variable in class javax.accessibility.AccessibleRole
- A specialized pane with a glass pane and layered pane as children.
- ROW_HEADER - Static variable in class javax.accessibility.AccessibleRole
- The header for a row of data.
- RULER - Static variable in class javax.accessibility.AccessibleRole
- A ruler is a method of measuring the distance between two points.
- relations - Variable in class javax.accessibility.AccessibleRelationSet
- The list of relations, should be instances of AccessibleRelation.
- remove(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
- Remove a relation from the set.
- remove(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
- Remove a state from the set.
- removeAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
- Unselect the specified child of this Accessible object.
- removeFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
- Removes the specified listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
- Remove a PropertyChangeListener from the listener list.
- replaceText(int, int, String) - Method in interface javax.accessibility.AccessibleEditableText
- Replace the text between two points with the given string.
- requestFocus() - Method in interface javax.accessibility.AccessibleComponent
- If this method is called this component will attempt to gain focus, but if it cannot accept focus nothing happens.
S
- SCROLL_BAR - Static variable in class javax.accessibility.AccessibleRole
- An object which allows selection of the view in a scroll pane.
- SCROLL_PANE - Static variable in class javax.accessibility.AccessibleRole
- An object which allows an incremental view of a larger pane.
- SELECTABLE - Static variable in class javax.accessibility.AccessibleState
- Indicates that this child is one which can be selected from its parent.
- SELECTED - Static variable in class javax.accessibility.AccessibleState
- Indicates that this child has been selected from its parent.
- SENTENCE - Static variable in interface javax.accessibility.AccessibleText
- Constant designating that the next selection should be a sentence.
- SEPARATOR - Static variable in class javax.accessibility.AccessibleRole
- An object usually in a menu which separates logical sections of items.
- SHOWING - Static variable in class javax.accessibility.AccessibleState
- Indicates that this object and all its parents are visible, so that it is on the screen.
- SINGLE_LINE - Static variable in class javax.accessibility.AccessibleState
- Indicates that this text object can only hold a single line.
- SLIDER - Static variable in class javax.accessibility.AccessibleRole
- An object which allows selection in a bounded range.
- SPIN_BOX - Static variable in class javax.accessibility.AccessibleRole
- A component with spinner arrows for simple numbers.
- SPLIT_PANE - Static variable in class javax.accessibility.AccessibleRole
- A specialized pane which presents two other panels, and can often adjust the divider between them.
- STATUS_BAR - Static variable in class javax.accessibility.AccessibleRole
- A component with multiple labels of status information.
- SUBWINDOW_OF - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that one object is a subwindow of another object.
- SUBWINDOW_OF_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
- Indicates that the
AccessibleRelation.SUBWINDOW_OF
55 property changed. - SWING_COMPONENT - Static variable in class javax.accessibility.AccessibleRole
- A swing component with nothing else known about it.
- selectAllAccessibleSelection() - Method in interface javax.accessibility.AccessibleSelection
- Select all children of this Accessible object if the object supports multiple selections or has a single child.
- selectText(int, int) - Method in interface javax.accessibility.AccessibleEditableText
- Select the text between two points.
- setAccessibleCaption(Accessible) - Method in interface javax.accessibility.AccessibleTable
- Set the table caption.
- setAccessibleColumnDescription(int, Accessible) - Method in interface javax.accessibility.AccessibleTable
- Set the description of a column.
- setAccessibleColumnHeader(AccessibleTable) - Method in interface javax.accessibility.AccessibleTable
- Set the column headers.
- setAccessibleDescription(String) - Method in class javax.accessibility.AccessibleContext
- Set the localized name of the object.
- setAccessibleIconDescription(String) - Method in interface javax.accessibility.AccessibleIcon
- Modify the textual description of the icon and its purpose.
- setAccessibleName(String) - Method in class javax.accessibility.AccessibleContext
- Set the localized name of the object.
- setAccessibleParent(Accessible) - Method in class javax.accessibility.AccessibleContext
- Sets the accessible parent of this object.
- setAccessibleRowDescription(int, Accessible) - Method in interface javax.accessibility.AccessibleTable
- Set the description of a row.
- setAccessibleRowHeader(AccessibleTable) - Method in interface javax.accessibility.AccessibleTable
- Set the row headers.
- setAccessibleSummary(Accessible) - Method in interface javax.accessibility.AccessibleTable
- Set the table summary description.
- setAttributes(int, int, AttributeSet) - Method in interface javax.accessibility.AccessibleEditableText
- Set the attributes of text between two points.
- setBackground(Color) - Method in interface javax.accessibility.AccessibleComponent
- Set the background color of this component to the specified color.
- setBounds(Rectangle) - Method in interface javax.accessibility.AccessibleComponent
- Set the bounds of this component to the specified height and width, and relative location to its parent.
- setCurrentAccessibleValue(Number) - Method in interface javax.accessibility.AccessibleValue
- Sets the current value of this object.
- setCursor(Cursor) - Method in interface javax.accessibility.AccessibleComponent
- Set the cursor of the component.
- setEnabled(boolean) - Method in interface javax.accessibility.AccessibleComponent
- Set this component to an enabled or disabled state.
- setFont(Font) - Method in interface javax.accessibility.AccessibleComponent
- Set the font of this component.
- setForeground(Color) - Method in interface javax.accessibility.AccessibleComponent
- Set the foreground color of this component.
- setLocation(Point) - Method in interface javax.accessibility.AccessibleComponent
- Set the location of this component relative to its parent.
- setSize(Dimension) - Method in interface javax.accessibility.AccessibleComponent
- Set the size of this component to the given dimensions.
- setTarget(Object) - Method in class javax.accessibility.AccessibleRelation
- Set the target to a single object.
- setTarget(Object[]) - Method in class javax.accessibility.AccessibleRelation
- Set the target to an array of objects.
- setTextContents(String) - Method in interface javax.accessibility.AccessibleEditableText
- Set the text contents to the given string.
- setVisible(boolean) - Method in interface javax.accessibility.AccessibleComponent
- Set the visible state of this component.
- size() - Method in class javax.accessibility.AccessibleRelationSet
- Return the number of relations in the set.
- startIndex - Variable in class javax.accessibility.AccessibleAttributeSequence
- The starting index.
- startIndex - Variable in class javax.accessibility.AccessibleTextSequence
- The starting index.
- states - Variable in class javax.accessibility.AccessibleStateSet
- The list of states, should be instances of AccessibleState.
T
- TABLE - Static variable in class javax.accessibility.AccessibleRole
- An object for presenting data in rows and columns.
- TEXT - Static variable in class javax.accessibility.AccessibleRole
- An object which represents text, usually editable by the user.
- TOGGLE_BUTTON - Static variable in class javax.accessibility.AccessibleRole
- A specialized button which can be on or off, with no separate indicator.
- TOGGLE_EXPAND - Static variable in interface javax.accessibility.AccessibleAction
- The name of an action which toggles the expansion of a tree node.
- TOOL_BAR - Static variable in class javax.accessibility.AccessibleRole
- A bar or pallete with buttons for common actions in an application.
- TOOL_TIP - Static variable in class javax.accessibility.AccessibleRole
- An object which provides information about another object.
- TRANSIENT - Static variable in class javax.accessibility.AccessibleState
- Indicates that this object is transient.
- TREE - Static variable in class javax.accessibility.AccessibleRole
- An object which represents a hierachical view of data.
- TRUNCATED - Static variable in class javax.accessibility.AccessibleState
- Indicates that this particular object is truncated when displayed visually.
- targets - Variable in class javax.accessibility.AccessibleRelation
- The related objects.
- text - Variable in class javax.accessibility.AccessibleTextSequence
- The text of the sequence.
- toArray() - Method in class javax.accessibility.AccessibleRelationSet
- Return the relation set as an array.
- toArray() - Method in class javax.accessibility.AccessibleStateSet
- Return the state set as an array.
- toDisplayString(String, Locale) - Method in class javax.accessibility.AccessibleBundle
- Obtains the key as a localized string, falling back to the locale-independent version if necessary.
- toDisplayString(Locale) - Method in class javax.accessibility.AccessibleBundle
- Obtains the key as a localized string, falling back to the locale-independent version if necessary.
- toDisplayString() - Method in class javax.accessibility.AccessibleBundle
- Obtains the key as a localized string, using the default locale.
- toString() - Method in class javax.accessibility.AccessibleBundle
- Obtains the key as a localized string, using the default locale.
- toString() - Method in class javax.accessibility.AccessibleRelationSet
- Return a localized, comma-separated string representing all relations in the set.
- toString() - Method in class javax.accessibility.AccessibleStateSet
- Return a localized, comma-separated string representing all states in the set.
U
- UNKNOWN - Static variable in class javax.accessibility.AccessibleRole
- An accessible object whose role is unknown.
- UPDATE - Static variable in interface javax.accessibility.AccessibleTableModelChange
- Identifies change to existing data.
V
- VERTICAL - Static variable in class javax.accessibility.AccessibleState
- Indicates that an object has vertical orientation.
- VIEWPORT - Static variable in class javax.accessibility.AccessibleRole
- An object which represents the visual section in a scroll pane.
- VISIBLE - Static variable in class javax.accessibility.AccessibleState
- Indicates that this object intends to be visible.
W
- WINDOW - Static variable in class javax.accessibility.AccessibleRole
- A top level window with no title or border.
- WORD - Static variable in interface javax.accessibility.AccessibleText
- Constant designating that the next selection should be a word.
A B C D E F G H I J K L M O P R S T U V W
|
|||||||||
Home >> All >> javax >> [ accessibility overview ] | PREV NEXT |