| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Accessible | |
|---|---|
| java.applet | Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. | 
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| javax.accessibility | Defines a contract between user-interface components and an assistive technology that provides access to those components. | 
| javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. | 
| javax.swing.colorchooser | Contains classes and interfaces used by the JColorChoosercomponent. | 
| javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. | 
| javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. | 
| javax.swing.plaf.metal | Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. | 
| javax.swing.plaf.multi | Provides user interface objects that combine two or more look and feels. | 
| javax.swing.table | Provides classes and interfaces for dealing with javax.swing.JTable. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| javax.swing.text.html | Provides the class HTMLEditorKitand supporting classes
for creating HTML text editors. | 
| javax.swing.tree | Provides classes and interfaces for dealing with javax.swing.JTree. | 
| Uses of Accessible in java.applet | 
|---|
| Classes in java.applet that implement Accessible | |
|---|---|
|  class | AppletAn applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application. | 
| Uses of Accessible in java.awt | 
|---|
| Classes in java.awt that implement Accessible | |
|---|---|
|  class | ButtonThis class creates a labeled button. | 
|  class | CanvasA Canvascomponent represents a blank rectangular 
 area of the screen onto which the application can draw or from 
 which the application can trap input events from the user. | 
|  class | CheckboxA check box is a graphical component that can be in either an "on" ( true) or "off" (false) state. | 
|  class | CheckboxMenuItemThis class represents a check box that can be included in a menu. | 
|  class | ChoiceThe Choiceclass presents a pop-up menu of choices. | 
|  class | DialogA Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user. | 
|  class | FileDialogThe FileDialogclass displays a dialog window
 from which the user can select a file. | 
|  class | FrameA Frameis a top-level window with a title and a border. | 
|  class | LabelA Labelobject is a component for placing text in a
 container. | 
|  class | ListThe Listcomponent presents the user with a
 scrolling list of text items. | 
| protected  class | List.AccessibleAWTList.AccessibleAWTListChildThis class implements accessibility support for List children. | 
|  class | MenuA Menuobject is a pull-down menu component
 that is deployed from a menu bar. | 
|  class | MenuBarThe MenuBarclass encapsulates the platform's
 concept of a menu bar bound to a frame. | 
|  class | MenuItemAll items in a menu must belong to the class MenuItem, or one of its subclasses. | 
|  class | PanelPanelis the simplest container class. | 
|  class | PopupMenuA class that implements a menu which can be dynamically popped up at a specified position within a component. | 
|  class | ScrollbarThe Scrollbarclass embodies a scroll bar, a
 familiar user-interface object. | 
|  class | ScrollPaneA container class which implements automatic horizontal and/or vertical scrolling for a single child component. | 
|  class | TextAreaA TextAreaobject is a multi-line region
 that displays text. | 
|  class | TextComponentThe TextComponentclass is the superclass of 
 any component that allows the editing of some text. | 
|  class | TextFieldA TextFieldobject is a text component
 that allows for the editing of a single line of text. | 
|  class | WindowA Windowobject is a top-level window with no borders and no
 menubar. | 
| Methods in java.awt that return Accessible | |
|---|---|
|  Accessible | MenuComponent.AccessibleAWTMenuComponent.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | Container.AccessibleAWTContainer.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | List.AccessibleAWTList.getAccessibleAt(Point p)Returns the Accessible child contained at the local coordinate Point, if one exists. | 
|  Accessible | List.AccessibleAWTList.AccessibleAWTListChild.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | Component.AccessibleAWTComponent.getAccessibleAt(Point p)Returns the Accessiblechild,
 if one exists, contained at the local
 coordinatePoint. | 
