Method getAccessibleContext()
Return type:
javax.accessibility.AccessibleContext
Member of:
javax.swing.JCheckBox
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
findExceptCheckBox.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/vcscore/search/Bundle").getString("ACS_VcsSearchCustomizer.findExceptCheckBox.text"));
2
menuCheck.getAccessibleContext().setAccessibleDescription(NbBundle.getMessage(IntroPanel.class, "ACS_IP_LBL_add_menu_item"));
3
context = cbLocal.getAccessibleContext();
4
proxyCheckBox.getAccessibleContext().setAccessibleDescription(bundle.getString("ACSD_proxyCheckBox")); //NOI18N
5
temp.getAccessibleContext().setAccessibleName(checkLabel);
6
temp.getAccessibleContext().setAccessibleName(checkLabel);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.