Uses of Interface javax.accessibility.Accessible

Uses in package java.applet

Classes implementing javax.accessibility.Accessible

class
This is the base applet class.

Uses in package javax.swing.plaf.basic

Classes implementing javax.accessibility.Accessible

class
This class draws simple arrow buttons for the Basic Look and Feel.
class
This class is renderer for the combo box.
class
class
UI Delegate for ComboPopup
class
DOCUMENT ME!
class
This class acts as the MenuBar for the TitlePane.
class
This is the window that appears when the JToolBar is being dragged around.

Methods with return type javax.accessibility.Accessible

Accessible
Returns the specified accessible child of the component.

Uses in package javax.swing.plaf

Methods with return type javax.accessibility.Accessible

Accessible
Returns the specified accessible child of the component.

Uses in package java.awt

Classes implementing javax.accessibility.Accessible

class
This class provides a button widget for the AWT.
class
The Canvas component provides a blank rectangular area, which the client application can use for drawing and for capturing events.
class
This class implements a component which has an on/off state.
class
This class implements a menu item that has a checkbox on it indicating the selected state of some option.
class
This class implements a drop down choice list.
class
A dialog box widget class.
class
This class implements a file selection dialog box widget.
class
This class is a top-level window with a title bar and window decorations.
class
This component is used for displaying simple text strings that cannot be edited by the user.
class
Class that implements a listbox widget
class
class
This class represents a pull down or tear off menu in Java's AWT.
class
This class implements a menu bar in the AWT system.
class
This class represents an item in a menu.
class
A panel is a simple container class.
class
This class implement an AWT popup menu widget
class
This class implements a scrollbar widget.
class
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window.
class
A TextArea is a text component capable of displaying multiple lines of user-editable text.
class
This class provides common functionality for widgets than contain text.
class
This class implements a single line text entry field widget
class
This class represents a top-level window with no decorations.

Methods with return type javax.accessibility.Accessible