|  Accessible | MenuComponent.AccessibleAWTMenuComponent.getAccessibleChild(int i)Returns the nth Accessiblechild of the object. | 
|  Accessible | Container.AccessibleAWTContainer.getAccessibleChild(int i)Returns the nth Accessiblechild of the object. | 
|  Accessible | List.AccessibleAWTList.getAccessibleChild(int i)Return the nth Accessible child of the object. | 
|  Accessible | List.AccessibleAWTList.AccessibleAWTListChild.getAccessibleChild(int i)Return the specified Accessible child of the object. | 
|  Accessible | Component.AccessibleAWTComponent.getAccessibleChild(int i)Returns the nth Accessiblechild of the object. | 
|  Accessible | MenuComponent.AccessibleAWTMenuComponent.getAccessibleParent()Gets the Accessibleparent of this object. | 
|  Accessible | Component.AccessibleAWTComponent.getAccessibleParent()Gets the Accessibleparent of this object. | 
|  Accessible | MenuComponent.AccessibleAWTMenuComponent.getAccessibleSelection(int i)Returns an Accessiblerepresenting the specified 
 selected child in the object. | 
|  Accessible | List.AccessibleAWTList.getAccessibleSelection(int i)Returns an Accessible representing the specified selected item in the object. | 
| Uses of Accessible in javax.accessibility | 
|---|
| Fields in javax.accessibility declared as Accessible | |
|---|---|
| protected  Accessible | AccessibleContext.accessibleParentThe accessible parent of this object. | 
| Methods in javax.accessibility that return Accessible | |
|---|---|
|  Accessible | AccessibleTable.getAccessibleAt(int r,
                int c)Returns the Accessible at a specified row and column in the table. | 
|  Accessible | AccessibleComponent.getAccessibleAt(Point p)Returns the Accessible child, if one exists, contained at the local coordinate Point. | 
|  Accessible | AccessibleTable.getAccessibleCaption()Returns the caption for the table. | 
| abstract  Accessible | AccessibleContext.getAccessibleChild(int i)Returns the specified Accessible child of the object. | 
|  Accessible | AccessibleTable.getAccessibleColumnDescription(int c)Returns the description text of the specified column in the table. | 
|  Accessible | AccessibleContext.getAccessibleParent()Gets the Accessible parent of this object. | 
|  Accessible | AccessibleTable.getAccessibleRowDescription(int r)Returns the description of the specified row in the table. | 
|  Accessible | AccessibleSelection.getAccessibleSelection(int i)Returns an Accessible representing the specified selected child of the object. | 
|  Accessible | AccessibleTable.getAccessibleSummary()Returns the summary description of the table. | 
| Methods in javax.accessibility with parameters of type Accessible | |
|---|---|
|  void | AccessibleTable.setAccessibleCaption(Accessible a)Sets the caption for the table. | 
|  void | AccessibleTable.setAccessibleColumnDescription(int c,
                               Accessible a)Sets the description text of the specified column in the table. | 
|  void | AccessibleContext.setAccessibleParent(Accessible a)Sets the Accessible parent of this object. | 
|  void | AccessibleTable.setAccessibleRowDescription(int r,
                            Accessible a)Sets the description text of the specified row of the table. | 
|  void | AccessibleTable.setAccessibleSummary(Accessible a)Sets the summary description of the table | 
| Uses of Accessible in javax.swing | 
|---|
| Classes in javax.swing that implement Accessible | |
|---|---|
|  class | BoxA lightweight container that uses a BoxLayout object as its layout manager. | 
| static class | Box.FillerAn implementation of a lightweight component that participates in layout but has no view. | 
|  class | CellRendererPaneThis class is inserted in between cell renderers and the components that use them. | 
|  class | DefaultListCellRendererRenders an item in a list. | 
| static class | DefaultListCellRenderer.UIResourceA subclass of DefaultListCellRenderer that implements UIResource. | 
|  class | ImageIconAn implementation of the Icon interface that paints Icons from Images. | 
|  class | JAppletAn extended version of java.applet.Appletthat adds support for 
 the JFC/Swing component architecture. | 
