javax.accessibility
Interface Accessible

All Known Implementing Classes:
java.awt.List.AccessibleAWTList.AccessibleAWTListChild, javax.swing.JComboBox.AccessibleJComboBox.AccessibleEditor, javax.swing.JList.AccessibleJList.AccessibleJListChild, javax.swing.JTable.AccessibleJTable.AccessibleJTableCell, javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode, Box, Button, Canvas, CellRendererPane, Checkbox, CheckboxMenuItem, Choice, javax.swing.Box.Filler, ImageIcon, JApplet, JButton, JCheckBox, JCheckBoxMenuItem, JColorChooser, JComboBox, javax.swing.JInternalFrame.JDesktopIcon, JDesktopPane, JDialog, JFileChooser, JFrame, JInternalFrame, JLabel, JLayeredPane, JList, JMenu, JMenuBar, JMenuItem, JOptionPane, JPanel, JPopupMenu, JProgressBar, JRadioButton, JRadioButtonMenuItem, JRootPane, JScrollBar, JScrollPane, JSeparator, JSlider, JSplitPane, JTabbedPane, JTable, JTextComponent, JToggleButton, JToolBar, JToolTip, JTree, JViewport, JWindow, Label, List, Menu, MenuBar, MenuItem, javax.swing.JTabbedPane.Page, Panel, Scrollbar, ScrollPane, TextComponent, Window

public interface Accessible

Safe:


Method Summary
 AccessibleContext getAccessibleContext()
          Suppressed: Returns the AccessibleContext associated with this object.
 

Method Detail

getAccessibleContext

public AccessibleContext getAccessibleContext()
Suppressed: Returns the AccessibleContext associated with this object. In most cases, the return value should not be null if the object implements interface Accessible. If a component developer creates a subclass of an object that implements Accessible, and that subclass is not Accessible, the developer should override the getAccessibleContext method to return null.



comments?