Searched refs:updatePromptLabel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTextFieldSearch.java220 public void changedUpdate(final DocumentEvent e) { updatePromptLabel(label, c); }
221 public void insertUpdate(final DocumentEvent e) { updatePromptLabel(label, c); }
222 public void removeUpdate(final DocumentEvent e) { updatePromptLabel(label, c); }
225 public void focusGained(final FocusEvent e) { updatePromptLabel(label, c); }
226 public void focusLost(final FocusEvent e) { updatePromptLabel(label, c); }
228 updatePromptLabel(label, c);
233 static void updatePromptLabel(final JLabel label, final JTextComponent text) { method in class:AquaTextFieldSearch

Completed in 30 milliseconds