Method getAccessibleContext()
Return type:
javax.accessibility.AccessibleContext
Member of:
javax.swing.JList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
list.getAccessibleContext().setAccessibleDescription(I18nUtil.getBundle().getString("ACS_HelpStringList"));
2
tagList.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getBundle(JavaDocEditorPanel.class).getString("ACS_JavaDocEditorPanel.tagListA11yName")); // NOI18N
3
statusList.getAccessibleContext().setAccessibleName(java.util.ResourceBundle.getBundle("org/netbeans/modules/vcscore/search/Bundle").getString("ACSN_VcsSearchCustomizer.statusList.text"));
4
typeList.getAccessibleContext().setAccessibleName(bundle.getString("ACSN_TypeList"));
5
paramsList.getAccessibleContext().setAccessibleDescription(bundle.getString("ACS_paramsList"));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.