|  class | JButtonAn implementation of a "push" button. | 
|  class | JCheckBoxAn implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user. | 
|  class | JCheckBoxMenuItemA menu item that can be selected or deselected. | 
|  class | JColorChooserJColorChooserprovides a pane of controls designed to allow
 a user to manipulate and select a color. | 
|  class | JComboBoxA component that combines a button or editable field and a drop-down list. | 
|  class | JDesktopPaneA container used to create a multiple-document interface or a virtual desktop. | 
|  class | JDialogThe main class for creating a dialog window. | 
|  class | JEditorPaneA text component to edit various kinds of content. | 
|  class | JFileChooserJFileChooserprovides a simple mechanism for the user to
 choose a file. | 
|  class | JFormattedTextFieldJFormattedTextFieldextendsJTextFieldadding
 support for formatting arbitrary values, as well as retrieving a particular
 object once the user has edited the text. | 
|  class | JFrameAn extended version of java.awt.Framethat adds support for 
 the JFC/Swing component architecture. | 
|  class | JInternalFrameA lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar. | 
| static class | JInternalFrame.JDesktopIconThis component represents an iconified version of a JInternalFrame. | 
|  class | JLabelA display area for a short text string or an image, or both. | 
|  class | JLayeredPaneJLayeredPaneadds depth to a JFC/Swing container,
 allowing components to overlap each other when needed. | 
|  class | JListA component that displays a list of objects and allows the user to select one or more items. | 
| protected  class | JList.AccessibleJList.AccessibleJListChildThis class implements accessibility support appropriate for list children. | 
|  class | JMenuAn implementation of a menu -- a popup window containing JMenuItems that
 is displayed when the user selects an item on theJMenuBar. | 
|  class | JMenuBarAn implementation of a menu bar. | 
|  class | JMenuItemAn implementation of an item in a menu. | 
|  class | JOptionPaneJOptionPanemakes it easy to pop up a standard dialog box that
 prompts users for a value or informs them of something. | 
|  class | JPanelJPanelis a generic lightweight container. | 
|  class | JPasswordFieldJPasswordFieldis a lightweight component that allows
 the editing of a single line of text where the view indicates
 something was typed, but does not show the original characters. | 
|  class | JPopupMenuAn implementation of a popup menu -- a small window that pops up and displays a series of choices. | 
| static class | JPopupMenu.SeparatorA popup menu-specific separator. | 
|  class | JProgressBarA component that visually displays the progress of some task. | 
|  class | JRadioButtonAn implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user. | 
|  class | JRadioButtonMenuItemAn implementation of a radio button menu item. | 
|  class | JRootPaneA lightweight container used behind the scenes by JFrame,JDialog,JWindow,JApplet, andJInternalFrame. | 
|  class | JScrollBarAn implementation of a scrollbar. | 
|  class | JScrollPaneProvides a scrollable view of a lightweight component. | 
| protected  class | JScrollPane.ScrollBarBy default JScrollPanecreates scrollbars
 that are instances
 of this class. | 
|  class | JSeparatorJSeparatorprovides a general purpose component for
 implementing divider lines - most commonly used as a divider
 between menu items that breaks them up into logical groupings. | 
|  class | JSliderA component that lets the user graphically select a value by sliding a knob within a bounded interval. | 
|  class | JSpinnerA single line input field that lets the user select a number or an object value from an ordered sequence. | 
| static class | JSpinner.DateEditorAn editor for a JSpinnerwhose model is aSpinnerDateModel. | 
| static class | JSpinner.DefaultEditorA simple base class for more specialized editors that displays a read-only view of the model's current value with a JFormattedTextField. | 
| static class | JSpinner.ListEditorAn editor for a JSpinnerwhose model is aSpinnerListModel. | 
| static class | JSpinner.NumberEditorAn editor for a JSpinnerwhose model is aSpinnerNumberModel. | 
|  class | JSplitPaneJSplitPaneis used to divide two (and only two)Components. | 
|  class | JTabbedPaneA component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon. | 
|  class | JTableThe JTableis used to display and edit regular two-dimensional tables
 of cells. | 
