Method getAccessibleContext()
Return type:
javax.accessibility.AccessibleContext
Member of:
javax.swing.JScrollPane
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
treeView.getAccessibleContext().setAccessibleName(NbBundle.getMessage(SelectFolderPanel.class, "ACSN_treeView"));
2
explorerTree.getAccessibleContext().setAccessibleDescription(NbBundle.getMessage(SelectTargetPanel.class, "ACSD_explorer_tree"));
3
errorList.getAccessibleContext().setAccessibleDescription(getString("ACS_ErrorList"));
4
VersioningBTV.getAccessibleContext().setAccessibleName(
5
spNotChangedFiles.getAccessibleContext().setAccessibleName(cbPerform.getText());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.