Lines Matching refs:null

217         Vector specificVeto = null;  in prepareSet()
218 Vector unspecificVeto = null; in prepareSet()
225 if (o != null) { in prepareSet()
229 if (o != null) { in prepareSet()
236 if (o != null) { in prepareSet()
240 if (o != null) { in prepareSet()
248 if (specificVeto != null) { in prepareSet()
256 if (unspecificVeto != null) { in prepareSet()
310 boundListeners = null; in dispose()
312 vetoListeners = null; in dispose()
316 if (bound != null) { in dispose()
324 if (veto != null) { in dispose()
358 return getProperty(propertyName, null); in getPropertyValue()
379 if (v == null) { in addPropertyChangeListener()
402 if (boundListeners != null) { in removePropertyChangeListener()
404 if (v != null) { in removePropertyChangeListener()
429 if (v == null) { in addVetoableChangeListener()
452 if (vetoListeners != null) { in removeVetoableChangeListener()
454 if (v != null) { in removeVetoableChangeListener()
479 return getProperty(translateHandle(handle), null); in getFastPropertyValue()
554 if (specificListeners != null) { in notifyListeners()
562 if (unspecificListeners != null) { in notifyListeners()
573 private Vector specificListeners = null;
574 private Vector unspecificListeners = null;
575 private PropertyChangeEvent event = null;
596 if (comp != null) { in getReflection()
684 if (absentOptional != null) { in initProperties()
700 != null) in initProperties()
725 if (p == null) { in setProperty()
797 if (p == null) { in getProperty()
901 if (state != null) { in getProperty()
1021 if (p == null || !p.present) { in get()
1070 return p != null && p.present; in hasPropertyByName()