| protected  class | JTable.AccessibleJTable.AccessibleJTableCellThe class provides an implementation of the Java Accessibility API appropriate to table cells. | 
|  class | JTextAreaA JTextAreais a multi-line area that displays plain text. | 
|  class | JTextFieldJTextFieldis a lightweight component that allows the editing 
 of a single line of text. | 
|  class | JTextPaneA text component that can be marked up with attributes that are represented graphically. | 
|  class | JToggleButtonAn implementation of a two-state button. | 
|  class | JToolBarJToolBarprovides a component that is useful for
 displaying commonly usedActions or controls. | 
| static class | JToolBar.SeparatorA toolbar-specific separator. | 
|  class | JToolTipUsed to display a "Tip" for a Component. | 
|  class | JTreeA control that displays a set of hierarchical data as an outline. | 
| protected  class | JTree.AccessibleJTree.AccessibleJTreeNodeThis class implements accessibility support for the JTreechild. | 
|  class | JViewportThe "viewport" or "porthole" through which you see the underlying information. | 
|  class | JWindowA JWindowis a container that can be displayed anywhere on the
 user's desktop. | 
|  class | ProgressMonitorA class to monitor the progress of some operation. | 
| Methods in javax.swing that return Accessible | |
|---|---|
| static Accessible | SwingUtilities.getAccessibleAt(Component c,
                Point p)Returns the Accessiblechild contained at the
 local coordinatePoint, if one exists. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleAt(int r,
                int c) | 
|  Accessible | JTabbedPane.AccessibleJTabbedPane.getAccessibleAt(Point p)Returns the Accessiblechild contained at
 the local coordinatePoint, if one exists. | 
|  Accessible | JTree.AccessibleJTree.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleAt(Point p)Returns the Accessiblechild, if one exists,
 contained at the local coordinatePoint. | 
|  Accessible | JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleAt(Point p) | 
|  Accessible | JList.AccessibleJList.getAccessibleAt(Point p)Returns the Accessiblechild contained at
 the local coordinatePoint, if one exists. | 
|  Accessible | JList.AccessibleJList.AccessibleJListChild.getAccessibleAt(Point p) | 
|  Accessible | JEditorPane.AccessibleJEditorPaneHTML.getAccessibleAt(Point p)Returns the Accessible child, if one exists, contained at the local coordinate Point. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleCaption()Returns the caption for the table. | 
| static Accessible | SwingUtilities.getAccessibleChild(Component c,
                   int i)Return the nth Accessible child of the object. | 
|  Accessible | ProgressMonitor.AccessibleProgressMonitor.getAccessibleChild(int i)Returns the specified Accessible child of the object. | 
|  Accessible | JSpinner.AccessibleJSpinner.getAccessibleChild(int i)Returns the specified Accessible child of the object. | 
|  Accessible | JTabbedPane.AccessibleJTabbedPane.getAccessibleChild(int i)Return the specified Accessible child of the object. | 
|  Accessible | JTree.AccessibleJTree.getAccessibleChild(int i)Return the nth Accessible child of the object. | 
|  Accessible | JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleChild(int i)Return the specified Accessible child of the object. | 
|  Accessible | ImageIcon.AccessibleImageIcon.getAccessibleChild(int i)Returns the nth Accessible child of the object. | 
|  Accessible | JComboBox.AccessibleJComboBox.getAccessibleChild(int i)Returns the nth Accessible child of the object. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleChild(int i)Returns the nth Accessiblechild of the object. | 
|  Accessible | JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleChild(int i)Returns the specified Accessiblechild of the
 object. | 
