|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
public interface AccessibleKeyBinding
�κξ��м��̰����������ѡ�����ļ������Ƿ���/����̿�ݼ������ܵĶ���Ӧ֧�� AccessibleKeyBinding �ӿڡ��˽ӿ�Ϊ���������ṩ�˱����ƣ���ȷ���˶�����ڵļ����κξ��������ļ��Ķ���Ӧ֧�ִ˽ӿڡ�Ӧ�ó���ͨ���Ȼ�ȡij������� AccessibleContext���μ� Accessible
����Ȼ����� AccessibleContext#getAccessibleKeyBinding
�������ܹ�ȷ���ö����Ƿ�֧�� AccessibleKeyBinding �ӿڡ��������ֵ��Ϊ null����ö���֧�ִ˽ӿڡ�
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext#getAccessibleKeyBinding
����ժҪ | |
---|---|
Object |
getAccessibleKeyBinding(int i)
���ش˶���ļ��� |
int |
getAccessibleKeyBindingCount()
���ش˶���ļ������� |
������ϸ��Ϣ |
---|
int getAccessibleKeyBindingCount()
Object getAccessibleKeyBinding(int i)
Component c =
AccessibleContext ac = c.getAccessibleContext();
AccessibleKeyBinding akb = ac.getAccessibleKeyBinding();
for (int i = 0; i < akb.getAccessibleKeyBindingCount(); i++) {
Object o = akb.getAccessibleKeyBinding(i);
if (o instanceof javax.swing.KeyStroke) {
javax.swing.KeyStroke keyStroke = (javax.swing.KeyStroke)o;
}
}
i
- �������������
getAccessibleKeyBindingCount()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������