Searched defs:getNewValue (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/java/util/prefs/ | ||
H A D | PreferenceChangeEvent.java | 100 public String getNewValue() { method in class:PreferenceChangeEvent |
/openjdk7/jdk/src/share/classes/java/beans/ | ||
H A D | PropertyChangeEvent.java | 82 public Object getNewValue() { method in class:PropertyChangeEvent 156 sb.append("; newValue=").append(getNewValue()); |
/openjdk7/jdk/src/share/classes/javax/management/ | ||
H A D | AttributeChangeNotification.java | 142 public Object getNewValue() { method in class:AttributeChangeNotification |
/openjdk7/jaxp/src/org/w3c/dom/events/ | ||
H A D | MutationEvent.java | 91 public String getNewValue(); method in interface:MutationEvent |
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/events/ | ||
H A D | MutationEventImpl.java | 73 public String getNewValue() method in class:MutationEventImpl |
Completed in 42 milliseconds