Lines Matching refs:at

743          * of an Accessible child is at index 0, the second child is at index 1,
864 AccessibleText at = getNoteLabelAccessibleText();
865 if (at != null && sameWindowAncestor(pane, noteLabel)) {
872 return at.getIndexAtPoint(noteLabelPoint);
879 * Determines the bounding box of the character at the given
888 AccessibleText at = getNoteLabelAccessibleText();
889 if (at != null && sameWindowAncestor(pane, noteLabel)) {
891 Rectangle noteLabelRect = at.getCharacterBounds(i);
919 AccessibleText at = getNoteLabelAccessibleText();
920 if (at != null) { // JLabel contains HTML text
921 return at.getCharCount();
934 AccessibleText at = getNoteLabelAccessibleText();
935 if (at != null) { // JLabel contains HTML text
936 return at.getCaretPosition();
942 * Returns the String at a given index.
949 AccessibleText at = getNoteLabelAccessibleText();
950 if (at != null) { // JLabel contains HTML text
951 return at.getAtIndex(part, index);
964 AccessibleText at = getNoteLabelAccessibleText();
965 if (at != null) { // JLabel contains HTML text
966 return at.getAfterIndex(part, index);
979 AccessibleText at = getNoteLabelAccessibleText();
980 if (at != null) { // JLabel contains HTML text
981 return at.getBeforeIndex(part, index);
987 * Returns the AttributeSet for a given character at a given index
993 AccessibleText at = getNoteLabelAccessibleText();
994 if (at != null) { // JLabel contains HTML text
995 return at.getCharacterAttribute(i);
1008 AccessibleText at = getNoteLabelAccessibleText();
1009 if (at != null) { // JLabel contains HTML text
1010 return at.getSelectionStart();
1023 AccessibleText at = getNoteLabelAccessibleText();
1024 if (at != null) { // JLabel contains HTML text
1025 return at.getSelectionEnd();
1036 AccessibleText at = getNoteLabelAccessibleText();
1037 if (at != null) { // JLabel contains HTML text
1038 return at.getSelectedText();