ComputerDictionaries.org      Computer terms spelled out...
Home -› AccessibleContext
Online dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

AccessibleContext

Computer DictionaryJDK Doc (JAVA)
- Variable in class javax.swing.JComponent 
protected AccessibleContext accessibleContext
--- Accessibility Support --- JComponent will contain all of the methods in interface Accessible, though it won't actally implement the interface - that will be up to the individual objects which extend JComponent.
 
- Constructor for class javax.accessibility.AccessibleContext 
public AccessibleContext ()

 
- Variable in class javax.swing.JFrame 
protected AccessibleContext accessibleContext
The accessible context property
 
- Variable in class javax.swing.JApplet 
protected AccessibleContext accessibleContext

 
- Variable in class javax.swing.JColorChooser 
protected AccessibleContext accessibleContext

 
- Variable in class javax.swing.JFileChooser 
protected AccessibleContext accessibleContext

 
- Variable in class javax.swing.JWindow 
protected AccessibleContext accessibleContext
The accessible context property
 
- Variable in class javax.swing.Box 
protected AccessibleContext accessibleContext
The currently set AccessibleContext object.
 
- Variable in class javax.swing.Box.Filler 
protected AccessibleContext accessibleContext
The currently set AccessibleContext object.
 
- Variable in class javax.swing.JDialog 
protected AccessibleContext accessibleContext

 
- Variable in class javax.swing.CellRendererPane 
protected AccessibleContext accessibleContext

See also: , , , ,