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

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4634390.java127 if (pd1.isConstrained() != pd2.isConstrained()) {
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java382 public boolean isConstrained() { method in class:PropertyDescriptor
495 bound == other.isBound() && constrained == other.isConstrained() &&
/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.java274 if (pds[i].isConstrained()) {

Completed in 33 milliseconds