Searched defs:AutoPreferredGapMatch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java3213 private List<AutoPreferredGapMatch> matches;
3285 AutoPreferredGapMatch match = matches.get(i);
3349 matches = new ArrayList<AutoPreferredGapMatch>(1);
3351 matches.add(new AutoPreferredGapMatch(source, target));
3391 private final static class AutoPreferredGapMatch { class in class:GroupLayout
3395 AutoPreferredGapMatch(ComponentSpring source, ComponentSpring target) { method in class:GroupLayout.AutoPreferredGapMatch

Completed in 32 milliseconds