扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类imageicon.accessibleimageicon的类成员方法: getaccessiblechildrencount定义及介绍
发布时间:2014-2-18
本文导语:
getaccessiblechildrencount
public int getaccessiblechildrencount()
返回对象中 accessible 子对象的数量。如果此对象的所有子对象都实现了 accessible,则此方法应该返回此对象的子对象数。
指定者:类 accessiblecontext 中的 getaccessiblechildrencount
...