ComputerDictionaries.org      Computer terms spelled out...
Home -› AML/alpha -› Accessible
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

Accessible

AML/alphaJDK Doc (JAVA)
- interface javax.accessibility..Accessible 
public interface Accessible
public AccessibleContext getAccessibleContext ()
Interface Accessible is the main interface for the accessibility package. All components that support the accessibility package must implement this interface. It contains a single method, , which returns an instance of the class .
See also: , , , ,