Method getAccessibleContext()
Return type:
javax.accessibility.AccessibleContext
Member of:
javax.swing.JEditorPane
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
getAccessibleContext().setAccessibleName(NbBundle.getMessage(HelpPanel.class, "ACS_Help")); // NOI18N
2
scriptPane.getAccessibleContext().setAccessibleName(NbBundle.getMessage (CustomizeScriptPanel.class, "ACSN_TEXT_you_may_customize_gend2"));
3
commentTextArea.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getBundle(JavaDocEditorPanel.class).getString("ACS_JavaDocEditorPanel.commentTextAreaA11yName")); // NOI18N
4
descriptionTextArea.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getBundle(ParamTagPanel.class).getString("ACS_ParamTagPanel.descriptionTextArea.textA11yName")); // NOI18N
5
descriptionTextArea.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getBundle(StandardTagPanel.class).getString("ACS_StandardTagPanel.descriptionTextArea.textA11yName")); // NOI18N
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.