Searched defs:Spring (Results 1 - 2 of 2) 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 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...]

Completed in 38 milliseconds