|  Accessible | JList.AccessibleJList.getAccessibleChild(int i)Return the nth Accessible child of the object. | 
|  Accessible | JList.AccessibleJList.AccessibleJListChild.getAccessibleChild(int i) | 
|  Accessible | JEditorPane.AccessibleJEditorPaneHTML.getAccessibleChild(int i)Returns the specified Accessible child of the object. | 
|  Accessible | JMenu.AccessibleJMenu.getAccessibleChild(int i)Returns the nth Accessible child of the object. | 
|  Accessible | JComponent.AccessibleJComponent.getAccessibleChild(int i)Returns the nth Accessible child of the object. | 
|  Accessible | JRootPane.AccessibleJRootPane.getAccessibleChild(int i)Returns the specified Accessible child of the object. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleColumnDescription(int c)Returns the description of the specified column in the table. | 
|  Accessible | ProgressMonitor.AccessibleProgressMonitor.getAccessibleParent()Gets the Accessible parent of this object. | 
|  Accessible | JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleParent()Get the Accessible parent of this object. | 
|  Accessible | ImageIcon.AccessibleImageIcon.getAccessibleParent()Gets the Accessible parent of this object. | 
|  Accessible | JTable.AccessibleJTable.AccessibleJTableCell.getAccessibleParent()Gets the Accessibleparent of this object. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleRowDescription(int r)Returns the description of the specified row in the table. | 
|  Accessible | JTabbedPane.AccessibleJTabbedPane.getAccessibleSelection(int i) | 
|  Accessible | JTree.AccessibleJTree.getAccessibleSelection(int i)Returns an Accessible representing the specified selected item in the object. | 
|  Accessible | JTree.AccessibleJTree.AccessibleJTreeNode.getAccessibleSelection(int i)Returns an Accessible representing the specified selected item in the object. | 
|  Accessible | JComboBox.AccessibleJComboBox.getAccessibleSelection(int i)Returns an Accessible representing the specified selected child in the popup. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleSelection(int i)Returns an Accessiblerepresenting the
 specified selected child in the object. | 
