Method getAccessibleContext()
Return type:
javax.accessibility.AccessibleContext
Member of:
javax.swing.JRadioButton
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
jRadioButton1.getAccessibleContext().setAccessibleDescription(jTextArea1.getText());
2
includeRadioButton.getAccessibleContext ().setAccessibleDescription (Util.THIS.getString ("ACSD_includeRadioButton"));
3
restartRadioButton.getAccessibleContext().setAccessibleDescription(java.util.ResourceBundle.getBundle("org/netbeans/modules/autoupdate/Bundle").getString("ACS_Finish_Restart"));
4
actionsButton.getAccessibleContext().setAccessibleDescription(bundle.getString("ACS_ShortcutsEditor.actionsButton.text.a11yDesc"));
5
b1.getAccessibleContext().setAccessibleName(name1);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.