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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java95 * using {@link #getConstraint getConstraint},
739 * @see #getConstraint
810 public Spring getConstraint(String edgeName) { method in class:SpringLayout.Constraints
846 private Spring getConstraint() { method in class:SpringLayout.SpringProxy
847 return l.getConstraints(c).getConstraint(edgeName);
851 return getConstraint().getMinimumValue();
855 return getConstraint().getPreferredValue();
859 return getConstraint().getMaximumValue();
863 return getConstraint()
1199 public Spring getConstraint(String edgeName, Component c) { method in class:SpringLayout
[all...]
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java92 Spring spring = c.getConstraint(constraint);
99 Spring con = c.getConstraint(constraint);
137 Spring s = con.getConstraint(name);

Completed in 33 milliseconds