Accessible
Returns the Accessible child at a point relative to the coordinate system of this component, if one exists, or null.
Accessible
Return the accessible child located at point (in the parent's coordinates), if one exists.
Accessible
Returns the Accessible child of this component present at the specified point.
Accessible
Returns the ith accessible child.
Accessible
Return the nth accessible child of the containing accessible object.
Accessible
Returns the specified accessible chile.
Accessible
Returns the Accessible child at the supplied index within the list of children of this component.
Accessible
Returns the parent of this component, if it is accessible.
Accessible
Returns the Accessible parent of this component.
Accessible
Accessible
Retrieves the Accessible selected child at the specified index.

Uses in package javax.swing.tree

Classes implementing javax.accessibility.Accessible

class
DefaultTextField
class
DefaultTreeCellRenderer

Uses in package javax.swing.text

Classes implementing javax.accessibility.Accessible

class

Uses in package javax.swing.table

Classes implementing javax.accessibility.Accessible

class
Class to display every cells.
class
class

Methods with return type javax.accessibility.Accessible

Accessible
If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
Accessible
Returns the specified accessible chile.

Uses in package javax.swing

Classes implementing javax.accessibility.Accessible

class
A component that uses a BoxLayout as Layout Manager.
class
A component that servers as a filler in BoxLayout controlled containers.
class
The CellRendererPane's purpose is to paint the cells of JList, JTable and JTree.
class
DefaultListCellRenderer.
class
class
class
class
An instance of JButton can be added to a panel, frame etc
class
An instance of JCheckbox can be added to a panel, frame etc
class
This class represents JCheckBoxMenuItem.
class
The JColorChooser is a Swing widget that offers users different ways to select a color.
class
JComboBox.
class
JDesktopPane is a container (usually for JInternalFrames) that simulates a desktop.
class
Unlike JComponent derivatives, JDialog inherits from java.awt.Dialog.
class
class
DOCUMENT ME!
class
class
Unlike JComponent derivatives, JFrame inherits from java.awt.Frame.
class
This class implements a Swing widget that looks and acts like a native frame.
class
This class represents the JInternalFrame while it is iconified.
class
A swing widget that displays a text message and/or an icon.
class
The "Layered Pane" is a container which divides its children into 6 (or more) disjoint sets. the pre-defined sets are:
  • "Frame Content"
  • "Default"
  • "Palette"
  • "Modal"
  • "Popup"
  • "Drag"

A child is in exactly one of these layers at any time, though there may be other layers if someone creates them.

The purpose of this class is to translate this view of "layers" into a contiguous array of components: the one held in our ancestor, Container.

There is a precise set of words we will use to refer to numbers within this class:

Component Index:
An offset into the component array held in our ancestor, Container, from [0 .. component.length).
class
This class is a facade over three separate objects: ListModel, ListSelectionModel and ListUI.
class
This class represents a menu that can be added to a menu bar or can be a submenu in some other menu.
class
JMenuBar is a container for menu's.
class
JMenuItem represents element in the menu.
class
This class creates different types of JDialogs and JInternalFrames that can ask users for input or pass on information.
class
An instance of JPanel can be added to a panel, frame etc
class
class JPasswordField
class
JPopupMenu is a container that is used to display popup menu's menu items.
class
This is the separator that can be used in popup menu.
class
The ProgressBar is a widget that displays in two modes.
class
The JRadioButton component provides a visually selectable button with mutually exclusive behaviour within a ButtonGroup.
class
This class represents JRadioButtonMenuItem.
class
The JScrollBar.
class
A component that embeds another component and enables it to be scrolled both in horizontal and vertical direction.
class
class
The JSeparator.
class
The JSlider is a Swing component that allows selection of a value within a range by adjusting a thumb in a track.
class
An editor class for a JSpinner that is used for displaying and editing dates (e.g. that uses SpinnerDateModel as model).
class
DOCUMENT ME!
class
DOCUMENT ME!
class
This class implements JSplitPane.
class
This is a container for components.
class
class
The JTextArea component provides a multi-line area for displaying and editing plain text.
class
class
JTextPane
class
The JToggleButton component provides a stateful button, which can be either selected or unselected.
class
JToolBar is a component that provides a toolbar to Swing programs.
class
This is an extension of JSeparator used in toolbars.
class
This class is used to display ToolTips.
class
class
Unlike JComponent derivatives, JWindow inherits from java.awt.Window.

Methods with return type javax.accessibility.Accessible

Accessible
Returns the Accessible child of the specified component which appears at the supplied Point.
Accessible
DOCUMENT ME!
Accessible
Returns the accessible child at index i, which is null in this case because ImageIcons have no children.
Accessible
Return the nth accessible child of the containing accessible object.
Accessible
Accessible
Accessible
DOCUMENT ME!
Accessible
Returns the Accessible child of the specified component that has the supplied index within the parent component.
Accessible
Returns the accessible parent of this object, which is null in this case, because ImageIcons have no parent.
Accessible
Accessible
Accessible
DOCUMENT ME!

Uses in package javax.accessibility

Fields of type javax.accessibility.Accessible

Accessible
The accessible parent of this object.

Methods with parameter type javax.accessibility.Accessible

void
Set the table caption.
void
Set the description of a column.
void
Sets the accessible parent of this object.
void
Set the description of a row.
void
Set the table summary description.

Methods with return type javax.accessibility.Accessible

Accessible
Return the cell at the specified row and column, or null if out of bounds.
Accessible
If an object exists at the specified point which is a child of this parent component, and it is accessible, then it is returned.
Accessible
Return the caption for the table, or null if unknown.
Accessible
Returns the specified accessible chile.
Accessible
Return the description of a column, or null if there is none or the index is out of bounds.
Accessible
Return the accessible parent of this object.
Accessible
Return the description of a row, or null if there is none or the index is out of bounds.
Accessible
Returns the i-th selected child (not necessarily the overall i-th child) of this Accessible object.
Accessible
Return the summary description of the table, or null if unknown.

Uses in package javax.swing.colorchooser

Classes implementing javax.accessibility.Accessible

class
AbstractColorChooserPanel