Searched refs:Spring (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpring.java30 * An instance of the <code>Spring</code> class holds three properties that
35 * An instance of the <code>Spring</code> class can be visualized as a
47 * <code>Spring</code> can be extended.
51 * By defining simple arithmetic operations on <code>Spring</code>s,
52 * the behavior of a collection of <code>Spring</code>s
53 * can be reduced to that of an ordinary (non-compound) <code>Spring</code>. We define
55 * <code>Spring</code>s so that, in each case, the result is a <code>Spring</code>
60 * A <code>Spring</code> can be treated as a pair of intervals
78 * If we denote <code>Spring</cod
130 public abstract class Spring { class
147 protected Spring() {} method in class:Spring
[all...]
H A DSpringLayout.java45 * represented by a <code>Spring</code> object,
105 * The <code>Spring</code> object representing each constraint
110 * {@link Spring#sum} method description.
115 * {@link Spring#constant(int)}.
116 * The <code>Spring</code> class also provides factory methods
156 * create a special-purpose subclass of the <code>Spring</code> class.
179 * @see Spring
190 private Spring cyclicReference = Spring.constant(Spring
[all...]
H A DGroupLayout.java266 private Set<Spring> tmpParallelSet;
381 tmpParallelSet = new HashSet<Spring>();
1097 List<Spring> springs = group.springs;
1099 Spring spring = springs.get(counter);
1164 Spring sourceSpring;
1165 Spring targetSpring;
1173 Set<Spring> sourcePath = tmpParallelSet;
1175 Spring spring = sourceSpring.getParent();
1223 private void createSpringDescription(StringBuffer buffer, Spring spring,
1251 List<Spring> spring
1267 private abstract class Spring { class in class:GroupLayout
1276 Spring() { method in class:GroupLayout.Spring
[all...]
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java79 c.setConstraint(constraint, Spring.constant((j + 1) * 10));
92 Spring spring = c.getConstraint(constraint);
99 Spring con = c.getConstraint(constraint);
137 Spring s = con.getConstraint(name);

Completed in 29 milliseconds