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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java1145 new ArrayList<AutoPreferredGapSpring>(1),
1146 new ArrayList<AutoPreferredGapSpring>(1),
1150 new ArrayList<AutoPreferredGapSpring>(1),
1151 new ArrayList<AutoPreferredGapSpring>(1),
1235 if (spring instanceof AutoPreferredGapSpring) {
1236 AutoPreferredGapSpring paddingSpring =
1237 (AutoPreferredGapSpring)spring;
1568 if (!(spring instanceof AutoPreferredGapSpring) ||
1569 !((AutoPreferredGapSpring)spring).getUserCreated()) {
1675 List<AutoPreferredGapSpring> leadingPaddin
3210 private class AutoPreferredGapSpring extends Spring { class in class:GroupLayout
3222 private AutoPreferredGapSpring() { method in class:GroupLayout.AutoPreferredGapSpring
3228 AutoPreferredGapSpring(int pref, int max) { method in class:GroupLayout.AutoPreferredGapSpring
3233 AutoPreferredGapSpring(ComponentPlacement type, int pref, int max) { method in class:GroupLayout.AutoPreferredGapSpring
[all...]

Completed in 35 milliseconds