public int getAccessibleChildrenCount(JComponent c)
Returns the number of accessible children in the object. If all
of the children of this object implement Accessible, than this
method should return the number of children of this object.
UI's might wish to override this if they present areas on the
screen that can be viewed as components, but actual components
are not used for presenting those areas.
Return the nth Accessible child of the object.
UI's might wish to override this if they present areas on the
screen that can be viewed as components, but actual components
are not used for presenting those areas.
Submit a bug or feature Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.