Method getAccessibleContext()
Return type: javax.accessibility.AccessibleContext
Member of: javax.swing.JPanel
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 getAccessibleContext().setAccessibleDescription(getBundle( "ACSD_Incomplete_Dlg" ) );
2 getAccessibleContext().setAccessibleDescription(getBundle("ACSD_LoginPanel"));
3 this.getAccessibleContext().setAccessibleDescription(bundle.getString("MSG_Confirmation")); // NOI18N
4 getAccessibleContext().setAccessibleDescription(getBundle("ACSD_ConnError"));
5 getAccessibleContext().setAccessibleDescription(getBundle("ACSD_DuplicateWarning"));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.