|  Accessible | JList.AccessibleJList.getAccessibleSelection(int i)Returns an Accessible representing the specified selected item in the object. | 
|  Accessible | JMenu.AccessibleJMenu.getAccessibleSelection(int i)Returns the currently selected sub-menu if one is selected, otherwise null (there can only be one selection, and it can only be a sub-menu, as otherwise menu items don't remain selected). | 
|  Accessible | JMenuBar.AccessibleJMenuBar.getAccessibleSelection(int i)Returns the currently selected menu if one is selected, otherwise null. | 
|  Accessible | JTable.AccessibleJTable.getAccessibleSummary()Returns the summary description of the table. | 
| Methods in javax.swing with parameters of type Accessible | |
|---|---|
|  void | JTable.AccessibleJTable.setAccessibleCaption(Accessible a)Sets the caption for the table. | 
|  void | JTable.AccessibleJTable.setAccessibleColumnDescription(int c,
                               Accessible a)Sets the description text of the specified column of the table. | 
|  void | JTable.AccessibleJTable.setAccessibleRowDescription(int r,
                            Accessible a)Sets the description text of the specified row of the table. | 
|  void | JTable.AccessibleJTable.setAccessibleSummary(Accessible a)Sets the summary description of the table. | 
| Constructors in javax.swing with parameters of type Accessible | |
|---|---|
| JTree.AccessibleJTree.AccessibleJTreeNode(JTree t,
                                          TreePath p,
                                          Accessible ap)Constructs an AccessibleJTreeNode | |
| Uses of Accessible in javax.swing.colorchooser | 
|---|
| Classes in javax.swing.colorchooser that implement Accessible | |
|---|---|
|  class | AbstractColorChooserPanelThis is the abstract superclass for color choosers. | 
| Uses of Accessible in javax.swing.plaf | 
|---|
| Methods in javax.swing.plaf that return Accessible | |
|---|---|
|  Accessible | ComponentUI.getAccessibleChild(JComponent c,
                   int i)Returns the ithAccessiblechild of the object. | 
| Uses of Accessible in javax.swing.plaf.basic | 
|---|
| Classes in javax.swing.plaf.basic that implement Accessible | |
|---|---|
|  class | BasicArrowButtonJButton object that draws a scaled Arrow in one of the cardinal directions. | 
|  class | BasicComboBoxRendererComboBox renderer | 
| static class | BasicComboBoxRenderer.UIResourceA subclass of BasicComboBoxRenderer that implements UIResource. | 
|  class | BasicComboPopupThis is a basic implementation of the ComboPopupinterface. | 
|  class | BasicInternalFrameTitlePane.SystemMenuBarThis class should be treated as a "protected" inner class. | 
| protected  class | BasicToolBarUI.DragWindow | 
| Methods in javax.swing.plaf.basic that return Accessible | |
|---|---|
|  Accessible | BasicComboBoxUI.getAccessibleChild(JComponent c,
                   int i) | 
| Uses of Accessible in javax.swing.plaf.metal | 
|---|
| Classes in javax.swing.plaf.metal that implement Accessible | |
|---|---|
|  class | MetalComboBoxButtonJButton subclass to help out MetalComboBoxUI | 
|  class | MetalComboBoxUI.MetalComboPopupDeprecated. As of Java 2 platform v1.4. | 
| protected  class | MetalFileChooserUI.FileRenderer | 
|  class | MetalFileChooserUI.FilterComboBoxRendererRender different type sizes and styles. | 
|  class | MetalScrollButtonJButton object for Metal scrollbar arrows. | 
| Uses of Accessible in javax.swing.plaf.multi | 
|---|
| Methods in javax.swing.plaf.multi that return Accessible | |
|---|---|
|  Accessible | MultiViewportUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiTreeUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiToolTipUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiToolBarUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiTextUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiTableUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiTableHeaderUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiTabbedPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiSplitPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiSpinnerUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiSliderUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiSeparatorUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiScrollPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiScrollBarUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiRootPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiProgressBarUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiPanelUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiOptionPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiMenuItemUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiMenuBarUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiListUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiLabelUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiInternalFrameUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiFileChooserUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiDesktopPaneUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiDesktopIconUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiComboBoxUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiColorChooserUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiButtonUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
|  Accessible | MultiPopupMenuUI.getAccessibleChild(JComponent a,
                   int b)Invokes the getAccessibleChildmethod on each UI handled by this object. | 
| Uses of Accessible in javax.swing.table | 
|---|
| Classes in javax.swing.table that implement Accessible | |
|---|---|
|  class | DefaultTableCellRendererThe standard class for rendering (displaying) individual cells in a JTable. | 
| static class | DefaultTableCellRenderer.UIResourceA subclass of DefaultTableCellRendererthat
 implementsUIResource. | 
|  class | JTableHeaderThis is the object which manages the header of the JTable. | 
| protected  class | JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntryThis class provides an implementation of the Java Accessibility API appropropriate for JTableHeader entries. | 
| Methods in javax.swing.table that return Accessible | |
|---|---|
|  Accessible | JTableHeader.AccessibleJTableHeader.getAccessibleAt(Point p)Returns the Accessible child, if one exists, contained at the local coordinate Point. | 
|  Accessible | JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleAt(Point p) | 
|  Accessible | JTableHeader.AccessibleJTableHeader.getAccessibleChild(int i)Return the nth Accessible child of the object. | 
|  Accessible | JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getAccessibleChild(int i) | 
| Uses of Accessible in javax.swing.text | 
|---|
| Classes in javax.swing.text that implement Accessible | |
|---|---|
|  class | JTextComponentJTextComponentis the base class for swing text 
 components. | 
| Uses of Accessible in javax.swing.text.html | 
|---|
| Classes in javax.swing.text.html that implement Accessible | |
|---|---|
|  class | HTMLEditorKitThe Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit. | 
| Uses of Accessible in javax.swing.tree | 
|---|
| Classes in javax.swing.tree that implement Accessible | |
|---|---|
|  class | DefaultTreeCellEditor.DefaultTextFieldTextFieldused when no editor is supplied. | 
|  class | DefaultTreeCellRendererDisplays an entry in a tree. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.