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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DClientPropertyApplicator.java36 public ClientPropertyApplicator(final Property<N>... propertyList) { argument
37 for (final Property<N> p : propertyList) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.m305 id propertyList = [NSPropertyListSerialization propertyListFromData:data mutabilityOption:NSPropertyListImmutable
309 if (propertyList != nil && errorString == nil && [propertyList isKindOfClass:[NSArray class]]) {
310 NSArray* array = (NSArray*) propertyList;

Completed in 419 milliseconds